Uses of Interface
com.continuent.tungsten.common.patterns.notification.ResourceNotificationListener

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

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

Fields in com.continuent.tungsten.common.directory with type parameters of type ResourceNotificationListener
protected static java.util.ArrayList<ResourceNotificationListener> Directory.listeners
           
 

Methods in com.continuent.tungsten.common.directory with parameters of type ResourceNotificationListener
 void Directory.addListener(ResourceNotificationListener listener)
           
 

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

Classes in com.continuent.tungsten.common.patterns.notification that implement ResourceNotificationListener
 class QueueingNotificationListener
           
 

Methods in com.continuent.tungsten.common.patterns.notification with parameters of type ResourceNotificationListener
 void ResourceNotifier.addListener(ResourceNotificationListener listener)
           
 

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

Methods in com.continuent.tungsten.common.patterns.notification.adaptor with parameters of type ResourceNotificationListener
 void ResourceNotifierStub.addListener(ResourceNotificationListener listener)
           
 void MonitorNotifierGroupCommAdaptor.addListener(ResourceNotificationListener listener)
          Add a listener that will be informed in the event of a resource notification.
 void MonitorNotificationUDPAdaptor.addListener(ResourceNotificationListener listener)
           
 void ManagerNotificationAdaptor.addListener(ResourceNotificationListener listener)
          Add a listener that will be informed in the event of a resource notification.
 void GroupCommunicationsNotifier.addListener(ResourceNotificationListener listener)