Interface RunnableContainer
- All Superinterfaces:
Runnable
- All Known Implementing Classes:
ProcessingContainer_Impl
The
RunnableContainer interface. Provides means to start and stop a Container
hosting CasProcessor.-
Method Summary
-
Method Details
-
start
void start()Starts the container -
stop
void stop()Stops the container
-