Apache CXF API

org.apache.cxf.ws.rm
Class SequenceMonitor

java.lang.Object
  extended by org.apache.cxf.ws.rm.SequenceMonitor

public class SequenceMonitor
extends Object


Constructor Summary
SequenceMonitor()
           
 
Method Summary
 void acknowledgeMessage()
           
 long getLastArrivalTime()
           
 int getMPM()
           
protected  void setMonitorInterval(long i)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SequenceMonitor

public SequenceMonitor()
Method Detail

acknowledgeMessage

public void acknowledgeMessage()

getMPM

public int getMPM()

getLastArrivalTime

public long getLastArrivalTime()

setMonitorInterval

protected void setMonitorInterval(long i)

Apache CXF API

Apache CXF