|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use CheckpointProcessor | |
com.infoengine.SAK |
Uses of CheckpointProcessor in com.infoengine.SAK |
Classes in com.infoengine.SAK that implement CheckpointProcessor | |
class |
BasicCheckpointProcessor
|
Fields in com.infoengine.SAK declared as CheckpointProcessor | |
private CheckpointProcessor |
Task.checkpointProcessor
|
protected CheckpointProcessor |
BasicTasklet.checkpointProcessor
|
Methods in com.infoengine.SAK with parameters of type CheckpointProcessor | |
void |
Tasklet.setCheckpointProcessor(String uniqueIdentifier,
CheckpointProcessor checkpointProcessor)
Sets the checkpoint processor associated with the tasklet. |
void |
Task.setCheckpointProcessor(String uniqueIdentifier,
CheckpointProcessor checkpointProcessor)
Sets the checkpoint processor associated with the Task object. |
void |
BasicTasklet.setCheckpointProcessor(String uniqueIdentifier,
CheckpointProcessor checkpointProcessor)
Sets the checkpoint processor associated with the tasklet. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |