Package com.nt.udc.ndk.checkpoint
Interface CheckpointUserSourceIfc
- All Superinterfaces:
CheckpointUserIfc
- All Known Implementing Classes:
FileInputProcessor
,NarReader
-
Method Summary
Methods inherited from interface com.nt.udc.ndk.checkpoint.CheckpointUserIfc
clearCheckpointData, flushCheckpoint, generateEmptyCheckpointData, getCheckpointData, getIdentifier, restoreCheckpoint
-
Method Details
-
pauseForCheckpoint
void pauseForCheckpoint() -
continueFromCheckpoint
void continueFromCheckpoint()
-