Class ClientServiceDelegate
- java.lang.Object
-
- org.apache.uima.aae.delegate.Delegate
-
- org.apache.uima.adapter.jms.client.ClientServiceDelegate
-
public class ClientServiceDelegate 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 ClientServiceDelegate(java.lang.String serviceName, java.lang.String anApplicationName, BaseUIMAAsynchronousEngineCommon_impl engine)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
getComponentName()
javax.jms.Destination
getFreeCasDestination()
void
handleError(java.lang.Exception e, ErrorContext errorContext)
boolean
isPingTimeout()
boolean
isSynchronousAPI()
void
resetPingTimeout()
void
setFreeCasDestination(javax.jms.Destination freeCasDestination)
void
setSynchronousAPI()
-
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
-
ClientServiceDelegate
public ClientServiceDelegate(java.lang.String serviceName, java.lang.String anApplicationName, BaseUIMAAsynchronousEngineCommon_impl engine)
-
-
Method Detail
-
isSynchronousAPI
public boolean isSynchronousAPI()
-
isPingTimeout
public boolean isPingTimeout()
-
resetPingTimeout
public void resetPingTimeout()
-
setSynchronousAPI
public void setSynchronousAPI()
-
getFreeCasDestination
public javax.jms.Destination getFreeCasDestination()
-
setFreeCasDestination
public void setFreeCasDestination(javax.jms.Destination freeCasDestination)
-
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
-
-