public interface CasProcessorConfiguration
| Modifier and Type | Method and Description |
|---|---|
String |
getActionOnError() |
String |
getActionOnMaxRestart() |
int |
getBatchSize() |
String |
getDeploymentParameter(String aDeployParameter) |
List |
getDeploymentParameters() |
String |
getDeploymentType() |
URL |
getDescriptorUrl() |
int |
getErrorRate() |
long |
getErrorSampleSize() |
Execute |
getExecSpec() |
LinkedList |
getFilter() |
String |
getFilterString() |
String[] |
getKeysToDrop() |
int |
getMaxErrorCount() |
int |
getMaxRestartCount() |
int |
getMaxRetryCount() |
int |
getMaxTimeToWaitBetweenRetries() |
String |
getName() |
long |
getTimeout() |
boolean |
isJavaProcess() |
boolean |
runInSeparateProcess() |
String getName()
long getTimeout()
boolean runInSeparateProcess()
boolean isJavaProcess()
int getErrorRate()
int getMaxErrorCount()
long getErrorSampleSize()
String getActionOnError()
String getActionOnMaxRestart()
int getMaxRestartCount()
int getMaxRetryCount()
List getDeploymentParameters()
String getDeploymentType()
String getFilterString()
LinkedList getFilter() throws ResourceConfigurationException
ResourceConfigurationExceptionString[] getKeysToDrop() throws ResourceConfigurationException
ResourceConfigurationExceptionint getBatchSize()
URL getDescriptorUrl() throws ResourceConfigurationException
ResourceConfigurationExceptionExecute getExecSpec()
int getMaxTimeToWaitBetweenRetries()
Copyright © 2018. All rights reserved.