org.objectweb.joram.mom.util
Class BridgeAckNot

java.lang.Object
  extended byfr.dyade.aaa.agent.Notification
      extended byorg.objectweb.joram.mom.util.BridgeAckNot
All Implemented Interfaces:
java.lang.Cloneable, java.io.Serializable

public class BridgeAckNot
extends Notification

A BridgeAckNot notification carries the identifier of a message successfuly delivered by a JMS module to a foreign JMS server.

See Also:
Serialized Form

Field Summary
 
Fields inherited from class fr.dyade.aaa.agent.Notification
persistent
 
Constructor Summary
BridgeAckNot(java.lang.String id)
          Constructs a BridgeAckNot wrapping the identifier of a message successfuly delivered to the foreign JMS server.
 
Method Summary
 java.lang.String getIdentifier()
          Returns the identifier of the message successfuly delivered to the foreign JMS server.
 
Methods inherited from class fr.dyade.aaa.agent.Notification
clone, getContext, setContext, toString
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

BridgeAckNot

public BridgeAckNot(java.lang.String id)
Constructs a BridgeAckNot wrapping the identifier of a message successfuly delivered to the foreign JMS server.

Method Detail

getIdentifier

public java.lang.String getIdentifier()
Returns the identifier of the message successfuly delivered to the foreign JMS server.



Copyright ? 2004 Scalagent - All rights reserved