public class CpeConfigurationImpl extends MetaDataObject_impl implements CpeConfiguration
MetaDataObject_impl.MetaDataAttr, MetaDataObject_impl.SerialContext, MetaDataObject_impl.Serializer
serialContext
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, setAttributeValue, setInfoset, setSourceUrl, setSourceUrlIfNull, toString, toXML, toXML, toXML, toXML, valueIsNullOrEmptyArray, writeArrayPropertyAsElement, writeMapPropertyToXml, writePropertyAsElement
finalize, getClass, notify, notifyAll, wait, wait, wait
clone, equals, getAttributeValue, getSourceUrl, getSourceUrlString, isModifiable, listAttributes, setAttributeValue, setSourceUrl
buildFromXMLElement, buildFromXMLElement, toXML, toXML, toXML, toXML
public void setDeployment(String aDeploy) throws CpeDescriptorException
CpeConfiguration
setDeployment
in interface CpeConfiguration
aDeploy
- -
deployment mode of the CPECpeDescriptorException
- tbdpublic String getDeployment()
CpeConfiguration
getDeployment
in interface CpeConfiguration
for a description of these modes.
public void setNumToProcess(int aNumToProcess) throws CpeDescriptorException
CpeConfiguration
setNumToProcess
in interface CpeConfiguration
aNumToProcess
- -
number of entities to process (-1 - for ALL)CpeDescriptorException
- tbdpublic int getNumToProcess()
CpeConfiguration
getNumToProcess
in interface CpeConfiguration
public void setStartingEntityId(String aStartAt)
CpeConfiguration
setStartingEntityId
in interface CpeConfiguration
aStartAt
- -
id of first entitypublic String getStartingEntityId()
CpeConfiguration
getStartingEntityId
in interface CpeConfiguration
public void setCheckpoint(CpeCheckpoint aCheckpoint) throws CpeDescriptorException
CpeConfiguration
setCheckpoint
in interface CpeConfiguration
aCheckpoint
- -
checkpoint objectCpeDescriptorException
- tbdpublic CpeCheckpoint getCheckpoint()
CpeConfiguration
getCheckpoint
in interface CpeConfiguration
CpeCheckpoint
public void removeCheckpoint()
CpeConfiguration
removeCheckpoint
in interface CpeConfiguration
public void setCpeTimer(CpeTimer aTimer)
CpeConfiguration
setCpeTimer
in interface CpeConfiguration
aTimer
- -
timer classpublic CpeTimer getCpeTimer()
CpeConfiguration
getCpeTimer
in interface CpeConfiguration
public void removeCpeTimer()
removeCpeTimer
in interface CpeConfiguration
public String getDeployAs()
public long getNum2Process()
public String getStartAt()
public String getTimerImpl()
getTimerImpl
in interface CpeConfiguration
public 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 CpeConfiguration
public int getMaxTimeToWait()
getMaxTimeToWait
in interface CpeConfiguration
public void setOutputQueue(OutputQueue queue)
queue
- protected XmlizationInfo getXmlizationInfo()
MetaDataObject_impl
getXmlizationInfo
in class MetaDataObject_impl
Copyright © 2006–2023 The Apache Software Foundation. All rights reserved.