IBM WebSphere Extended Deployment (XD)TM
Release 6.0

com.ibm.websphere.management.repository.checkpoint
CheckpointNotificationConstants

java.lang.Object
  |
  +--com.ibm.websphere.management.repository.checkpoint.CheckpointNotificationConstants


Useful constants for applications that listen to notifications from the ExtendedConfigRepository.

Field Summary
public  StringTYPE_REPOSITORY_CHECKPOINT_INITIATED
           Notification when a full repository checkpoint operation has been initiated.
public  StringTYPE_REPOSITORY_CHECKPOINT_PROGRESS
           Notification of the progress of a full repository checkpoint operation.
public  StringTYPE_REPOSITORY_CHECKPOINT_COMPLETED
           Notification when a full repository checkpoint operation has been completed.
public  StringTYPE_REPOSITORY_RESTORE_INITIATED
           Notification when a repository restore operation has been initiated.
public  StringTYPE_REPOSITORY_RESTORE_PROGRESS
           Notification of the progress of a repository restore operation.
public  StringTYPE_REPOSITORY_RESTORE_COMPLETED
           Notification when a repository restore operation has been completed.
public  StringTYPE_REPOSITORY_CHECKPOINT
           Notification type for all checkpoint operation notifications.
public  StringTYPE_REPOSITORY_RESTORE
           Notification type for all restore operation notifications.

Constructor Summary
CheckpointNotificationConstants()
          

Inherited Methods

Methods inherited from java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

Field Detail

TYPE_REPOSITORY_CHECKPOINT_INITIATED

public 
  static TYPE_REPOSITORY_CHECKPOINT_INITIATED
Notification when a full repository checkpoint operation has been initiated.

TYPE_REPOSITORY_CHECKPOINT_PROGRESS

public 
  static TYPE_REPOSITORY_CHECKPOINT_PROGRESS
Notification of the progress of a full repository checkpoint operation.

TYPE_REPOSITORY_CHECKPOINT_COMPLETED

public 
  static TYPE_REPOSITORY_CHECKPOINT_COMPLETED
Notification when a full repository checkpoint operation has been completed.

TYPE_REPOSITORY_RESTORE_INITIATED

public 
  static TYPE_REPOSITORY_RESTORE_INITIATED
Notification when a repository restore operation has been initiated.

TYPE_REPOSITORY_RESTORE_PROGRESS

public 
  static TYPE_REPOSITORY_RESTORE_PROGRESS
Notification of the progress of a repository restore operation.

TYPE_REPOSITORY_RESTORE_COMPLETED

public 
  static TYPE_REPOSITORY_RESTORE_COMPLETED
Notification when a repository restore operation has been completed.

TYPE_REPOSITORY_CHECKPOINT

public 
  static TYPE_REPOSITORY_CHECKPOINT
Notification type for all checkpoint operation notifications.

TYPE_REPOSITORY_RESTORE

public 
  static TYPE_REPOSITORY_RESTORE
Notification type for all restore operation notifications.

Constructor Detail

CheckpointNotificationConstants

public CheckpointNotificationConstants( )


IBM WebSphere Extended Deployment (XD)TM
Release 6.0