|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.silverpeas.notification.jms.JMSPublishingService
@Named(value="notificationPublisher") public class JMSPublishingService
Service for publishing an event by using a JMS system. This service is managed by the IoC container under the name 'notificationPublisher' as required by the Notification API. The JMS system is injected as a dependency by the IoC container.
Constructor Summary | |
---|---|
JMSPublishingService()
|
Method Summary | |
---|---|
void |
publish(SilverpeasNotification notification,
NotificationTopic onTopic)
Publishes a notification. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public JMSPublishingService()
Method Detail |
---|
public void publish(SilverpeasNotification notification, NotificationTopic onTopic)
NotificationPublisher
publish
in interface NotificationPublisher
notification
- the notification to publish.onTopic
- the topic on which the notification should be published.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |