org.globus.ogsa.impl.core.notification.framework.jms
Class JMSNotificationFrameworkNames

java.lang.Object
  extended byorg.globus.ogsa.impl.core.notification.framework.jms.JMSNotificationFrameworkNames

public final class JMSNotificationFrameworkNames
extends java.lang.Object

The JMSNotificationFrameworkNames class. This class is used to define all the static variables used in the Notification Framework.


Field Summary
static java.lang.String NOTIFICATION_LOGGING_AT_LARGE
          Logging name for notification
static java.lang.String NOTIFY_TOPICNAME
           
static java.lang.String REFRESH_SERVICEDATA_TOPICNAME
           
static java.lang.String REGISTER_SUBSCRIPTION_OBJECT
           
static java.lang.String REGISTER_SUBSCRIPTION_TOPICNAME
           
static java.lang.String SERVICEDATA_CHANGE_TOPICNAME
          Names of topics.
static java.lang.String SUBSCRIPTION_EXPRESSION
           
static java.lang.String SUBSCRIPTION_EXPRESSION_TYPE
          Names of subscription Elements
static java.lang.String SUBSCRIPTION_ID
           
static java.lang.String SUBSCRIPTION_SINK
           
static java.lang.String UNREGISTER_SUBSCRIPTION_TOPICNAME
           
 
Constructor Summary
JMSNotificationFrameworkNames()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

SERVICEDATA_CHANGE_TOPICNAME

public static final java.lang.String SERVICEDATA_CHANGE_TOPICNAME
Names of topics.

See Also:
Constant Field Values

REGISTER_SUBSCRIPTION_TOPICNAME

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

UNREGISTER_SUBSCRIPTION_TOPICNAME

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

REFRESH_SERVICEDATA_TOPICNAME

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

NOTIFY_TOPICNAME

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

SUBSCRIPTION_EXPRESSION_TYPE

public static final java.lang.String SUBSCRIPTION_EXPRESSION_TYPE
Names of subscription Elements

See Also:
Constant Field Values

SUBSCRIPTION_EXPRESSION

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

SUBSCRIPTION_ID

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

SUBSCRIPTION_SINK

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

REGISTER_SUBSCRIPTION_OBJECT

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

NOTIFICATION_LOGGING_AT_LARGE

public static final java.lang.String NOTIFICATION_LOGGING_AT_LARGE
Logging name for notification

See Also:
Constant Field Values
Constructor Detail

JMSNotificationFrameworkNames

public JMSNotificationFrameworkNames()