org.apache.uima.resourceSpecifier.factory
Interface DelegateProcessCasErrors

All Superinterfaces:
ErrorHandlingSettings, ProcessCasErrors

public interface DelegateProcessCasErrors
extends ProcessCasErrors

The Interface DelegateProcessCasErrors.


Method Summary
 int getMaxRetries()
          Gets the max retries.
 void setMaxRetries(int maxRetries)
          Sets the max retries.
 
Methods inherited from interface org.apache.uima.resourceSpecifier.factory.ProcessCasErrors
getThresholdAction, getThresholdCount, getThresholdWindow, setThresholdAction, setThresholdCount, setThresholdWindow
 
Methods inherited from interface org.apache.uima.resourceSpecifier.factory.ErrorHandlingSettings
getAction, getTimeout, setAction, setTimeout
 

Method Detail

getMaxRetries

int getMaxRetries()
Gets the max retries.

Specified by:
getMaxRetries in interface ErrorHandlingSettings
Returns:
the max retries

setMaxRetries

void setMaxRetries(int maxRetries)
Sets the max retries.

Specified by:
setMaxRetries in interface ErrorHandlingSettings
Parameters:
maxRetries - the new max retries


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