|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectfr.dyade.aaa.agent.Notification
org.objectweb.joram.mom.proxies.SyncReply
class SyncReply
A SyncReply
is a notification used by a proxy for
synchronizing a reply.
Field Summary | |
---|---|
(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
|
Fields inherited from class fr.dyade.aaa.agent.Notification |
---|
detachable, detached, persistent |
Constructor Summary | |
---|---|
SyncReply(int key,
AbstractJmsReply reply)
Constructs a SyncReply instance. |
Method Summary |
---|
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
int key
AbstractJmsReply reply
Constructor Detail |
---|
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.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |