org.apache.uima.aae.controller
Class ControllerLatch

java.lang.Object
  extended by org.apache.uima.aae.controller.ControllerLatch

public class ControllerLatch
extends java.lang.Object


Constructor Summary
ControllerLatch(AnalysisEngineController aController)
           
 
Method Summary
 void openLatch(java.lang.String aName, boolean isTopLevelAggregate, boolean showMsg)
           
 void release()
           
 void waitUntilInitialized()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ControllerLatch

public ControllerLatch(AnalysisEngineController aController)
Method Detail

waitUntilInitialized

public void waitUntilInitialized()
                          throws AsynchAEException
Throws:
AsynchAEException

release

public void release()

openLatch

public void openLatch(java.lang.String aName,
                      boolean isTopLevelAggregate,
                      boolean showMsg)


Copyright © 2011. All Rights Reserved.