org.objectweb.cjdbc.common.jmx.notifications
Class CjdbcNotificationList

java.lang.Object
  extended byorg.objectweb.cjdbc.common.jmx.notifications.CjdbcNotificationList

public abstract class CjdbcNotificationList
extends java.lang.Object

This is the list of the C-JDBC notification that can be sent from the mbean server on the controller.

Version:
1.0
Author:
Nicolas Modrzyk , Emmanuel Cecchet

Field Summary
static java.lang.String CONTROLLER_VIRTUALDATABASE_ADDED
          VirtualDatabase added
static java.lang.String CONTROLLER_VIRTUALDATABASE_REMOVED
          Virtual Database Removed
static java.lang.String DATA_CHECKPOINT
          element that can be found in the data object
static java.lang.String DATA_DATABASE
          element that can be found in the data object
static java.lang.String DATA_DRIVER
          element that can be found in the data object
static java.lang.String DATA_NAME
          element that can be found in the data object
static java.lang.String DATA_URL
          element that can be found in the data object
static java.lang.String DISTRIBUTED_CONTROLLER_ADDED
          Controller added for Distributed VirtualDatabase
static java.lang.String DISTRIBUTED_CONTROLLER_REMOVED
          Controller removed from Distributed VirtualDatabase
static java.lang.String NOTIFICATION_LEVEL_ERROR
          Notification level, notification is an error
static java.lang.String NOTIFICATION_LEVEL_INFO
          Notification level, notification is not an error
static java.lang.String VIRTUALDATABASE_BACKEND_ADDED
          Backend added
static java.lang.String VIRTUALDATABASE_BACKEND_BACKINGUP
          Backend is backing up
static java.lang.String VIRTUALDATABASE_BACKEND_DISABLED
          Backend has been disabled
static java.lang.String VIRTUALDATABASE_BACKEND_DISABLING
          Backend is being disabled
static java.lang.String VIRTUALDATABASE_BACKEND_ENABLED
          Backend has been enabled
static java.lang.String VIRTUALDATABASE_BACKEND_ENABLED_WRITE
          Backend is write enabled
static java.lang.String VIRTUALDATABASE_BACKEND_RECOVERING
          Backend is recovering
static java.lang.String VIRTUALDATABASE_BACKEND_RECOVERY_FAILED
          Backend recovery has failed
static java.lang.String VIRTUALDATABASE_BACKEND_REMOVED
          Backend has been removed
static java.lang.String VIRTUALDATABASE_BACKEND_REPLAYING
          Replaying content of recovery log
static java.lang.String VIRTUALDATABASE_BACKEND_REPLAYING_FAILED
          Backend replaying has failed
static java.lang.String VIRTUALDATABASE_BACKEND_UNKNOWN
          Backend has been killed by the load balancer.
static java.lang.String VIRTUALDATABASE_NEW_DUMP_LIST
          New Dump List for virtual database
 
Constructor Summary
CjdbcNotificationList()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

NOTIFICATION_LEVEL_INFO

public static final java.lang.String NOTIFICATION_LEVEL_INFO
Notification level, notification is not an error

See Also:
Constant Field Values

NOTIFICATION_LEVEL_ERROR

public static final java.lang.String NOTIFICATION_LEVEL_ERROR
Notification level, notification is an error

See Also:
Constant Field Values

CONTROLLER_VIRTUALDATABASE_REMOVED

public static final java.lang.String CONTROLLER_VIRTUALDATABASE_REMOVED
Virtual Database Removed

See Also:
Constant Field Values

CONTROLLER_VIRTUALDATABASE_ADDED

public static final java.lang.String CONTROLLER_VIRTUALDATABASE_ADDED
VirtualDatabase added

See Also:
Constant Field Values

VIRTUALDATABASE_NEW_DUMP_LIST

public static final java.lang.String VIRTUALDATABASE_NEW_DUMP_LIST
New Dump List for virtual database

