SMILA (incubation) API documentation

org.eclipse.smila.connectivity.queue.worker
Interface QueueWorker

All Known Subinterfaces:
Listener, Router
All Known Implementing Classes:
ListenerImpl, RouterImpl

public interface QueueWorker

The Interface QueueWorker.


Method Summary
 void start()
          Start.
 void stop()
          Stop.
 

Method Detail

start

void start()
Start.


stop

void stop()
Stop.


SMILA (incubation) API documentation