WebSphere:*,type=
MBean
MBean for Repository Checkpoints.
Attribute Summary | |
| autoCheckpointEnabled Enable automatic checkpoints. |
| autoCheckpointDepth Depth of the automatic checkpoints. |
| checkpointLocation Directory path where checkpoints are stored. |
| 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. |
| getCheckpointDetails( Returns the details about a particular checkpoint. |
| createFullCheckpoint( Creates a full checkpoint of the configuration repository. |
| restoreCheckpoint( Restore the named checkpoint. |
| 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 autoCheckpointEnabled
public autoCheckpointDepth
public checkpointLocation
public configRepositoryLocation
Operation Detail |
public com.ibm.websphere.management.repository.checkpoint.CheckpointSummary[] getCheckpointSummaries()
public getCheckpointDetails( checkpointName
)
checkpointName
-
Name of the checkpoint.
public createFullCheckpoint( checkpointName,
checkpointDesc
)
checkpointName
-
Name of the new checkpoint.checkpointDesc
-
Description of the new checkpoint.
public restoreCheckpoint( checkpointName
)
checkpointName
-
Name of the checkpoint to be restored.
public deleteCheckpoint( checkpointName
)
checkpointName
-
Name of the checkpoint to be deleted.Notification Detail |