Uses of Class
com.continuent.tungsten.common.patterns.notification.ResourceNotificationException

Packages that use ResourceNotificationException
com.continuent.tungsten.common.directory   
com.continuent.tungsten.common.patterns.notification   
com.continuent.tungsten.common.patterns.notification.adaptor   
 

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

Methods in com.continuent.tungsten.common.directory that throw ResourceNotificationException
 void Directory.notifyListeners(ClusterResourceNotification notification)
           
 

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

Methods in com.continuent.tungsten.common.patterns.notification that throw ResourceNotificationException
 java.util.Map<java.lang.String,java.lang.Object> QueueingNotificationListener.getNotification()
          Gets the next notification in the queue
 void QueueingNotificationListener.notify(ClusterResourceNotification notification)
           
 void ResourceNotificationListener.notify(ClusterResourceNotification notification)
           
 void ResourceNotifier.notifyListeners(ClusterResourceNotification notification)
           
 void QueueingNotificationListener.putNotification(java.util.Map<java.lang.String,java.lang.Object> notification)
          Put a notification on the appropriate queue
 

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

Methods in com.continuent.tungsten.common.patterns.notification.adaptor that throw ResourceNotificationException
 void MonitorNotifierGroupCommAdaptor.configureGroupCommunications()
           
 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)
          
 

Constructors in com.continuent.tungsten.common.patterns.notification.adaptor that throw ResourceNotificationException
MonitorNotifierGroupCommAdaptor()
          Create a new adapter.