Package org.apache.uima.aae.controller
Class ControllerLatch
- java.lang.Object
-
- org.apache.uima.aae.controller.ControllerLatch
-
public class ControllerLatch extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description ControllerLatch(AnalysisEngineController aController)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
openLatch(java.lang.String aName, boolean isTopLevelAggregate, boolean showMsg)
void
release()
void
waitUntilInitialized()
-
-
-
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)
-
-