Package com.nt.udc.ndk.checkpoint
Interface CheckpointUserIfc
- All Known Subinterfaces:
CheckpointUserSourceIfc
- All Known Implementing Classes:
FileInputProcessor
,FileOutputProcessor
,FtpOutProcessor
,NarReader
,NarWriter
public interface CheckpointUserIfc
-
Method Summary
Modifier and TypeMethodDescriptionvoid
void
void
-
Method Details
-
getIdentifier
String getIdentifier() -
generateEmptyCheckpointData
BaseCheckpointData generateEmptyCheckpointData() -
getCheckpointData
BaseCheckpointData getCheckpointData() -
clearCheckpointData
void clearCheckpointData() -
flushCheckpoint
-
restoreCheckpoint
-