IBM WebSphere Extended Deployment (XD)TM
Release 6.0

com.ibm.websphere.management.repository.checkpoint
CheckpointDocument



This public interface defines each configuration document that is part of a checkpoint.


Method Summary
public  StringgetName()
           This method returns the name of the document.
public  StringgetURI()
           This method returns the URI of the document.

Method Detail

getName

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


Returns:
     Name of the document.


getURI

public String getURI()
This method returns the URI of the document.


Returns:
     URI of the document.


IBM WebSphere Extended Deployment (XD)TM
Release 6.0