Component, ProcessorModuleReceiverModule, TrackingModuleAS2DirectoryPollingModule, AS2FileReceiverModule, AS2MDNReceiverModule, AS2ReceiverModule, BaseActiveModule, BaseMsgTrackingModule, BaseReceiverModule, BaseResenderModule, DbTrackingModule, DirectoryPollingModule, DirectoryResenderModule, HealthCheckModule, MessageBuilderModule, NetModule, PollingModulepublic interface ActiveModule extends ProcessorModule
| Modifier and Type | Method | Description |
|---|---|---|
boolean |
healthcheck(List<String> failures) |
When invoked, the module must run a self check to verify it is functioning correctly.
|
boolean |
isRunning() |
|
void |
start() |
|
void |
stop() |
destroy, getName, getParameters, getSession, initcanHandle, handleboolean isRunning()
void start()
throws OpenAS2Exception
OpenAS2Exceptionvoid stop() throws OpenAS2Exception
OpenAS2Exceptionboolean healthcheck(List<String> failures)
failures - - a list of failures if any occurCopyright © 2018. All rights reserved.