org.ws4d.java.service
Class DefaultDevice.AppSequenceManager

java.lang.Object
  extended by org.ws4d.java.service.DefaultDevice.AppSequenceManager
Enclosing class:
DefaultDevice

public class DefaultDevice.AppSequenceManager
extends java.lang.Object

Manages the application sequence of device.


Constructor Summary
DefaultDevice.AppSequenceManager()
           
 
Method Summary
 AppSequence getNext()
          Increments message number by one and returns AppSequence with this;
 void reset()
          Resets application sequence
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DefaultDevice.AppSequenceManager

public DefaultDevice.AppSequenceManager()
Method Detail

reset

public void reset()
Resets application sequence


getNext

public AppSequence getNext()
Increments message number by one and returns AppSequence with this;

Returns: