Class AbstractProcessorModule
- java.lang.Object
-
- com.helger.as2lib.AbstractDynamicComponent
-
- com.helger.as2lib.processor.module.AbstractProcessorModule
-
- All Implemented Interfaces:
IDynamicComponent
,IProcessorModule
- Direct Known Subclasses:
AbstractActiveModule
,AbstractResenderModule
,AbstractSenderModule
,AbstractStorageModule
public abstract class AbstractProcessorModule extends AbstractDynamicComponent implements IProcessorModule
Abstract implementation ofIProcessorModule
based onAbstractDynamicComponent
.- Author:
- Philip Helger
-
-
Field Summary
-
Fields inherited from class com.helger.as2lib.AbstractDynamicComponent
m_aRWLock
-
-
Constructor Summary
Constructors Constructor Description AbstractProcessorModule()
-
Method Summary
-
Methods inherited from class com.helger.as2lib.AbstractDynamicComponent
attrs, equals, getAttributeAsIntRequired, getAttributeAsStringRequired, getName, getSession, hashCode, initDynamicComponent, toString
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface com.helger.as2lib.IDynamicComponent
attrs, getName, getSession, initDynamicComponent
-
Methods inherited from interface com.helger.as2lib.processor.module.IProcessorModule
canHandle, handle
-
-