public interface CpeLocalCasProcessor extends CpeCasProcessor
Its basic functionality is inherited from
CpeCasProcessor
| Modifier and Type | Method and Description |
|---|---|
void |
addExecArg(java.lang.String aArgValue) |
void |
addExecEnv(java.lang.String aEnvParamName,
java.lang.String aEnvParamValue) |
java.lang.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(java.lang.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
CpeDescriptorExceptionvoid setIsJava(boolean aJava)
throws CpeDescriptorException
aJava - -
true if java, false otherwiseCpeDescriptorExceptionvoid setExecutable(java.lang.String aCasProcessorExecutable)
throws CpeDescriptorException
aCasProcessorExecutable - -
name of a programCpeDescriptorExceptionjava.lang.String getExecutable()
throws CpeDescriptorException
CpeDescriptorExceptionvoid addExecEnv(java.lang.String aEnvParamName,
java.lang.String aEnvParamValue)
throws CpeDescriptorException
CpeDescriptorExceptionvoid addExecArg(java.lang.String aArgValue)
throws CpeDescriptorException
CpeDescriptorExceptionvoid setRunInSeperateProcess(CasProcessorRunInSeperateProcess aSepProcess) throws CpeDescriptorException
CpeDescriptorExceptionCasProcessorRunInSeperateProcess getRunInSeperateProcess() throws CpeDescriptorException
CpeDescriptorExceptionCopyright © 2013. All Rights Reserved.