org.apache.uima.aae.delegate
Class ControllerDelegate

java.lang.Object
  extended by org.apache.uima.aae.delegate.Delegate
      extended by 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
ControllerDelegate(java.lang.String aDelegateKey, AnalysisEngineController aController)
          Initializes this instance with a unique delegate key
 
Method Summary
 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
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

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 class Delegate

handleError

public void handleError(java.lang.Exception e,
                        ErrorContext errorContext)
Specified by:
handleError in class Delegate


Copyright © 2012. All Rights Reserved.