org.jboss.soa.esb.listeners.message
Class AbstractPassiveListener

java.lang.Object
  extended by org.jboss.soa.esb.listeners.message.AbstractListener
      extended by org.jboss.soa.esb.listeners.message.AbstractPassiveListener
All Implemented Interfaces:
java.lang.Runnable
Direct Known Subclasses:
HttpListener

public abstract class AbstractPassiveListener
extends AbstractListener

Base class to be implmented by listener implementations which use a channel implementation doing the listening stuff like periodically receiving on a queue.

Author:
Johan Kumps

Field Summary
 
Fields inherited from class org.jboss.soa.esb.listeners.message.AbstractListener
_config, _controller, logger, m_iMaxThr, m_iUpperThreadLimit, PARM_MAX_THREADS, pipelineExecutorPool
 
Constructor Summary
protected AbstractPassiveListener(EsbListenerController controller, ConfigTree configTree)
           
 
Method Summary
 void run()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AbstractPassiveListener

protected AbstractPassiveListener(EsbListenerController controller,
                                  ConfigTree configTree)
Method Detail

run

public void run()