|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.jboss.soa.esb.listeners.old.AbstractListener
org.jboss.soa.esb.listeners.old.AbstractPassiveListener
public abstract class AbstractPassiveListener
Base class to be implmented by listener implementations which use a channel implementation doing the listening stuff like periodically receiving on a queue.
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from class org.jboss.soa.esb.listeners.old.AbstractListener |
|---|
AbstractListener.ActionProcessingPipeline |
| Field Summary |
|---|
| Fields inherited from class org.jboss.soa.esb.listeners.old.AbstractListener |
|---|
listenerConfig, logger, m_iMaxThr, m_iQthr, m_iSleepForThreads, m_iUpperThreadLimit, m_oActionDefinitionFactory, m_oActions, m_oDad, m_oMsgFactory, m_oThrGrp, MESSAGE_PROCESSING_ACTIONS_LIST |
| Constructor Summary | |
|---|---|
protected |
AbstractPassiveListener(GpListener p_oDad,
ConfigTree p_oParms,
ActionDefinitionFactory actionDefinitionFactory)
|
| Method Summary | |
|---|---|
protected java.lang.Object[] |
receive()
Receive message from underlying channel implementation. |
| Methods inherited from class org.jboss.soa.esb.listeners.old.AbstractListener |
|---|
close, processingComplete, processingError, run |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
protected AbstractPassiveListener(GpListener p_oDad,
ConfigTree p_oParms,
ActionDefinitionFactory actionDefinitionFactory)
throws java.lang.Exception
java.lang.Exception| Method Detail |
|---|
protected java.lang.Object[] receive()
AbstractListener
receive in class AbstractListener
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||