Uses of Class
com.continuent.tungsten.common.cluster.resource.notification.NotificationStreamID

Packages that use NotificationStreamID
com.continuent.tungsten.common.cluster.resource.notification   
 

Uses of NotificationStreamID in com.continuent.tungsten.common.cluster.resource.notification
 

Fields in com.continuent.tungsten.common.cluster.resource.notification declared as NotificationStreamID
protected  NotificationStreamID ClusterResourceNotification.streamID
           
 

Methods in com.continuent.tungsten.common.cluster.resource.notification that return NotificationStreamID
static NotificationStreamID NotificationStreamID.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static NotificationStreamID[] NotificationStreamID.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Constructors in com.continuent.tungsten.common.cluster.resource.notification with parameters of type NotificationStreamID
ClusterResourceNotification(NotificationStreamID streamID, java.lang.String clusterName, java.lang.String memberName, java.lang.String notificationSource, ResourceType resourceType, java.lang.String resourceName, ResourceState resourceState, TungstenProperties resourceProps)
           
ClusterSynchronizationNotification(NotificationStreamID streamID, java.lang.String clusterName, java.lang.String memberName, java.lang.String notificationSource, ResourceType resourceType, java.lang.String resourceName, ResourceState resourceState, TungstenProperties resourceProps)
           
DataSourceNotification(NotificationStreamID streamID, java.lang.String source, DataSource ds)
           
DataSourceNotification(NotificationStreamID streamID, java.lang.String clusterName, java.lang.String memberName, java.lang.String resourceName, ResourceState state, java.lang.String source, TungstenProperties resourceProps)
           
HostNotification(NotificationStreamID streamID, java.lang.String clusterName, java.lang.String memberName, java.lang.String notificationSource, ResourceType resourceType, java.lang.String resourceName, ResourceState resourceState, TungstenProperties resourceProps)
           
HostNotification(NotificationStreamID streamID, java.lang.String clusterName, java.lang.String memberName, java.lang.String notificationSource, java.lang.String resourceName, ResourceState resourceState)
           
ManagerNotification(NotificationStreamID streamID, java.lang.String clusterName, java.lang.String memberName, java.lang.String resourceName, ResourceState resourceState)