|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.uima.resourceSpecifier.factory.impl.ErrorHandlingSettingsImpl
org.apache.uima.resourceSpecifier.factory.impl.ProcessCasErrorsImpl
org.apache.uima.resourceSpecifier.factory.impl.AggregateProcessCasErrorsImpl
public class AggregateProcessCasErrorsImpl
The Class AggregateProcessCasErrorsImpl.
Field Summary |
---|
Fields inherited from class org.apache.uima.resourceSpecifier.factory.impl.ProcessCasErrorsImpl |
---|
pcet |
Constructor Summary | |
---|---|
protected |
AggregateProcessCasErrorsImpl(org.apache.uima.resourceSpecifier.ProcessCasErrorsType pcet,
ServiceContext context,
boolean topLevel)
Instantiates a new aggregate process cas errors impl. |
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 class org.apache.uima.resourceSpecifier.factory.impl.ProcessCasErrorsImpl |
---|
getThresholdAction, getThresholdCount, getThresholdWindow, setThresholdAction, setThresholdCount, setThresholdWindow |
Methods inherited from class org.apache.uima.resourceSpecifier.factory.impl.ErrorHandlingSettingsImpl |
---|
getAction, setAction, setMaxRetries |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
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 |
Constructor Detail |
---|
protected AggregateProcessCasErrorsImpl(org.apache.uima.resourceSpecifier.ProcessCasErrorsType pcet, ServiceContext context, boolean topLevel)
pcet
- the pcetcontext
- the contexttopLevel
- the top levelMethod Detail |
---|
public int getMaxRetries()
ErrorHandlingSettings
getMaxRetries
in interface AggregateProcessCasErrors
getMaxRetries
in interface ErrorHandlingSettings
getMaxRetries
in class ErrorHandlingSettingsImpl
public void setMaxRetris(int retries)
AggregateProcessCasErrors
setMaxRetris
in interface AggregateProcessCasErrors
retries
- the new max retrispublic int getTimeout()
ErrorHandlingSettings
getTimeout
in interface AggregateProcessCasErrors
getTimeout
in interface ErrorHandlingSettings
getTimeout
in class ErrorHandlingSettingsImpl
public void setTimeout(int timeout)
ErrorHandlingSettings
setTimeout
in interface AggregateProcessCasErrors
setTimeout
in interface ErrorHandlingSettings
setTimeout
in class ErrorHandlingSettingsImpl
timeout
- the new timeoutpublic boolean continueOnRetryFailure()
AggregateProcessCasErrors
continueOnRetryFailure
in interface AggregateProcessCasErrors
public void setContinueOnRetryFailure()
AggregateProcessCasErrors
setContinueOnRetryFailure
in interface AggregateProcessCasErrors
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |