Interface IProcessorActiveModule
- All Superinterfaces:
IDynamicComponent,IProcessorModule
- All Known Subinterfaces:
IProcessorReceiverModule
- All Known Implementing Classes:
AbstractActiveModule,AbstractActiveNetModule,AbstractActivePollingModule,AbstractActiveReceiverModule,AbstractActiveResenderModule,AbstractDirectoryPollingModule,AS2DirectoryPollingModule,AS2MDNReceiverModule,AS2ReceiverModule,DirectoryResenderModule,InMemoryResenderModule
A special processor module that supports a special start/stop cycle (e.g.
polling tasks).
- Author:
- OpenAS2
-
Method Summary
Methods inherited from interface com.helger.as2lib.IDynamicComponent
attrs, getName, getSession, initDynamicComponentMethods inherited from interface com.helger.as2lib.processor.module.IProcessorModule
canHandle, handle
-
Method Details
-
isRunning
boolean isRunning()- Returns:
trueof the module is running,falseif not.
-
start
Start the module- Throws:
AS2Exception- in case starting failed
-
stop
Stop the module- Throws:
AS2Exception- in case stopping failed
-