public interface ActiveModule extends ProcessorModule
| Modifier and Type | Method and 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() |
canHandle, handledestroy, getName, getParameters, getSession, initboolean 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.