MBean

Partial ObjectName:
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( checkpointName)
           Returns the details about a particular checkpoint.
createFullCheckpoint( checkpointName,  checkpointDesc)
           Creates a full checkpoint of the configuration repository.
restoreCheckpoint( checkpointName)
           Restore the named checkpoint.
deleteCheckpoint( checkpointName)
           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

autoCheckpointEnabled

public  autoCheckpointEnabled
Enable automatic checkpoints.

autoCheckpointDepth

public  autoCheckpointDepth
Depth of the automatic checkpoints.

checkpointLocation

public  checkpointLocation
Directory path where checkpoints are stored.

configRepositoryLocation

public  configRepositoryLocation
Directory path where the configuration repository is stored.

Operation Detail

getCheckpointSummaries

public com.ibm.websphere.management.repository.checkpoint.CheckpointSummary[] getCheckpointSummaries()
Returns summaries about all existing configuration repository checkpoints.

getCheckpointDetails

public  getCheckpointDetails( checkpointName)
Returns the details about a particular checkpoint.
Parameters:
checkpointName - Name of the checkpoint.

createFullCheckpoint

public  createFullCheckpoint( checkpointName,  checkpointDesc)
Creates a full checkpoint of the configuration repository. Returns checkpoint's name.
Parameters:
checkpointName - Name of the new checkpoint.
checkpointDesc - Description of the new checkpoint.

restoreCheckpoint

public  restoreCheckpoint( checkpointName)
Restore the named checkpoint.
Parameters:
checkpointName - Name of the checkpoint to be restored.

deleteCheckpoint

public  deleteCheckpoint( checkpointName)
Delete the named checkpoint.
Parameters:
checkpointName - Name of the checkpoint to be deleted.

Notification Detail

websphere.repository.checkpoint.initiated

A full repository checkpoint operation has been initiated.
Severity:
6  (Normal, Cleared, or Informative)

websphere.repository.checkpoint.progress

Reports the progress of a full repository checkpoint operation.
Severity:
6  (Normal, Cleared, or Informative)

websphere.repository.checkpoint.completed

A full repository checkpoint operation has been completed.
Severity:
6  (Normal, Cleared, or Informative)

websphere.repository.restore.initiated

A repository restore operation has been initiated.
Severity:
6  (Normal, Cleared, or Informative)

websphere.repository.restore.progress

Reports the progress of a repository restore operation.
Severity:
6  (Normal, Cleared, or Informative)

websphere.repository.restore.completed

A repository restore operation has been completed.
Severity:
6  (Normal, Cleared, or Informative)

Copyright IBM Corp. 1996 - 2007