org.apache.uima.collection.impl.base_cpm.container
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
 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



Copyright © 2012. All Rights Reserved.