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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.String
getActionOnError()
java.lang.String
getActionOnMaxRestart()
int
getBatchSize()
java.lang.String
getDeploymentParameter(java.lang.String aDeployParameter)
java.util.List
getDeploymentParameters()
java.lang.String
getDeploymentType()
java.net.URL
getDescriptorUrl()
int
getErrorRate()
long
getErrorSampleSize()
Execute
getExecSpec()
java.util.LinkedList
getFilter()
java.lang.String
getFilterString()
java.lang.String[]
getKeysToDrop()
int
getMaxErrorCount()
int
getMaxRestartCount()
int
getMaxRetryCount()
int
getMaxTimeToWaitBetweenRetries()
java.lang.String
getName()
long
getTimeout()
boolean
isJavaProcess()
boolean
runInSeparateProcess()
-
-
-
Method Detail
-
getName
java.lang.String getName()
-
getTimeout
long getTimeout()
-
runInSeparateProcess
boolean runInSeparateProcess()
-
isJavaProcess
boolean isJavaProcess()
-
getErrorRate
int getErrorRate()
-
getMaxErrorCount
int getMaxErrorCount()
-
getErrorSampleSize
long getErrorSampleSize()
-
getActionOnError
java.lang.String getActionOnError()
-
getActionOnMaxRestart
java.lang.String getActionOnMaxRestart()
-
getMaxRestartCount
int getMaxRestartCount()
-
getMaxRetryCount
int getMaxRetryCount()
-
getDeploymentParameters
java.util.List getDeploymentParameters()
-
getDeploymentParameter
java.lang.String getDeploymentParameter(java.lang.String aDeployParameter)
-
getDeploymentType
java.lang.String getDeploymentType()
-
getFilterString
java.lang.String getFilterString()
-
getFilter
java.util.LinkedList getFilter() throws ResourceConfigurationException
- Throws:
ResourceConfigurationException
-
getKeysToDrop
java.lang.String[] getKeysToDrop() throws ResourceConfigurationException
- Throws:
ResourceConfigurationException
-
getBatchSize
int getBatchSize()
-
getDescriptorUrl
java.net.URL getDescriptorUrl() throws ResourceConfigurationException
- Throws:
ResourceConfigurationException
-
getExecSpec
Execute getExecSpec()
-
getMaxTimeToWaitBetweenRetries
int getMaxTimeToWaitBetweenRetries()
-
-