Package org.apache.uima.aae.controller
Interface ControllerCallbackListener
- All Known Implementing Classes:
BaseUIMAAsynchronousEngine_impl,SpringContainerDeployer
public interface ControllerCallbackListener
-
Method Summary
Modifier and TypeMethodDescriptionvoidvoidnotifyOnInitializationFailure(AnalysisEngineController aController, Exception e) voidvoidnotifyOnInitializationSuccess(AnalysisEngineController aController) voidnotifyOnReconnecting(String aMessage) voidvoidnotifyOnTermination(String aMessage)
-
Method Details
-
notifyOnTermination
-
notifyOnInitializationFailure
-
notifyOnInitializationSuccess
-
notifyOnInitializationFailure
-
notifyOnInitializationSuccess
void notifyOnInitializationSuccess() -
notifyOnReconnecting
-
notifyOnReconnectionSuccess
void notifyOnReconnectionSuccess()
-