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
ResourceConfigurationException
String[] getKeysToDrop() throws ResourceConfigurationException
ResourceConfigurationException
int getBatchSize()
URL getDescriptorUrl() throws ResourceConfigurationException
ResourceConfigurationException
Execute getExecSpec()
int getMaxTimeToWaitBetweenRetries()
Copyright © 2019. All rights reserved.