Package org.apache.uima.aae.delegate
Class ControllerDelegate
- java.lang.Object
-
- org.apache.uima.aae.delegate.Delegate
-
- org.apache.uima.aae.delegate.ControllerDelegate
-
public class ControllerDelegate extends Delegate
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class org.apache.uima.aae.delegate.Delegate
Delegate.DelegateEntry
-
-
Field Summary
-
Fields inherited from class org.apache.uima.aae.delegate.Delegate
delegateKey, DISABLED_STATE, OK_STATE, TIMEOUT_STATE
-
-
Constructor Summary
Constructors Constructor Description ControllerDelegate(java.lang.String aDelegateKey, AnalysisEngineController aController)
Initializes this instance with a unique delegate key
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
getComponentName()
void
handleError(java.lang.Exception e, ErrorContext errorContext)
-
Methods inherited from class org.apache.uima.aae.delegate.Delegate
addCasToOutstandingList, addCasToPendingDispatchList, addNewCasToOutstandingList, addNewCasToOutstandingList, cancelDelegateTimer, cleanup, getCasPendingDispatchListSize, getCasPendingReplyListSize, getCasProcessTimeout, getCpcTimeout, getDelegateCasesPendingDispatch, getDelegateCasesPendingReply, getEndpoint, getGetMetaTimeout, getKey, getNotificationEndpoint, getOldestCasIdFromOutstandingList, getState, hasConcurrentConsumersOnReplyQueue, incrementRetryCount, isAwaitingPingReply, isGeneratingChildrenFrom, removeCasFromOutstandingList, removeCasFromPendingDispatchList, removeOldestCasFromOutstandingList, removeOldestFromPendingDispatchList, resetAwaitingPingReply, restartTimerForOldestCasInOutstandingList, setAwaitingPingReply, setCasProcessTimeout, setConcurrentConsumersOnReplyQueue, setCpcTimeout, setEndpoint, setGeneratingChildrenFrom, setGetMetaTimeout, setNotificationEndpoint, setState, startGetMetaRequestTimer, toString
-
-
-
-
Constructor Detail
-
ControllerDelegate
public ControllerDelegate(java.lang.String aDelegateKey, AnalysisEngineController aController)
Initializes this instance with a unique delegate key- Parameters:
aDelegateKey
-
-
-
Method Detail
-
getComponentName
public java.lang.String getComponentName()
- Specified by:
getComponentName
in classDelegate
-
handleError
public void handleError(java.lang.Exception e, ErrorContext errorContext)
- Specified by:
handleError
in classDelegate
-
-