public interface CpeLocalCasProcessor extends CpeCasProcessor
 Its basic functionality is inherited from
 CpeCasProcessor
| Modifier and Type | Method and Description | 
|---|---|
| void | addExecArg(String aArgValue) | 
| void | addExecEnv(String aEnvParamName,
          String aEnvParamValue) | 
| String | getExecutable()Returns a name of a program to use when launching this CasProcessor | 
| CasProcessorRunInSeperateProcess | getRunInSeperateProcess() | 
| boolean | isJava()Returns true if the local Cas Processor is a java program | 
| void | setExecutable(String aCasProcessorExecutable)Defines the name of a program to run when launching this Cas Processor. | 
| void | setIsJava(boolean aJava)Defines if this Cas Processor is a java program | 
| void | setRunInSeperateProcess(CasProcessorRunInSeperateProcess aSepProcess) | 
addDeployParam, getActionOnMaxError, getActionOnMaxRestart, getBatchSize, getCasProcessorFilter, getCheckpoint, getConfigurationParameterSettings, getCpeComponentDescriptor, getDeployment, getDeploymentParams, getDescriptor, getErrorHandling, getIsParallelizable, getMaxErrorCount, getMaxErrorSampleSize, getMaxRestartCount, getName, getRunInSeparateProcess, getSOFA, getSofaNameMappings, getTimeout, setActionOnMaxError, setActionOnMaxRestart, setBatchSize, setCasProcessorFilter, setConfigurationParameterSettings, setCpeComponentDescriptor, setDescriptor, setIsParallelizable, setMaxErrorCount, setMaxErrorSampleSize, setMaxRestartCount, setName, setSOFA, setSofaNameMappings, setTimeoutclone, equals, getAttributeValue, getSourceUrl, getSourceUrlString, isModifiable, listAttributes, setAttributeValue, setSourceUrlbuildFromXMLElement, buildFromXMLElement, toXML, toXML, toXML, toXMLboolean isJava()
        throws CpeDescriptorException
CpeDescriptorException - -void setIsJava(boolean aJava)
        throws CpeDescriptorException
aJava - - true if java, false otherwiseCpeDescriptorException - -void setExecutable(String aCasProcessorExecutable) throws CpeDescriptorException
aCasProcessorExecutable - - name of a programCpeDescriptorException - tbdString getExecutable() throws CpeDescriptorException
CpeDescriptorException - tbdvoid addExecEnv(String aEnvParamName, String aEnvParamValue) throws CpeDescriptorException
CpeDescriptorExceptionvoid addExecArg(String aArgValue) throws CpeDescriptorException
CpeDescriptorExceptionvoid setRunInSeperateProcess(CasProcessorRunInSeperateProcess aSepProcess) throws CpeDescriptorException
CpeDescriptorExceptionCasProcessorRunInSeperateProcess getRunInSeperateProcess() throws CpeDescriptorException
CpeDescriptorExceptionCopyright © 2006–2022 The Apache Software Foundation. All rights reserved.