Uses of Class
com.silverpeas.notification.SilverpeasNotification

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

Uses of SilverpeasNotification in com.silverpeas.notification
 

Methods in com.silverpeas.notification with parameters of type SilverpeasNotification
 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.
 

Uses of SilverpeasNotification in com.silverpeas.notification.builder
 

Methods in com.silverpeas.notification.builder with parameters of type SilverpeasNotification
static void UserSubscriptionNotificationSendingHandler.setupSilverpeasNotification(SilverpeasNotification silverpeasNotification)
          As treatments of asynchronous JMS notifications are executed in an other context of the user request, the indicator of the confirmation of subscription notification sending must be managed here (as this indicator is attached to the user request).
static void UserSubscriptionNotificationSendingHandler.verifySilverpeasNotification(SilverpeasNotification silverpeasNotification)
          Verifies from a silverpeas notification if it is indicated that subscription notification sending must be skipped.
 

Uses of SilverpeasNotification in com.silverpeas.notification.jms
 

Methods in com.silverpeas.notification.jms with parameters of type SilverpeasNotification
 void JMSPublishingService.publish(SilverpeasNotification notification, NotificationTopic onTopic)
           
 

Uses of SilverpeasNotification in org.silverpeas.attachment.notification
 

Subclasses of SilverpeasNotification in org.silverpeas.attachment.notification
 class AttachmentDeletionNotification
          Notification about the deletion of an attachment in a given component instance.
 



Copyright © 2016 Silverpeas. All Rights Reserved.