org.objectweb.joram.mom.dest.jmsbridge
Class JMSBridgeAckNot
java.lang.Object
fr.dyade.aaa.agent.Notification
org.objectweb.joram.mom.dest.jmsbridge.JMSBridgeAckNot
- All Implemented Interfaces:
- java.io.Serializable, java.lang.Cloneable
public class JMSBridgeAckNot
- extends Notification
A BridgeAckNot
notification carries the identifier of a
message successfully delivered by a JMS module to a foreign JMS server.
- See Also:
- Serialized Form
Field Summary |
private java.lang.String |
id
Identifier of the message successfully delivered to the foreign
JMS server. |
private static long |
serialVersionUID
|
Constructor Summary |
JMSBridgeAckNot(java.lang.String id)
Constructs a BridgeAckNot wrapping the identifier of a
message successfully delivered to the foreign JMS server. |
Method Summary |
java.lang.String |
getIdentifier()
Returns the identifier of the message successfully delivered to
the foreign JMS server. |
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 |
serialVersionUID
private static final long serialVersionUID
- See Also:
- Constant Field Values
id
private java.lang.String id
- Identifier of the message successfully delivered to the foreign
JMS server.
JMSBridgeAckNot
public JMSBridgeAckNot(java.lang.String id)
- Constructs a
BridgeAckNot
wrapping the identifier of a
message successfully delivered to the foreign JMS server.
getIdentifier
public java.lang.String getIdentifier()
- Returns the identifier of the message successfully delivered to
the foreign JMS server.
Copyright © 2010 ScalAgent D.T.. All Rights Reserved.