org.jumpmind.symmetric.service.jmx
Class NotificationService

java.lang.Object
  extended by org.jumpmind.symmetric.service.jmx.NotificationService
All Implemented Interfaces:
INotificationService, org.springframework.jmx.export.notification.NotificationPublisherAware

@ManagedResource(description="Provide an implementation of SymmetricDS notifications by JMX")
public class NotificationService
extends java.lang.Object
implements org.springframework.jmx.export.notification.NotificationPublisherAware, INotificationService


Constructor Summary
NotificationService()
           
 
Method Summary
 void sendNotification(javax.management.Notification event)
           
 void setNotificationPublisher(org.springframework.jmx.export.notification.NotificationPublisher notificationPublisher)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NotificationService

public NotificationService()
Method Detail

setNotificationPublisher

public void setNotificationPublisher(org.springframework.jmx.export.notification.NotificationPublisher notificationPublisher)
Specified by:
setNotificationPublisher in interface org.springframework.jmx.export.notification.NotificationPublisherAware

sendNotification

public void sendNotification(javax.management.Notification event)
Specified by:
sendNotification in interface INotificationService


Copyright © 2007-2008. All Rights Reserved.