Interface RunnableContainer

  • All Superinterfaces:
    java.lang.Runnable
    All Known Implementing Classes:
    ProcessingContainer_Impl

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

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      void start()
      Starts the container
      void stop()
      Stops the container
      • Methods inherited from interface java.lang.Runnable

        run
    • Method Detail

      • start

        void start()
        Starts the container
      • stop

        void stop()
        Stops the container