IBM WebSphere Extended Deployment (XD)TM
Release 6.0

com.ibm.websphere.management.repository.checkpoint
CheckpointDetails



This public interface defines the return value from the ExtendedConfigRepository MBean's getCheckpointDetails operation.


Method Summary
public  CheckpointSummarygetCheckpointSummary()
           This method returns the CheckpointSummary that describes the checkpoint.
public  CheckpointDocumentgetCheckpointDocuments()
           This method returns an array of all CheckpointDocument present in the checkpoint.

Method Detail

getCheckpointSummary

public CheckpointSummary getCheckpointSummary()
This method returns the CheckpointSummary that describes the checkpoint.


Returns:
     CheckpointSummary.


getCheckpointDocuments

public CheckpointDocument getCheckpointDocuments()
This method returns an array of all CheckpointDocument present in the checkpoint.


Returns:
     Array of CheckpointDocument.


IBM WebSphere Extended Deployment (XD)TM
Release 6.0