SMILA (incubation) API documentation

org.eclipse.smila.connectivity.queue.worker.internal.listener
Class ListenerWorker

java.lang.Object
  extended by org.eclipse.smila.connectivity.queue.worker.internal.AbstractLoggedComponent
      extended by org.eclipse.smila.connectivity.queue.worker.internal.listener.ListenerWorker
All Implemented Interfaces:
java.lang.Runnable

public class ListenerWorker
extends AbstractLoggedComponent
implements java.lang.Runnable

The Class ListenerWorker.


Field Summary
 
Fields inherited from class org.eclipse.smila.connectivity.queue.worker.internal.AbstractLoggedComponent
_id, _log
 
Constructor Summary
ListenerWorker(ListenerRule rule, ServicesAccessPoint accessPoint, ListenerRuleType ruleConfig, int number)
          Instantiates a new listener worker.
 
Method Summary
 void run()
          
 void suggestToStop()
          Suggest to stop.
 
Methods inherited from class org.eclipse.smila.connectivity.queue.worker.internal.AbstractLoggedComponent
msg
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ListenerWorker

public ListenerWorker(ListenerRule rule,
                      ServicesAccessPoint accessPoint,
                      ListenerRuleType ruleConfig,
                      int number)
Instantiates a new listener worker.

Parameters:
accessPoint - the access point
ruleConfig - the rule config
number - the number
rule - the rule
Method Detail

run

public void run()

Specified by:
run in interface java.lang.Runnable
See Also:
Runnable.run()

suggestToStop

public void suggestToStop()
Suggest to stop.


SMILA (incubation) API documentation