Package org.objectweb.joram.mom.proxies
Class SyncReply
- java.lang.Object
-
- fr.dyade.aaa.agent.Notification
-
- org.objectweb.joram.mom.proxies.SyncReply
-
- All Implemented Interfaces:
Encodable,Serializable,Cloneable
class SyncReply extends Notification
ASyncReplyis a notification used by a proxy for synchronizing a reply.
-
-
Field Summary
Fields Modifier and Type Field Description (package private) intkeyThe identifier of the client context within which which the reply will have to be sent.(package private) AbstractJmsReplyreplyThe reply to send.private static longserialVersionUID-
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 SyncReply(int key, AbstractJmsReply reply)Constructs aSyncReplyinstance.
-
Method Summary
-
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
- See Also:
- Constant Field Values
-
key
int key
The identifier of the client context within which which the reply will have to be sent.
-
reply
AbstractJmsReply reply
The reply to send.
-
-
Constructor Detail
-
SyncReply
SyncReply(int key, AbstractJmsReply reply)Constructs aSyncReplyinstance.- Parameters:
key- The identifier of the client context within which which the reply will have to be sent.reply- The reply to send.
-
-