org.apache.uima.resourceSpecifier.factory
Interface AsyncPrimitiveErrorConfiguration

All Known Implementing Classes:
AsyncPrimitiveErrorConfigurationImpl

public interface AsyncPrimitiveErrorConfiguration

The Interface AsyncPrimitiveErrorConfiguration.


Method Summary
 boolean getContinueOnRetryFailure()
          Gets the continue on retry failure.
 ProcessCasErrors getProcessCasErrors()
          Gets the process cas errors.
 Action getThresholdAction()
          Gets the threshold action.
 int getThresholdCount()
          Gets the threshold count.
 int getThresholdWindow()
          Gets the threshold window.
 long getTimeout()
          Gets the timeout.
 void setContinueOnRetryFailure()
          Sets the continue on retry failure.
 void setProcessCasErrors(ProcessCasErrors pce)
          Sets the process cas errors.
 void setThresholdAction(Action pa)
          Sets the threshold action.
 void setThresholdCount(int threshold)
          Sets the threshold count.
 void setThresholdWindow()
          Sets the threshold window.
 void setTimeout(long timeout)
          Sets the timeout.
 

Method Detail

getProcessCasErrors

ProcessCasErrors getProcessCasErrors()
Gets the process cas errors.

Returns:
the process cas errors

setProcessCasErrors

void setProcessCasErrors(ProcessCasErrors pce)
Sets the process cas errors.

Parameters:
pce - the new process cas errors

getTimeout

long getTimeout()
Gets the timeout.

Returns:
the timeout

setTimeout

void setTimeout(long timeout)
Sets the timeout.

Parameters:
timeout - the new timeout

getThresholdCount

int getThresholdCount()
Gets the threshold count.

Returns:
the threshold count

setThresholdCount

void setThresholdCount(int threshold)
Sets the threshold count.

Parameters:
threshold - the new threshold count

getContinueOnRetryFailure

boolean getContinueOnRetryFailure()
Gets the continue on retry failure.

Returns:
the continue on retry failure

setContinueOnRetryFailure

void setContinueOnRetryFailure()
Sets the continue on retry failure.


getThresholdWindow

int getThresholdWindow()
Gets the threshold window.

Returns:
the threshold window

setThresholdWindow

void setThresholdWindow()
Sets the threshold window.


getThresholdAction

Action getThresholdAction()
Gets the threshold action.

Returns:
the threshold action

setThresholdAction

void setThresholdAction(Action pa)
Sets the threshold action.

Parameters:
pa - the new threshold action


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