org.apache.uima.resourceSpecifier.factory
Interface ProcessCasErrors

All Superinterfaces:
ErrorHandlingSettings
All Known Subinterfaces:
AggregateProcessCasErrors, DelegateProcessCasErrors
All Known Implementing Classes:
AggregateProcessCasErrorsImpl, ProcessCasErrorsImpl

public interface ProcessCasErrors
extends ErrorHandlingSettings

The Interface ProcessCasErrors.


Method Summary
 Action getThresholdAction()
          Gets the threshold action.
 int getThresholdCount()
          Gets the threshold count.
 int getThresholdWindow()
          Gets the threshold window.
 void setThresholdAction(Action action)
          Sets the threshold action.
 void setThresholdCount(int threshold)
          Sets the threshold count.
 void setThresholdWindow(int window)
          Sets the threshold window.
 
Methods inherited from interface org.apache.uima.resourceSpecifier.factory.ErrorHandlingSettings
getAction, getMaxRetries, getTimeout, setAction, setMaxRetries, setTimeout
 

Method Detail

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

getThresholdWindow

int getThresholdWindow()
Gets the threshold window.

Returns:
the threshold window

setThresholdWindow

void setThresholdWindow(int window)
Sets the threshold window.

Parameters:
window - the new threshold window

getThresholdAction

Action getThresholdAction()
Gets the threshold action.

Returns:
the threshold action

setThresholdAction

void setThresholdAction(Action action)
Sets the threshold action.

Parameters:
action - the new threshold action


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