Class AbstractActiveReceiverModule
java.lang.Object
com.helger.as2lib.AbstractDynamicComponent
com.helger.as2lib.processor.module.AbstractProcessorModule
com.helger.as2lib.processor.module.AbstractActiveModule
com.helger.as2lib.processor.receiver.AbstractActiveReceiverModule
- All Implemented Interfaces:
IDynamicComponent,IProcessorActiveModule,IProcessorModule,IProcessorReceiverModule
- Direct Known Subclasses:
AbstractActiveNetModule,AbstractActivePollingModule
public abstract class AbstractActiveReceiverModule
extends AbstractActiveModule
implements IProcessorReceiverModule
-
Field Summary
Fields inherited from class com.helger.as2lib.AbstractDynamicComponent
m_aRWLock -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class com.helger.as2lib.processor.module.AbstractActiveModule
canHandle, doStart, doStop, equals, forceStop, handle, hashCode, isRunning, start, stop, toStringMethods inherited from class com.helger.as2lib.AbstractDynamicComponent
attrs, getAttributeAsIntRequired, getAttributeAsStringRequired, getName, getSession, initDynamicComponentMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface com.helger.as2lib.IDynamicComponent
attrs, getName, getSession, initDynamicComponentMethods inherited from interface com.helger.as2lib.processor.module.IProcessorActiveModule
isRunning, start, stopMethods inherited from interface com.helger.as2lib.processor.module.IProcessorModule
canHandle, handle
-
Constructor Details
-
AbstractActiveReceiverModule
public AbstractActiveReceiverModule()
-