public interface CpeConfiguration extends MetaDataObject
| 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 | getDeployment()Returns CPE deployment mode as "immediate", "vinceService", "interactive". | 
| int | getMaxTimeToWait() | 
| int | getNumToProcess()Returns number of entities to process | 
| OutputQueue | getOutputQueue() | 
| String | getStartingEntityId()Returns id of the first entity the CPE will beging processing. | 
| String | getTimerImpl() | 
| 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 | 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 | setStartingEntityId(String aEntityId)Sets id of the first entity the CPE will beging processing. | 
clone, equals, getAttributeValue, getSourceUrl, getSourceUrlString, isModifiable, listAttributes, setAttributeValue, setSourceUrlbuildFromXMLElement, buildFromXMLElement, toXML, toXML, toXML, toXMLvoid setDeployment(String aDeploy) throws CpeDescriptorException
aDeploy - - deployment mode of the CPECpeDescriptorException - tbdString getDeployment()
for a description of these modes.void setNumToProcess(int aNumToProcess)
              throws CpeDescriptorException
aNumToProcess - - number of entities to process (-1 - for ALL)CpeDescriptorException - tbdint getNumToProcess()
void setStartingEntityId(String aEntityId)
aEntityId - - id of first entityString getStartingEntityId()
void setCheckpoint(CpeCheckpoint aCheckpoint) throws CpeDescriptorException
aCheckpoint - - checkpoint objectCpeDescriptorException - tbdCpeCheckpoint getCheckpoint()
CpeCheckpointvoid removeCheckpoint()
void setCpeTimer(CpeTimer aTimer)
aTimer - - timer classCpeTimer getCpeTimer()
String getTimerImpl()
void removeCpeTimer()
OutputQueue getOutputQueue()
int getMaxTimeToWait()
Copyright © 2006–2022 The Apache Software Foundation. All rights reserved.