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

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

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

Classes in com.continuent.tungsten.common.directory that implement ResourceNotifier
 class Directory
          This class provides a means to organize cluster resources in an intuitive, hierarchical form.
 

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

Classes in com.continuent.tungsten.common.patterns.notification.adaptor that implement ResourceNotifier
 class GroupCommunicationsNotifier
          This class defines a GroupCommunicationsNotifier
 class ManagerNotificationAdaptor
          This class represents a means to receive monitoring information about datasources that are pushed from a manager directly to the process that wants to receive the notifications.
 class MonitorNotificationUDPAdaptor
          This class represents a means to receive monitoring information about datasources, in the form of TungstenProperties instances, via UDP.
 class MonitorNotifierGroupCommAdaptor
          This class represents a means to receive monitoring information about datasources from group communications.
 class ResourceNotifierStub
          This is a stub that demonstrates the components of a ResourceNotifier in action.