public class CpeLocalCasProcessorImpl extends CasProcessorCpeObject implements CpeLocalCasProcessor
| Modifier | Constructor and Description |
|---|---|
|
CpeLocalCasProcessorImpl() |
|
CpeLocalCasProcessorImpl(boolean initializeWithDefaultValues) |
protected |
CpeLocalCasProcessorImpl(java.lang.String aName,
java.lang.String aSoFa) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
addDefaults()
Adds default configuration shared by CasProcessors
|
void |
addExecArg(java.lang.String aArgValue) |
void |
addExecEnv(java.lang.String aEnvKeyName,
java.lang.String aEnvKeyValue)
Adds a new env key to the list of env keys.
|
java.util.List |
getExecArgs() |
java.util.List |
getExecEnv() |
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 |
removeExecArg(int aIndex) |
void |
removeExecEnv(int aIndex) |
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, buildFromXMLElement, getActionOnMaxError, getActionOnMaxRestart, getBatchSize, getCasProcessorFilter, getCheckpoint, getConfigurationParameterSettings, getCpeComponentDescriptor, getDeployment, getDeploymentParameters, getDeploymentParams, getDescriptor, getErrorHandling, getFilter, getIsParallelizable, getMaxErrorCount, getMaxErrorSampleSize, getMaxRestartCount, getName, getParameters, getParameterSettings, getRunInSeparateProcess, getSOFA, getSofaNameMappings, getTimeout, getXMLAttributes, getXmlizationInfo, setActionOnMaxError, setActionOnMaxRestart, setBatchSize, setCasProcessorFilter, setCasProcessorFilter, setCheckpoint, setConfigurationParameterSettings, setCpeComponentDescriptor, setDeployment, setDeploymentParameters, setDeploymentParams, setDescriptor, setErrorHandling, setFilter, setIsParallelizable, setMaxErrorCount, setMaxErrorSampleSize, setMaxRestartCount, setName, setParameters, setParameterSettings, setRunInSeparateProcess, setSOFA, setSofaNameMappings, setTimeoutbuildFromXMLElement, clone, equals, getAttributeClass, getAttributeValue, getPropertyDescriptors, getPropertyXmlInfo, getRelativePathBase, getSourceUrl, getSourceUrlString, getWrapperClass, hashCode, isModifiable, listAttributes, readArrayPropertyValueFromXMLElement, readMapPropertyFromXml, readPropertyValueFromXMLElement, readUnknownPropertyValueFromXMLElement, setAttributeValue, setSourceUrl, setSourceUrlIfNull, toString, toXML, toXML, toXML, toXML, writeArrayPropertyAsElement, writeMapPropertyToXml, writePropertyAsElementfinalize, getClass, notify, notifyAll, wait, wait, waitaddDeployParam, 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, toXMLpublic CpeLocalCasProcessorImpl()
public CpeLocalCasProcessorImpl(boolean initializeWithDefaultValues)
protected CpeLocalCasProcessorImpl(java.lang.String aName,
java.lang.String aSoFa)
throws CpeDescriptorException
CpeDescriptorExceptionpublic void addExecArg(java.lang.String aArgValue)
throws CpeDescriptorException
addExecArg in interface CpeLocalCasProcessorCpeDescriptorExceptionpublic void removeExecArg(int aIndex)
throws CpeDescriptorException
CpeDescriptorExceptionpublic java.util.List getExecArgs()
throws CpeDescriptorException
CpeDescriptorExceptionprotected void addDefaults()
throws CpeDescriptorException
CasProcessorCpeObjectaddDefaults in class CasProcessorCpeObjectCpeDescriptorExceptionpublic boolean isJava()
throws CpeDescriptorException
CpeLocalCasProcessorisJava in interface CpeLocalCasProcessorCpeDescriptorExceptionpublic void addExecEnv(java.lang.String aEnvKeyName,
java.lang.String aEnvKeyValue)
throws CpeDescriptorException
addExecEnv in interface CpeLocalCasProcessorCpeDescriptorExceptionpublic java.util.List getExecEnv()
throws CpeDescriptorException
CpeDescriptorExceptionpublic void removeExecEnv(int aIndex)
throws CpeDescriptorException
CpeDescriptorExceptionpublic void setExecutable(java.lang.String aCasProcessorExecutable)
throws CpeDescriptorException
CpeLocalCasProcessorsetExecutable in interface CpeLocalCasProcessoraCasProcessorExecutable - -
name of a programCpeDescriptorExceptionpublic java.lang.String getExecutable()
throws CpeDescriptorException
CpeLocalCasProcessorgetExecutable in interface CpeLocalCasProcessorCpeDescriptorExceptionpublic void setIsJava(boolean aJava)
throws CpeDescriptorException
CpeLocalCasProcessorsetIsJava in interface CpeLocalCasProcessoraJava - -
true if java, false otherwiseCpeDescriptorExceptionpublic void setRunInSeperateProcess(CasProcessorRunInSeperateProcess aSepProcess) throws CpeDescriptorException
setRunInSeperateProcess in interface CpeLocalCasProcessorCpeDescriptorExceptionpublic CasProcessorRunInSeperateProcess getRunInSeperateProcess() throws CpeDescriptorException
getRunInSeperateProcess in interface CpeLocalCasProcessorCpeDescriptorExceptionCopyright © 2013. All Rights Reserved.