See Also:
Constant Field Values

VIRTUALDATABASE_BACKEND_ADDED

public static final java.lang.String VIRTUALDATABASE_BACKEND_ADDED
Backend added

See Also:
Constant Field Values

DISTRIBUTED_CONTROLLER_ADDED

public static final java.lang.String DISTRIBUTED_CONTROLLER_ADDED
Controller added for Distributed VirtualDatabase

See Also:
Constant Field Values

DISTRIBUTED_CONTROLLER_REMOVED

public static final java.lang.String DISTRIBUTED_CONTROLLER_REMOVED
Controller removed from Distributed VirtualDatabase

See Also:
Constant Field Values

VIRTUALDATABASE_BACKEND_DISABLED

public static final java.lang.String VIRTUALDATABASE_BACKEND_DISABLED
Backend has been disabled

See Also:
Constant Field Values

VIRTUALDATABASE_BACKEND_ENABLED

public static final java.lang.String VIRTUALDATABASE_BACKEND_ENABLED
Backend has been enabled

See Also:
Constant Field Values

VIRTUALDATABASE_BACKEND_RECOVERING

public static final java.lang.String VIRTUALDATABASE_BACKEND_RECOVERING
Backend is recovering

See Also:
Constant Field Values

VIRTUALDATABASE_BACKEND_RECOVERY_FAILED

public static final java.lang.String VIRTUALDATABASE_BACKEND_RECOVERY_FAILED
Backend recovery has failed

See Also:
Constant Field Values

VIRTUALDATABASE_BACKEND_REPLAYING_FAILED

public static final java.lang.String VIRTUALDATABASE_BACKEND_REPLAYING_FAILED
Backend replaying has failed

See Also:
Constant Field Values

VIRTUALDATABASE_BACKEND_BACKINGUP

public static final java.lang.String VIRTUALDATABASE_BACKEND_BACKINGUP
Backend is backing up

See Also:
Constant Field Values

VIRTUALDATABASE_BACKEND_ENABLED_WRITE

public static final java.lang.String VIRTUALDATABASE_BACKEND_ENABLED_WRITE
Backend is write enabled

See Also:
Constant Field Values

VIRTUALDATABASE_BACKEND_REMOVED

public static final java.lang.String VIRTUALDATABASE_BACKEND_REMOVED
Backend has been removed

See Also:
Constant Field Values

VIRTUALDATABASE_BACKEND_DISABLING

public static final java.lang.String VIRTUALDATABASE_BACKEND_DISABLING
Backend is being disabled

See Also:
Constant Field Values

VIRTUALDATABASE_BACKEND_UNKNOWN

public static final java.lang.String VIRTUALDATABASE_BACKEND_UNKNOWN
Backend has been killed by the load balancer. We don't know the state of the backend so we have to restore it

See Also:
Constant Field Values

VIRTUALDATABASE_BACKEND_REPLAYING

public static final java.lang.String VIRTUALDATABASE_BACKEND_REPLAYING
Replaying content of recovery log

See Also:
Constant Field Values

DATA_DATABASE

public static final java.lang.String DATA_DATABASE
element that can be found in the data object

See Also:
Constant Field Values

DATA_CHECKPOINT

public static final java.lang.String DATA_CHECKPOINT
element that can be found in the data object

See Also:
Constant Field Values

DATA_URL

public static final java.lang.String DATA_URL
element that can be found in the data object

See Also:
Constant Field Values

DATA_NAME

public static final java.lang.String DATA_NAME
element that can be found in the data object

See Also:
Constant Field Values

DATA_DRIVER

public static final java.lang.String DATA_DRIVER
element that can be found in the data object

See Also:
Constant Field Values
Constructor Detail

CjdbcNotificationList

public CjdbcNotificationList()


Copyright © 2002, 2005 - ObjectWeb Consortium - All Rights Reserved.