Uses of Interface
org.figure8.join.services.notification.SubscribersNotifier

Packages that use SubscribersNotifier
org.figure8.join.services.notification   
org.figure8.join.services.notification.im   
org.figure8.join.services.notification.mail   
 

Uses of SubscribersNotifier in org.figure8.join.services.notification
 

Methods in org.figure8.join.services.notification that return SubscribersNotifier
abstract  SubscribersNotifier SubscribersNotifierAdapterSupport.getSubscribersNotifier()
          Subclasses must implement this method in order to specify the Notifier implementation to use (and thus the publication media).
 

Uses of SubscribersNotifier in org.figure8.join.services.notification.im
 

Classes in org.figure8.join.services.notification.im that implement SubscribersNotifier
 class GoogleTalkNotifier
          This is an implementation of SubscribersNotifier using the Instant Messenger as notification media.
 class XMPPNotifier
          This is an implementation of SubscribersNotifier using the Instant Messenger as notification media.
 

Methods in org.figure8.join.services.notification.im that return SubscribersNotifier
 SubscribersNotifier XMPPNotifierJMSAdapter.getSubscribersNotifier()
          An instance of XMPPNotifier
 SubscribersNotifier GoogleTalkNotifierJMSAdapter.getSubscribersNotifier()
          An instance of GoogleTalkNotifier
 

Uses of SubscribersNotifier in org.figure8.join.services.notification.mail
 

Classes in org.figure8.join.services.notification.mail that implement SubscribersNotifier
 class MailNotifier
          This is an implementation of SubscribersNotifier using the mail as notification media.
 

Methods in org.figure8.join.services.notification.mail that return SubscribersNotifier
 SubscribersNotifier MailNotifierJMSAdapter.getSubscribersNotifier()
          An instance of MailNotifier
 



Copyright © 2005-2008 Join. All Rights Reserved.