Class GetProxyIdListNot
- java.lang.Object
-
- fr.dyade.aaa.agent.Notification
-
- fr.dyade.aaa.agent.SyncNotification
-
- org.objectweb.joram.mom.notifications.GetProxyIdListNot
-
- All Implemented Interfaces:
Encodable,Serializable,Cloneable
public class GetProxyIdListNot extends SyncNotification
Transient notification needed by the HA mode.- See Also:
- Serialized Form
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class fr.dyade.aaa.agent.SyncNotification
SyncNotification.Context
-
-
Field Summary
Fields Modifier and Type Field Description private static longserialVersionUIDdefine serialVersionUID for interoperability-
Fields inherited from class fr.dyade.aaa.agent.Notification
detachable, detached, persistent
-
Fields inherited from interface fr.dyade.aaa.common.encoding.Encodable
BOOLEAN_ENCODED_SIZE, BYTE_ENCODED_SIZE, DOUBLE_ENCODED_SIZE, FLOAT_ENCODED_SIZE, INT_ENCODED_SIZE, LONG_ENCODED_SIZE, SHORT_ENCODED_SIZE
-
-
Constructor Summary
Constructors Constructor Description GetProxyIdListNot()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AgentId[]getIds()voidReturn(AgentId[] proxyIds)-
Methods inherited from class fr.dyade.aaa.agent.SyncNotification
getException, getValue, interupt, invoke, invoke, invokeNoWait, Return, Throw, wakeup
-
Methods inherited from class fr.dyade.aaa.agent.Notification
clone, decode, encode, getContext, getDeadNotificationAgentId, getEncodableClassId, getEncodedSize, getExpiration, getMessageId, getPriority, isPersistent, setContext, setDeadNotificationAgentId, setExpiration, setPriority, toString, toString
-
-
-
-
Field Detail
-
serialVersionUID
private static final long serialVersionUID
define serialVersionUID for interoperability- See Also:
- Constant Field Values
-
-