Interface TrackingModule
-
- All Superinterfaces:
ActiveModule
,Component
,ProcessorModule
- All Known Implementing Classes:
BaseMsgTrackingModule
,DbTrackingModule
,EmbeddedDBHandler
public interface TrackingModule extends ActiveModule
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.String
DO_TRACK_MSG
static java.lang.String
TRACK_MSG_TCP_SERVER
-
Method Summary
-
Methods inherited from interface org.openas2.processor.ActiveModule
healthcheck, isRunning, start, stop
-
Methods inherited from interface org.openas2.Component
destroy, getName, getParameters, getSession, init
-
Methods inherited from interface org.openas2.processor.ProcessorModule
canHandle, handle
-
-
-
-
Field Detail
-
DO_TRACK_MSG
static final java.lang.String DO_TRACK_MSG
- See Also:
- Constant Field Values
-
TRACK_MSG_TCP_SERVER
static final java.lang.String TRACK_MSG_TCP_SERVER
- See Also:
- Constant Field Values
-
-