public interface CasProcessorMaxRestarts extends MetaDataObject
Modifier and Type | Method and Description |
---|---|
String |
getAction()
Returns a strategy to apply by the CPE when max restart count is exceeded.
|
int |
getRestartCount()
Returns max restarts threshold fro CasProcessor
|
int |
getWaitTimeBetweenRetries() |
void |
setAction(String aAction)
Sets a strategy to apply by the CPE when max restart count is exceeded.
|
void |
setRestartCount(int aRestartCount)
Sets max tolerated restarts threshold for CasProcessor
|
void |
setWaitTimeBetweenRetries(int i) |
clone, equals, getAttributeValue, getSourceUrl, getSourceUrlString, isModifiable, listAttributes, setAttributeValue, setSourceUrl
buildFromXMLElement, buildFromXMLElement, toXML, toXML, toXML, toXML
void setRestartCount(int aRestartCount)
aRestartCount
- -
max restart countint getRestartCount()
void setAction(String aAction)
aAction
- -
action to takeString getAction()
int getWaitTimeBetweenRetries()
void setWaitTimeBetweenRetries(int i)
i
- time to wait between successive retriesCopyright © 2006–2017 The Apache Software Foundation. All rights reserved.