Uses of Class
org.apache.uima.resourceSpecifier.factory.Action

Packages that use Action
org.apache.uima.resourceSpecifier.factory   
org.apache.uima.resourceSpecifier.factory.impl   
 

Uses of Action in org.apache.uima.resourceSpecifier.factory
 

Methods in org.apache.uima.resourceSpecifier.factory that return Action
 Action ErrorHandlingSettings.getAction()
          Gets the action.
 Action ServiceContext.getCpCAdditionalAction()
          Gets the cp c additional action.
 Action ServiceContext.getCpCAdditionalAction()
          Gets the cp c additional action.
 Action CollectionProcessCompleteErrors.getErrorAction()
          Gets the error action.
 Action ServiceContext.getProcessErrorThresholdAction()
          Gets the process error threshold action.
 Action ServiceContext.getProcessErrorThresholdAction()
          Gets the process error threshold action.
 Action ProcessCasErrors.getThresholdAction()
          Gets the threshold action.
 Action AsyncPrimitiveErrorConfiguration.getThresholdAction()
          Gets the threshold action.
static Action Action.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static Action[] Action.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.apache.uima.resourceSpecifier.factory with parameters of type Action
static CollectionProcessCompleteErrorHandlingSettings DeploymentDescriptorFactory.createCollectionProcessCompleteErrorHandlingSettings(int timeout, Action action)
          Creates Error Handling Configuration for CPC using provided settings
static CollectionProcessCompleteErrorHandlingSettings DeploymentDescriptorFactory.createCollectionProcessCompleteErrorHandlingSettings(int timeout, Action action)
          Creates Error Handling Configuration for CPC using provided settings
static GetMetaErrorHandlingSettings DeploymentDescriptorFactory.createGetMetaErrorHandlingSettings(int retryCount, int timeout, Action action)
          Creates Error Handling Configuration for GetMeta with provided settings
static GetMetaErrorHandlingSettings DeploymentDescriptorFactory.createGetMetaErrorHandlingSettings(int retryCount, int timeout, Action action)
          Creates Error Handling Configuration for GetMeta with provided settings
static ProcessErrorHandlingSettings DeploymentDescriptorFactory.createProcessErrorHandlingSettings(int retryCount, int timeout, Action action, boolean continueOnRetryFailure, int thresholdCount, int thresholdWindow)
          Creates Error Handling Configuration for Process using provided settings
static ProcessErrorHandlingSettings DeploymentDescriptorFactory.createProcessErrorHandlingSettings(int retryCount, int timeout, Action action, boolean continueOnRetryFailure, int thresholdCount, int thresholdWindow)
          Creates Error Handling Configuration for Process using provided settings
 void ErrorHandlingSettings.setAction(Action action)
          Sets the action.
 void ServiceContext.setCpCAdditionalAction(Action action)
          Sets the cp c additional action.
 void ServiceContext.setCpCAdditionalAction(Action action)
          Sets the cp c additional action.
 void CollectionProcessCompleteErrors.setErrorAction(Action action)
          Sets the error action.
 void ServiceContext.setProcessErrorThresholdAction(Action action)
          Sets the process error threshold action.
 void ServiceContext.setProcessErrorThresholdAction(Action action)
          Sets the process error threshold action.
 void ProcessCasErrors.setThresholdAction(Action action)
          Sets the threshold action.
 void AsyncPrimitiveErrorConfiguration.setThresholdAction(Action pa)
          Sets the threshold action.
 

Uses of Action in org.apache.uima.resourceSpecifier.factory.impl
 

Methods in org.apache.uima.resourceSpecifier.factory.impl that return Action
 Action ErrorHandlingSettingsImpl.getAction()
           
 Action ServiceContextImpl.getCpCAdditionalAction()
           
 Action CollectionProcessCompleteErrorsImpl.getErrorAction()
           
 Action ServiceContextImpl.getProcessErrorThresholdAction()
           
 Action ProcessCasErrorsImpl.getThresholdAction()
           
 Action AsyncPrimitiveErrorConfigurationImpl.getThresholdAction()
           
 

Methods in org.apache.uima.resourceSpecifier.factory.impl with parameters of type Action
 void ErrorHandlingSettingsImpl.setAction(Action action)
           
 void ServiceContextImpl.setCpCAdditionalAction(Action action)
           
 void CollectionProcessCompleteErrorsImpl.setErrorAction(Action action)
           
 void ServiceContextImpl.setProcessErrorThresholdAction(Action action)
           
 void ProcessCasErrorsImpl.setThresholdAction(Action action)
           
 void AsyncPrimitiveErrorConfigurationImpl.setThresholdAction(Action pa)
           
 

Constructors in org.apache.uima.resourceSpecifier.factory.impl with parameters of type Action
CollectionProcessCompleteErrorHandlingSettingsImpl(int timeout, Action action)
          Instantiates a new collection process complete error handling settings impl.
ErrorHandlingSettingsImpl(int retryCount, int timeout, Action action)
          Instantiates a new error handling settings impl.
GetMetaErrorHandlingSettingsImpl(int retryCount, int timeout, Action action)
          Instantiates a new gets the meta error handling settings impl.
ProcessErrorHandlingSettingsImpl(int retryCount, int timeout, Action action, boolean continueOnRetruFailure, int thresholdCount, int thresholdWindow)
          Instantiates a new process error handling settings impl.
 



Copyright © 2006-2012 The Apache Software Foundation. All Rights Reserved.