|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.util.TimerTask
planetj.util.CMTimerTask
planetj.dataengine.task.DataEngineTimerTask
planetj.dataengine.autorun.AutoRunTask
planetj.dataengine.autorun.BatchProcessTask
A Task used for processing the results of an operation periodically.
Constructor Summary | |
protected |
BatchProcessTask()
Constructor. |
protected |
BatchProcessTask(AutoRunOperation sourceOp,
Operation targetOp)
Constructor. |
Method Summary | |
void |
autoRun()
Process the results of the target Operation. |
long |
getFrequency()
Gets the frequency (in seconds) at which the task should run |
java.util.Date |
getStartTime()
Gets the exact day and time when this task should begin executing |
Methods inherited from class planetj.dataengine.autorun.AutoRunTask |
clone, cloneTask, getAutoRunOperation, getAutoRunOperationId, getAutoRunPropertyGroup, getMetadataAlias, getTargetOperation, getTargetOperationId, performTask, setAutoRunOperationId, setMetadataAlias, setTargetOperationId |
Methods inherited from class planetj.dataengine.task.DataEngineTimerTask |
postTask, preTask |
Methods inherited from class planetj.util.CMTimerTask |
addListener, getNewTaskEvent, getTaskEvent, removeListener, run, taskCompleted, taskFailed, taskStarted |
Methods inherited from class java.util.TimerTask |
cancel, scheduledExecutionTime |
Methods inherited from class java.lang.Object |
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
protected BatchProcessTask()
protected BatchProcessTask(AutoRunOperation sourceOp, Operation targetOp)
sourceOp
- Operation this task was created fromtargetOp
- Operation this task is to process results fromMethod Detail |
public void autoRun() throws CMException
autoRun
in class AutoRunTask
CMException
public long getFrequency() throws CMException
getFrequency
in class AutoRunTask
CMException
public java.util.Date getStartTime() throws CMException
getStartTime
in class AutoRunTask
CMException
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |