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, handle
destroy, getName, getParameters, getSession, init
boolean isRunning()
void start() throws OpenAS2Exception
OpenAS2Exception
void stop() throws OpenAS2Exception
OpenAS2Exception
boolean healthcheck(List<String> failures)
failures
- - a list of failures if any occurCopyright © 2018. All rights reserved.