Interface RunnableContainer
-
- All Superinterfaces:
java.lang.Runnable
- All Known Implementing Classes:
ProcessingContainer_Impl
public interface RunnableContainer extends java.lang.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
-