ExtendedConfigRepository MBean

Partial ObjectName:
WebSphere:*,type=ExtendedConfigRepository


MBean ExtendedConfigRepository

MBean for Repository Checkpoints.


Attribute Summary
java.lang.BooleanautoCheckpointEnabled
           Enable automatic checkpoints.
java.lang.IntegerautoCheckpointDepth
           Depth of the automatic checkpoints.
java.lang.StringcheckpointLocation
           Directory path where checkpoints are stored.
java.lang.StringconfigRepositoryLocation
           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.CheckpointDetailsgetCheckpointDetails(java.lang.String checkpointName)
           Returns the details about a particular checkpoint.
java.lang.StringcreateFullCheckpoint(java.lang.String checkpointName, java.lang.String checkpointDesc)
           Creates a full checkpoint of the configuration repository.
voidrestoreCheckpoint(java.lang.String checkpointName)
           Restore the named checkpoint.
voiddeleteCheckpoint(java.lang.String 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 java.lang.Boolean autoCheckpointEnabled
Enable automatic checkpoints.

autoCheckpointDepth

public java.lang.Integer autoCheckpointDepth
Depth of the automatic checkpoints.

checkpointLocation

public java.lang.String checkpointLocation
Directory path where checkpoints are stored.

configRepositoryLocation

public java.lang.String 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 com.ibm.websphere.management.repository.checkpoint.CheckpointDetails getCheckpointDetails(java.lang.String checkpointName)
Returns the details about a particular checkpoint.
Parameters:
checkpointName - Name of the checkpoint.

createFullCheckpoint

public java.lang.String createFullCheckpoint(java.lang.String checkpointName, java.lang.String 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 void restoreCheckpoint(java.lang.String checkpointName)
Restore the named checkpoint.
Parameters:
checkpointName - Name of the checkpoint to be restored.

deleteCheckpoint

public void deleteCheckpoint(java.lang.String 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