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, setTimeout
clone, equals, getAttributeValue, getSourceUrl, getSourceUrlString, isModifiable, listAttributes, setAttributeValue, setSourceUrl
buildFromXMLElement, buildFromXMLElement, toXML, toXML, toXML, toXML
boolean 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
CpeDescriptorException
void addExecArg(String aArgValue) throws CpeDescriptorException
CpeDescriptorException
void setRunInSeperateProcess(CasProcessorRunInSeperateProcess aSepProcess) throws CpeDescriptorException
CpeDescriptorException
CasProcessorRunInSeperateProcess getRunInSeperateProcess() throws CpeDescriptorException
CpeDescriptorException
Copyright © 2006–2017 The Apache Software Foundation. All rights reserved.