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