org.apache.uima.aae.controller
Interface ControllerCallbackListener

All Known Implementing Classes:
BaseUIMAAsynchronousEngine_impl, SpringContainerDeployer

public interface ControllerCallbackListener


Method Summary
 void notifyOnInitializationFailure(AnalysisEngineController aController, java.lang.Exception e)
           
 void notifyOnInitializationFailure(java.lang.Exception e)
           
 void notifyOnInitializationSuccess()
           
 void notifyOnInitializationSuccess(AnalysisEngineController aController)
           
 void notifyOnReconnecting(java.lang.String aMessage)
           
 void notifyOnReconnectionSuccess()
           
 void notifyOnTermination(java.lang.String aMessage)
           
 

Method Detail

notifyOnTermination

void notifyOnTermination(java.lang.String aMessage)

notifyOnInitializationFailure

void notifyOnInitializationFailure(AnalysisEngineController aController,
                                   java.lang.Exception e)

notifyOnInitializationSuccess

void notifyOnInitializationSuccess(AnalysisEngineController aController)

notifyOnInitializationFailure

void notifyOnInitializationFailure(java.lang.Exception e)

notifyOnInitializationSuccess

void notifyOnInitializationSuccess()

notifyOnReconnecting

void notifyOnReconnecting(java.lang.String aMessage)

notifyOnReconnectionSuccess

void notifyOnReconnectionSuccess()


Copyright © 2011. All Rights Reserved.