Interface RunnableContainer
-
- All Superinterfaces:
Runnable
- All Known Implementing Classes:
ProcessingContainer_Impl
public interface RunnableContainer extends Runnable
TheRunnableContainer
interface. Provides means to start and stop a Container hostingCasProcessor
.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
start()
Starts the containervoid
stop()
Stops the container
-