com.continuent.tungsten.common.cluster.resource.notification
Class NotificationPropertyKey

java.lang.Object
  extended by com.continuent.tungsten.common.cluster.resource.notification.NotificationPropertyKey

public class NotificationPropertyKey
extends java.lang.Object


Field Summary
static java.lang.String KEY_NOTIFICATION_CLUSTER_MEMBER
           
static java.lang.String KEY_NOTIFICATION_CLUSTER_NAME
           
static java.lang.String KEY_NOTIFICATION_SOURCE
           
static java.lang.String KEY_NOTIFICATION_TYPE
           
static java.lang.String KEY_RESOURCE_NAME
           
static java.lang.String KEY_RESOURCE_PROPERTIES
           
static java.lang.String KEY_RESOURCE_STATE
           
static java.lang.String KEY_RESOURCE_TYPE
           
 
Constructor Summary
NotificationPropertyKey()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

KEY_NOTIFICATION_TYPE

public static final java.lang.String KEY_NOTIFICATION_TYPE
See Also:
Constant Field Values

KEY_NOTIFICATION_SOURCE

public static final java.lang.String KEY_NOTIFICATION_SOURCE
See Also:
Constant Field Values

KEY_NOTIFICATION_CLUSTER_NAME

public static final java.lang.String KEY_NOTIFICATION_CLUSTER_NAME
See Also:
Constant Field Values

KEY_NOTIFICATION_CLUSTER_MEMBER

public static final java.lang.String KEY_NOTIFICATION_CLUSTER_MEMBER
See Also:
Constant Field Values

KEY_RESOURCE_TYPE

public static final java.lang.String KEY_RESOURCE_TYPE
See Also:
Constant Field Values

KEY_RESOURCE_NAME

public static final java.lang.String KEY_RESOURCE_NAME
See Also:
Constant Field Values

KEY_RESOURCE_STATE

public static final java.lang.String KEY_RESOURCE_STATE
See Also:
Constant Field Values

KEY_RESOURCE_PROPERTIES

public static final java.lang.String KEY_RESOURCE_PROPERTIES
See Also:
Constant Field Values
Constructor Detail

NotificationPropertyKey

public NotificationPropertyKey()