public class CpeConfigurationImpl extends MetaDataObject_impl implements CpeConfiguration
MetaDataObject_impl.MetaDataAttr, MetaDataObject_impl.SerialContext, MetaDataObject_impl.SerializerserialContext| Constructor and Description |
|---|
CpeConfigurationImpl() |
| Modifier and Type | Method and Description |
|---|---|
CpeCheckpoint |
getCheckpoint()
Returns Checkpoint object containing checkpoint file and frequency of checkpoints.
|
CpeTimer |
getCpeTimer()
Returns the timer class implementing UimeTimer interface.
|
String |
getDeployAs() |
String |
getDeployment()
Returns CPE deployment mode as "immediate", "vinceService", "interactive".
|
int |
getMaxTimeToWait() |
long |
getNum2Process() |
int |
getNumToProcess()
Returns number of entities to process
|
OutputQueue |
getOutputQueue() |
String |
getStartAt() |
String |
getStartingEntityId()
Returns id of the first entity the CPE will beging processing.
|
String |
getTimerImpl() |
protected XmlizationInfo |
getXmlizationInfo()
To be implemented by subclasses to return information describing how to represent this object
in XML.
|
void |
removeCheckpoint()
Removes checkpoint object
|
void |
removeCpeTimer() |
void |
setCheckpoint(CpeCheckpoint aCheckpoint)
Sets Checkpoint object containing checkpoint file and frequency of checkpoints.
|
void |
setCpeTimer(CpeTimer aTimer)
Sets the timer class implementing UimeTimer interface.
|
void |
setDeployAs(String string) |
void |
setDeployment(String aDeploy)
Sets CPE deployment mode as "immediate", "vinceService", "interactive".
|
void |
setNumToProcess(int aNumToProcess)
Sets number of entities to process by the CPE.
|
void |
setNumToProcess(long l) |
void |
setOutputQueue(OutputQueue queue) |
void |
setStartAt(String aStartAt) |
void |
setStartingEntityId(String aStartAt)
Sets id of the first entity the CPE will beging processing.
|
void |
setTimerImpl(String string) |
buildFromXMLElement, buildFromXMLElement, clone, equals, getAdditionalAttributes, getAttributeClass, getAttributeValue, getInfoset, getMatchingNode, getPropertyDescriptors, getPropertyXmlInfo, getRelativePathBase, getSerialContext, getSourceUrl, getSourceUrlString, getWrapperClass, getXMLAttributes, hashCode, isModifiable, listAttributes, readArrayPropertyValueFromXMLElement, readMapPropertyFromXml, readPropertyValueFromXMLElement, readUnknownPropertyValueFromXMLElement, resolveSettings, setAttributeValue, setInfoset, setSourceUrl, setSourceUrlIfNull, toString, toXML, toXML, toXML, toXML, valueIsNullOrEmptyArray, writeArrayPropertyAsElement, writeMapPropertyToXml, writePropertyAsElementfinalize, getClass, notify, notifyAll, wait, wait, waitclone, equals, getAttributeValue, getSourceUrl, getSourceUrlString, isModifiable, listAttributes, setAttributeValue, setSourceUrlbuildFromXMLElement, buildFromXMLElement, toXML, toXML, toXML, toXMLpublic void setDeployment(String aDeploy) throws CpeDescriptorException
CpeConfigurationsetDeployment in interface CpeConfigurationaDeploy - -
deployment mode of the CPECpeDescriptorException - tbdpublic String getDeployment()
CpeConfigurationgetDeployment in interface CpeConfigurationfor a description of these modes.public void setNumToProcess(int aNumToProcess)
throws CpeDescriptorException
CpeConfigurationsetNumToProcess in interface CpeConfigurationaNumToProcess - -
number of entities to process (-1 - for ALL)CpeDescriptorException - tbdpublic int getNumToProcess()
CpeConfigurationgetNumToProcess in interface CpeConfigurationpublic void setStartingEntityId(String aStartAt)
CpeConfigurationsetStartingEntityId in interface CpeConfigurationaStartAt - -
id of first entitypublic String getStartingEntityId()
CpeConfigurationgetStartingEntityId in interface CpeConfigurationpublic void setCheckpoint(CpeCheckpoint aCheckpoint) throws CpeDescriptorException
CpeConfigurationsetCheckpoint in interface CpeConfigurationaCheckpoint - -
checkpoint objectCpeDescriptorException - tbdpublic CpeCheckpoint getCheckpoint()
CpeConfigurationgetCheckpoint in interface CpeConfigurationCpeCheckpointpublic void removeCheckpoint()
CpeConfigurationremoveCheckpoint in interface CpeConfigurationpublic void setCpeTimer(CpeTimer aTimer)
CpeConfigurationsetCpeTimer in interface CpeConfigurationaTimer - -
timer classpublic CpeTimer getCpeTimer()
CpeConfigurationgetCpeTimer in interface CpeConfigurationpublic void removeCpeTimer()
removeCpeTimer in interface CpeConfigurationpublic String getDeployAs()
public long getNum2Process()
public String getStartAt()
public String getTimerImpl()
getTimerImpl in interface CpeConfigurationpublic void setDeployAs(String string)
string - public void setNumToProcess(long l)
l - public void setStartAt(String aStartAt)
aStartAt - public void setTimerImpl(String string)
string - public OutputQueue getOutputQueue()
getOutputQueue in interface CpeConfigurationpublic int getMaxTimeToWait()
getMaxTimeToWait in interface CpeConfigurationpublic void setOutputQueue(OutputQueue queue)
queue - protected XmlizationInfo getXmlizationInfo()
MetaDataObject_implgetXmlizationInfo in class MetaDataObject_implCopyright © 2018. All rights reserved.