Apache CXF API

org.apache.cxf.ws.rm
Class AcknowledgementNotification

java.lang.Object
  extended by java.util.EventObject
      extended by javax.management.Notification
          extended by org.apache.cxf.ws.rm.AcknowledgementNotification
All Implemented Interfaces:
Serializable

public class AcknowledgementNotification
extends Notification

Notification of a message acknowledgment for a source sequence.

See Also:
Serialized Form

Field Summary
 
Fields inherited from class javax.management.Notification
source
 
Constructor Summary
AcknowledgementNotification(Object source, long seq, String sid, long msgnum)
           
 
Method Summary
 long getMessageNumber()
           
 String getSequenceId()
           
 
Methods inherited from class javax.management.Notification
getMessage, getSequenceNumber, getTimeStamp, getType, getUserData, setSequenceNumber, setSource, setTimeStamp, setUserData, toString
 
Methods inherited from class java.util.EventObject
getSource
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

AcknowledgementNotification

public AcknowledgementNotification(Object source,
                                   long seq,
                                   String sid,
                                   long msgnum)
Method Detail

getSequenceId

public String getSequenceId()

getMessageNumber

public long getMessageNumber()

Apache CXF API

Apache CXF