Uses of Class
com.silverpeas.notification.NotificationTopic

Packages that use NotificationTopic
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 NotificationTopic in com.silverpeas.notification
 

Methods in com.silverpeas.notification that return NotificationTopic
static NotificationTopic NotificationTopic.onTopic(RegisteredTopics topic)
          Gets a topic matching the specified name.
static NotificationTopic NotificationTopic.onTopic(String topicName)
          Gets a topic matching the specified name.
 

Methods in com.silverpeas.notification with parameters of type NotificationTopic
 void NotificationSubscriber.onNotification(SilverpeasNotification notification, NotificationTopic onTopic)
          Callback called at the reception of a notification on the topic on which it is listening.
 void NotificationPublisher.publish(SilverpeasNotification notification, NotificationTopic onTopic)
          Publishes a notification.
 void MessageSubscribingService.subscribe(NotificationSubscriber listener, NotificationTopic onTopic)
          Subscribes the specified notification listener on the specified topic.
 void NotificationSubscriber.subscribeForNotifications(NotificationTopic onTopic)
          Subscribes to notifications received on the specified topic.
 void DefaultNotificationSubscriber.subscribeForNotifications(NotificationTopic onTopic)
           
 void MessageSubscribingService.unsubscribe(NotificationSubscriber listener, NotificationTopic fromTopic)
          Unsubscribes the specified notification listener from the specified topic.
 void NotificationSubscriber.unsubscribeForNotifications(NotificationTopic onTopic)
          Unsubscribes from the notifications sent on the specified topic.
 void DefaultNotificationSubscriber.unsubscribeForNotifications(NotificationTopic onTopic)
           
 

Uses of NotificationTopic in com.silverpeas.notification.jms
 

Methods in com.silverpeas.notification.jms with parameters of type NotificationTopic
 void JMSPublishingService.publish(SilverpeasNotification notification, NotificationTopic onTopic)
           
 void JMSSubscribingService.subscribe(NotificationSubscriber subscriber, NotificationTopic onTopic)
           
 void JMSSubscribingService.unsubscribe(NotificationSubscriber subscriber, NotificationTopic fromTopic)
           
 



Copyright © 2016 Silverpeas. All Rights Reserved.