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