Interface CasProcessorConfiguration
- All Known Implementing Classes:
CasProcessorConfigurationJAXBImpl
public interface CasProcessorConfiguration
Interface for setter and getter methods for the Cas Processor configuration as defined in the CPE
descriptor. Through these methods an implmentation gets access to individual Cas Processor
configuration settings.
-
Method Summary
Modifier and TypeMethodDescriptionint
getDeploymentParameter
(String aDeployParameter) int
long
String[]
int
int
int
int
getName()
long
boolean
boolean
-
Method Details
-
getName
String getName() -
getTimeout
long getTimeout() -
runInSeparateProcess
boolean runInSeparateProcess() -
isJavaProcess
boolean isJavaProcess() -
getErrorRate
int getErrorRate() -
getMaxErrorCount
int getMaxErrorCount() -
getErrorSampleSize
long getErrorSampleSize() -
getActionOnError
String getActionOnError() -
getActionOnMaxRestart
String getActionOnMaxRestart() -
getMaxRestartCount
int getMaxRestartCount() -
getMaxRetryCount
int getMaxRetryCount() -
getDeploymentParameters
List getDeploymentParameters() -
getDeploymentParameter
-
getDeploymentType
String getDeploymentType() -
getFilterString
String getFilterString() -
getFilter
- Throws:
ResourceConfigurationException
-
getKeysToDrop
- Throws:
ResourceConfigurationException
-
getBatchSize
int getBatchSize() -
getDescriptorUrl
- Throws:
ResourceConfigurationException
-
getExecSpec
Execute getExecSpec() -
getMaxTimeToWaitBetweenRetries
int getMaxTimeToWaitBetweenRetries()
-