WebSphere:*,type=ExtendedConfigRepository
MBean ExtendedConfigRepository
MBean for Repository Checkpoints.
Attribute Summary | |
java.lang.Boolean | autoCheckpointEnabled Enable automatic checkpoints. |
java.lang.Integer | autoCheckpointDepth Depth of the automatic checkpoints. |
java.lang.String | checkpointLocation Directory path where checkpoints are stored. |
java.lang.String | configRepositoryLocation Directory path where the configuration repository is stored. |
Operation Summary | |
com.ibm.websphere.management.repository.checkpoint.CheckpointSummary[] | getCheckpointSummaries() Returns summaries about all existing configuration repository checkpoints. |
com.ibm.websphere.management.repository.checkpoint.CheckpointDetails | getCheckpointDetails( Returns the details about a particular checkpoint. |
java.lang.String | createFullCheckpoint( Creates a full checkpoint of the configuration repository. |
void | restoreCheckpoint( Restore the named checkpoint. |
void | deleteCheckpoint( Delete the named checkpoint. |
Notification Summary | |
websphere.repository.checkpoint.initiated A full repository checkpoint operation has been initiated. | |
websphere.repository.checkpoint.progress Reports the progress of a full repository checkpoint operation. | |
websphere.repository.checkpoint.completed A full repository checkpoint operation has been completed. | |
websphere.repository.restore.initiated A repository restore operation has been initiated. | |
websphere.repository.restore.progress Reports the progress of a repository restore operation. | |
websphere.repository.restore.completed A repository restore operation has been completed. |
Attribute Detail |
public java.lang.Boolean autoCheckpointEnabled
public java.lang.Integer autoCheckpointDepth
public java.lang.String checkpointLocation
public java.lang.String configRepositoryLocation
Operation Detail |
public com.ibm.websphere.management.repository.checkpoint.CheckpointSummary[] getCheckpointSummaries()
public com.ibm.websphere.management.repository.checkpoint.CheckpointDetails getCheckpointDetails(java.lang.String checkpointName
)
checkpointName
-
Name of the checkpoint.
public java.lang.String createFullCheckpoint(java.lang.String checkpointName,
java.lang.String checkpointDesc
)
checkpointName
-
Name of the new checkpoint.checkpointDesc
-
Description of the new checkpoint.
public void restoreCheckpoint(java.lang.String checkpointName
)
checkpointName
-
Name of the checkpoint to be restored.
public void deleteCheckpoint(java.lang.String checkpointName
)
checkpointName
-
Name of the checkpoint to be deleted.Notification Detail |