Interface RunnableContainer

All Superinterfaces:
Runnable
All Known Implementing Classes:
ProcessingContainer_Impl

public interface RunnableContainer extends Runnable
The RunnableContainer interface. Provides means to start and stop a Container hosting CasProcessor.
  • Method Summary Link icon

    Modifier and Type
    Method
    Description
    void
    Starts the container
    void
    Stops the container

    Methods inherited from interface java.lang.Runnable Link icon

    run
  • Method Details Link icon

    • start Link icon

      void start()
      Starts the container
    • stop Link icon

      void stop()
      Stops the container