Uses of Interface
com.silverpeas.notification.NotificationSubscriber

Packages that use NotificationSubscriber
com.silverpeas.notification Provides an API for pusblishing and for receiving notifications about some topics. 
com.silverpeas.notification.jms The JMS adapter of the Silverpeas Notification API. 
 

Uses of NotificationSubscriber in com.silverpeas.notification
 

Classes in com.silverpeas.notification that implement NotificationSubscriber
 class DefaultNotificationSubscriber
          It is the default implementation of the NotificationSubscriber interface.
 

Methods in com.silverpeas.notification with parameters of type NotificationSubscriber
 void MessageSubscribingService.subscribe(NotificationSubscriber listener, NotificationTopic onTopic)
          Subscribes the specified notification listener on the specified topic.
 void MessageSubscribingService.unsubscribe(NotificationSubscriber listener, NotificationTopic fromTopic)
          Unsubscribes the specified notification listener from the specified topic.
 

Uses of NotificationSubscriber in com.silverpeas.notification.jms
 

Methods in com.silverpeas.notification.jms with parameters of type NotificationSubscriber
static SilverpeasMessageListener SilverpeasMessageListener.mapMessageListenerTo(NotificationSubscriber theSubscriber)
          Maps a JMS message listener to the specified event subscriber.
 void JMSSubscribingService.subscribe(NotificationSubscriber subscriber, NotificationTopic onTopic)
           
 void JMSSubscribingService.unsubscribe(NotificationSubscriber subscriber, NotificationTopic fromTopic)
           
 



Copyright © 2016 Silverpeas. All Rights Reserved.