org.apache.uima.resourceSpecifier.factory
Interface AggregateProcessCasErrors

All Superinterfaces:
ErrorHandlingSettings, ProcessCasErrors
All Known Implementing Classes:
AggregateProcessCasErrorsImpl

public interface AggregateProcessCasErrors
extends ProcessCasErrors

The Interface AggregateProcessCasErrors.


Method Summary
 boolean continueOnRetryFailure()
          Continue on retry failure.
 int getMaxRetries()
          Gets the max retries.
 int getTimeout()
          Gets the timeout.
 void setContinueOnRetryFailure()
          Sets the continue on retry failure.
 void setMaxRetris(int retries)
          Sets the max retris.
 void setTimeout(int timeout)
          Sets the timeout.
 
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, setAction, setMaxRetries
 

Method Detail

getMaxRetries

int getMaxRetries()
Gets the max retries.

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

setMaxRetris

void setMaxRetris(int retries)
Sets the max retris.

Parameters:
retries - the new max retris

getTimeout

int getTimeout()
Gets the timeout.

Specified by:
getTimeout in interface ErrorHandlingSettings
Returns:
the timeout

setTimeout

void setTimeout(int timeout)
Sets the timeout.

Specified by:
setTimeout in interface ErrorHandlingSettings
Parameters:
timeout - the new timeout

continueOnRetryFailure

boolean continueOnRetryFailure()
Continue on retry failure.

Returns:
true, if successful

setContinueOnRetryFailure

void setContinueOnRetryFailure()
Sets the continue on retry failure.



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