|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectfr.dyade.aaa.agent.Notification
fr.dyade.aaa.agent.ExpiredNot
public class ExpiredNot
The ExpiredNot holds an expired notification (timeout) which is sent to the previously specified deadNotificationAgent.
Notification.setDeadNotificationAgentId(fr.dyade.aaa.agent.AgentId)
,
Serialized FormField Summary | |
---|---|
private Notification |
expiredNot
The expiration which had expired. |
private AgentId |
from
The agent which sent the expired notification. |
private static long |
serialVersionUID
Define serialVersionUID for interoperability. |
private AgentId |
to
The destination agent of the expired notification. |
Fields inherited from class fr.dyade.aaa.agent.Notification |
---|
deadNotificationAgentId, detachable, detached, expiration, messageId, persistent, priority |
Constructor Summary | |
---|---|
ExpiredNot(Notification expiredNot,
AgentId from,
AgentId to)
Builds a notification carrying an expired notification. |
Method Summary | |
---|---|
Notification |
getExpiredNot()
|
AgentId |
getFromAgentId()
|
AgentId |
getToAgentId()
|
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 |
Field Detail |
---|
private static final long serialVersionUID
private Notification expiredNot
private AgentId from
private AgentId to
Constructor Detail |
---|
public ExpiredNot(Notification expiredNot, AgentId from, AgentId to)
expiredNot
- The expiration which had expired.from
- The agent which sent the expired notification.to
- The destination agent of the expired notification.Method Detail |
---|
public AgentId getFromAgentId()
public AgentId getToAgentId()
public Notification getExpiredNot()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |