class SyncReply extends Notification
SyncReply
is a notification used by a proxy for
synchronizing a reply.Modifier and Type | Field and Description |
---|---|
(package private) int |
key
The identifier of the client context within which which the reply will
have to be sent.
|
(package private) AbstractJmsReply |
reply
The reply to send.
|
private static long |
serialVersionUID |
detachable, detached, persistent
BOOLEAN_ENCODED_SIZE, BYTE_ENCODED_SIZE, DOUBLE_ENCODED_SIZE, FLOAT_ENCODED_SIZE, INT_ENCODED_SIZE, LONG_ENCODED_SIZE, SHORT_ENCODED_SIZE
Constructor and Description |
---|
SyncReply(int key,
AbstractJmsReply reply)
Constructs a
SyncReply instance. |
clone, decode, encode, getContext, getDeadNotificationAgentId, getEncodableClassId, getEncodedSize, getExpiration, getMessageId, getPriority, isPersistent, setContext, setDeadNotificationAgentId, setExpiration, setPriority, toString, toString
private static final long serialVersionUID
int key
AbstractJmsReply reply
SyncReply(int key, AbstractJmsReply reply)
SyncReply
instance.key
- The identifier of the client context within which which the
reply will have to be sent.reply
- The reply to send.Copyright © 2016 ScalAgent D.T.. All Rights Reserved.