|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ProcessErrorHandlingSettings | |
---|---|
org.apache.uima.resourceSpecifier.factory | |
org.apache.uima.resourceSpecifier.factory.impl |
Uses of ProcessErrorHandlingSettings in org.apache.uima.resourceSpecifier.factory |
---|
Methods in org.apache.uima.resourceSpecifier.factory that return ProcessErrorHandlingSettings | |
---|---|
static ProcessErrorHandlingSettings |
DeploymentDescriptorFactory.createProcessErrorHandlingSettings()
Creates Default Error Handling Configuration for Process |
static ProcessErrorHandlingSettings |
DeploymentDescriptorFactory.createProcessErrorHandlingSettings()
Creates Default Error Handling Configuration for Process |
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 |
ProcessErrorHandlingSettings |
RemoteDelegateErrorConfiguration.getProcessErrorHandlingSettings()
Gets the process error handling settings. |
ProcessErrorHandlingSettings |
DelegateConfiguration.getProcessErrorHandlingSettings()
Gets the process error handling settings. |
Methods in org.apache.uima.resourceSpecifier.factory with parameters of type ProcessErrorHandlingSettings | |
---|---|
void |
DelegateConfiguration.setProcessErrorHandlingSettings(ProcessErrorHandlingSettings settings)
Sets the process error handling settings. |
Uses of ProcessErrorHandlingSettings in org.apache.uima.resourceSpecifier.factory.impl |
---|
Classes in org.apache.uima.resourceSpecifier.factory.impl that implement ProcessErrorHandlingSettings | |
---|---|
class |
ProcessErrorHandlingSettingsImpl
The Class ProcessErrorHandlingSettingsImpl. |
Methods in org.apache.uima.resourceSpecifier.factory.impl that return ProcessErrorHandlingSettings | |
---|---|
ProcessErrorHandlingSettings |
RemoteDelegateErrorConfigurationImpl.getProcessErrorHandlingSettings()
|
ProcessErrorHandlingSettings |
DelegateConfigurationImpl.getProcessErrorHandlingSettings()
|
Methods in org.apache.uima.resourceSpecifier.factory.impl with parameters of type ProcessErrorHandlingSettings | |
---|---|
void |
DelegateConfigurationImpl.setProcessErrorHandlingSettings(ProcessErrorHandlingSettings settings)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |