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

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

    Methods inherited from interface java.lang.Runnable

    run
  • Method Details

    • start

      void start()
      Starts the container
    • stop

      void stop()
      Stops the container