org.apache.camel.management
Class NotificationSenderAdapter

java.lang.Object
  extended by org.apache.camel.management.NotificationSenderAdapter
All Implemented Interfaces:
NotificationSender

public final class NotificationSenderAdapter
extends Object
implements NotificationSender


Constructor Summary
NotificationSenderAdapter(ModelMBeanNotificationBroadcaster broadcaster)
           
 
Method Summary
 void sendNotification(Notification notification)
          Send notification
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NotificationSenderAdapter

public NotificationSenderAdapter(ModelMBeanNotificationBroadcaster broadcaster)
Method Detail

sendNotification

public void sendNotification(Notification notification)
Description copied from interface: NotificationSender
Send notification

Specified by:
sendNotification in interface NotificationSender
Parameters:
notification - notification to send


Apache Camel