org.objectweb.joram.mom.proxies
Class SyncReply

java.lang.Object
  extended by fr.dyade.aaa.agent.Notification
      extended by org.objectweb.joram.mom.proxies.SyncReply
All Implemented Interfaces:
java.io.Serializable, java.lang.Cloneable

 class SyncReply
extends Notification

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

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 a SyncReply instance.

Parameters:
key - The identifier of the client context within which which the reply will have to be sent.
reply - The reply to send.


Copyright © 2010 ScalAgent D.T.. All Rights Reserved.