Package org.ow2.joram.mom.amqp
Class AMQPRequestNot
- java.lang.Object
-
- fr.dyade.aaa.agent.Notification
-
- org.ow2.joram.mom.amqp.AMQPRequestNot
-
- All Implemented Interfaces:
Encodable,Serializable,Cloneable
public class AMQPRequestNot extends Notification
Notification used to make a request to another Joram AMQP server.- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description longkeyLockObjectobjlongproxyIdprivate 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 AMQPRequestNot()
-
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
define serialVersionUID for interoperability- See Also:
- Constant Field Values
-
obj
public Object obj
-
keyLock
public long keyLock
-
proxyId
public long proxyId
-
-