fr.dyade.aaa.agent
Class ExpiredNot
java.lang.Object
fr.dyade.aaa.agent.Notification
fr.dyade.aaa.agent.ExpiredNot
- All Implemented Interfaces:
- java.io.Serializable, java.lang.Cloneable
public class ExpiredNot
- extends Notification
The ExpiredNot holds an expired notification (timeout) which is sent to the
previously specified deadNotificationAgent.
- See Also:
Notification.setDeadNotificationAgentId(fr.dyade.aaa.agent.AgentId)
,
Serialized Form
Methods inherited from class fr.dyade.aaa.agent.Notification |
clone, getContext, getDeadNotificationAgentId, getExpiration, getMessageId, getPriority, isPersistent, setContext, setDeadNotificationAgentId, setExpiration, setPriority, toString, toString |
Methods inherited from class java.lang.Object |
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
ExpiredNot
public ExpiredNot(Notification expiredNot,
AgentId from,
AgentId to)
- Builds a notification carrying an expired notification.
- Parameters:
expiredNot
- The expiration which had expired.from
- The agent which sent the expired notification.to
- The destination agent of the expired notification.
getFromAgentId
public AgentId getFromAgentId()
- Returns:
- The agent which sent the expired notification.
getToAgentId
public AgentId getToAgentId()
- Returns:
- The destination agent of the expired notification.
getExpiredNot
public Notification getExpiredNot()
- Returns:
- The notification which had expired.
Copyright © 2011 ScalAgent D.T.. All Rights Reserved.