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

Packages that use ClusterResourceNotification
com.continuent.tungsten.common.cluster.resource.notification   
com.continuent.tungsten.common.directory   
com.continuent.tungsten.common.patterns.notification   
com.continuent.tungsten.common.patterns.notification.adaptor   
 

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

Subclasses of ClusterResourceNotification in com.continuent.tungsten.common.cluster.resource.notification
 class ClusterConfigurationNotification
           
 class ClusterMemberHeartbeat
           
 class ClusterSynchronizationNotification
           
 class DataServerNotification
           
 class DataSourceNotification
           
 class DirectoryNotification
           
 class HostNotification
           
 class ManagerHeartbeat
           
 class ManagerNotification
           
 class RemoteDataServiceHeartbeatNotification
           
 class ReplicationServiceNotification
           
 class ReplicatorNotification
           
 class SequoiaBackendNotification
          Additional status values dedicated to sequoia backends
 class SQLRouterNotification
           
 class UserEventNotification
           
 

Methods in com.continuent.tungsten.common.cluster.resource.notification that return ClusterResourceNotification
static ClusterResourceNotification ClusterResourceNotificationFactory.createInstance(java.lang.String clusterName, java.lang.String memberName, java.util.Map<java.lang.String,java.lang.Object> monitorNotification)
           
 

Uses of ClusterResourceNotification in com.continuent.tungsten.common.directory
 

Methods in com.continuent.tungsten.common.directory with parameters of type ClusterResourceNotification
 void Directory.notifyListeners(ClusterResourceNotification notification)
           
 

Uses of ClusterResourceNotification in com.continuent.tungsten.common.patterns.notification
 

Methods in com.continuent.tungsten.common.patterns.notification with parameters of type ClusterResourceNotification
 void QueueingNotificationListener.notify(ClusterResourceNotification notification)
           
 void ResourceNotificationListener.notify(ClusterResourceNotification notification)
           
 void ResourceNotifier.notifyListeners(ClusterResourceNotification notification)
           
 

Uses of ClusterResourceNotification in com.continuent.tungsten.common.patterns.notification.adaptor
 

Methods in com.continuent.tungsten.common.patterns.notification.adaptor with parameters of type ClusterResourceNotification
 void ManagerNotificationAdaptor.deliver(ClusterResourceNotification notification)
           
 void ResourceNotifierStub.notifyListeners(ClusterResourceNotification notification)
           
 void MonitorNotifierGroupCommAdaptor.notifyListeners(ClusterResourceNotification notification)
          Deliver notification to listeners.
 void MonitorNotificationUDPAdaptor.notifyListeners(ClusterResourceNotification notification)
           
 void ManagerNotificationAdaptor.notifyListeners(ClusterResourceNotification notification)
          Deliver notification to listeners.
 void GroupCommunicationsNotifier.notifyListeners(ClusterResourceNotification notification)