IBM WebSphere Extended Deployment (XD)TM
Release 6.0

com.ibm.websphere.management.repository.checkpoint
CheckpointSummary



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


Method Summary
public  StringgetName()
           This method returns the name of the checkpoint.
public  StringgetDescription()
           This method returns the description of the checkpoint.
public  StringgetCheckpointType()
           This method returns the checkpoint's type.
public  StringgetSequence()
           This method returns the sequence number of the checkpoint.
public  intgetDocumentCount()
           The method returns a count of the number of documents in the checkpoint.

Method Detail

getName

public String getName()
This method returns the name of the checkpoint.


Returns:
     Name of the checkpoint.


getDescription

public String getDescription()
This method returns the description of the checkpoint.


Returns:
     Description of the checkpoint.


getCheckpointType

public String getCheckpointType()
This method returns the checkpoint's type.


Returns:
     Type of the checkpoint.


getSequence

public String getSequence()
This method returns the sequence number of the checkpoint.


Returns:
     Sequence of the checkpoint.


getDocumentCount

public int getDocumentCount()
The method returns a count of the number of documents in the checkpoint.


Returns:
     Document count of the checkpoint.


IBM WebSphere Extended Deployment (XD)TM
Release 6.0