org.apache.uima.adapter.jms.client
Class ClientServiceDelegate

java.lang.Object
  extended by org.apache.uima.aae.delegate.Delegate
      extended by 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
ClientServiceDelegate(java.lang.String serviceName, java.lang.String anApplicationName, BaseUIMAAsynchronousEngineCommon_impl engine)
           
 
Method Summary
 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
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

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

handleError

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


Copyright © 2011. All Rights Reserved.