org.apache.uima.resourceSpecifier.factory
Interface ProcessErrorHandlingSettings

All Superinterfaces:
ErrorHandlingSettings
All Known Implementing Classes:
ProcessErrorHandlingSettingsImpl

public interface ProcessErrorHandlingSettings
extends ErrorHandlingSettings

The Interface ProcessErrorHandlingSettings.


Method Summary
 boolean continueOnRetryFailure()
          Continue on retry failure.
 int getThresholdCount()
          Gets the threshold count.
 int getThresholdWindow()
          Gets the threshold window.
 void setContinueOnRetryFailure(boolean continueOnRetryFailure)
          Sets the continue on retry failure.
 void setThresholdCount(int thresholdCount)
          Sets the threshold count.
 void setThresholdWindow(int thresholdWindow)
          Sets the threshold window.
 
Methods inherited from interface org.apache.uima.resourceSpecifier.factory.ErrorHandlingSettings
getAction, getMaxRetries, getTimeout, setAction, setMaxRetries, setTimeout
 

Method Detail

setContinueOnRetryFailure

void setContinueOnRetryFailure(boolean continueOnRetryFailure)
Sets the continue on retry failure.

Parameters:
continueOnRetryFailure - the new continue on retry failure

continueOnRetryFailure

boolean continueOnRetryFailure()
Continue on retry failure.

Returns:
true, if successful

setThresholdCount

void setThresholdCount(int thresholdCount)
Sets the threshold count.

Parameters:
thresholdCount - the new threshold count

getThresholdCount

int getThresholdCount()
Gets the threshold count.

Returns:
the threshold count

setThresholdWindow

void setThresholdWindow(int thresholdWindow)
Sets the threshold window.

Parameters:
thresholdWindow - the new threshold window

getThresholdWindow

int getThresholdWindow()
Gets the threshold window.

Returns:
the threshold window


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