|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use NotificationTopic | |
---|---|
com.silverpeas.comment.service | |
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. |
com.silverpeas.pdc.service | |
com.silverpeas.personalization.notification | |
com.silverpeas.sharing.control |
Uses of NotificationTopic in com.silverpeas.comment.service |
---|
Methods in com.silverpeas.comment.service with parameters of type NotificationTopic | |
---|---|
void |
CommentActionListener.onNotification(SilverpeasNotification notification,
NotificationTopic onTopic)
|
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)
|
Uses of NotificationTopic in com.silverpeas.pdc.service |
---|
Methods in com.silverpeas.pdc.service with parameters of type NotificationTopic | |
---|---|
void |
PdcNotificationListener.onNotification(SilverpeasNotification notification,
NotificationTopic onTopic)
|
Uses of NotificationTopic in com.silverpeas.personalization.notification |
---|
Methods in com.silverpeas.personalization.notification with parameters of type NotificationTopic | |
---|---|
void |
PersonalizationNotificationListener.onNotification(SilverpeasNotification notification,
NotificationTopic onTopic)
|
Uses of NotificationTopic in com.silverpeas.sharing.control |
---|
Methods in com.silverpeas.sharing.control with parameters of type NotificationTopic | |
---|---|
void |
PublicationSharingListener.onNotification(SilverpeasNotification notification,
NotificationTopic onTopic)
|
void |
NodeSharingListener.onNotification(SilverpeasNotification notification,
NotificationTopic onTopic)
|
void |
AttachmentSharingListener.onNotification(SilverpeasNotification notification,
NotificationTopic onTopic)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |