Class ClientServiceDelegate
java.lang.Object
org.apache.uima.aae.delegate.Delegate
org.apache.uima.adapter.jms.client.ClientServiceDelegate
-
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
ConstructorsConstructorDescriptionClientServiceDelegate
(String serviceName, String anApplicationName, BaseUIMAAsynchronousEngineCommon_impl engine) -
Method Summary
Modifier and TypeMethodDescriptionjavax.jms.Destination
void
handleError
(Exception e, ErrorContext errorContext) boolean
boolean
void
void
setFreeCasDestination
(javax.jms.Destination freeCasDestination) void
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 Details
-
ClientServiceDelegate
public ClientServiceDelegate(String serviceName, String anApplicationName, BaseUIMAAsynchronousEngineCommon_impl engine)
-
-
Method Details
-
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
- Specified by:
getComponentName
in classDelegate
-
handleError
- Specified by:
handleError
in classDelegate
-