org.demac.process.adapter
Class CSPSAdapter

java.lang.Object
  extended by org.demac.process.adapter.CSPSAdapter
All Implemented Interfaces:
EventListener, TransportListener
Direct Known Subclasses:
CSPSAdapterImpl

public abstract class CSPSAdapter
extends java.lang.Object
implements TransportListener, EventListener


Constructor Summary
CSPSAdapter()
           
 
Method Summary
abstract  boolean isStarted()
           
abstract  void startContextAdapter()
           
abstract  void stopContextAdapter()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.demac.transport.TransportListener
deviceDetected, deviceRemoved, exceptionOccured, messageArrived
 
Methods inherited from interface org.demac.event.EventListener
eventTriggered
 

Constructor Detail

CSPSAdapter

public CSPSAdapter()
Method Detail

startContextAdapter

public abstract void startContextAdapter()

stopContextAdapter

public abstract void stopContextAdapter()

isStarted

public abstract boolean isStarted()