Please note that this documentation is not final and is subject to change.

Java™ Platform
Standard Ed. 7

DRAFT ea-b34

javax.management
Interface SendNotification

All Known Implementing Classes:
CounterMonitor, GaugeMonitor, JMXConnectorServer, Monitor, NotificationBroadcasterSupport, RelationService, RMIConnectorServer, StandardEmitterMBean, StringMonitor, Timer

public interface SendNotification

Interface implemented by objects that can be asked to send a notification.


Method Summary
 void sendNotification(Notification notification)
          Sends a notification.
 

Method Detail

sendNotification

void sendNotification(Notification notification)
Sends a notification.

Parameters:
notification - The notification to send.

Java™ Platform
Standard Ed. 7

DRAFT ea-b34

Submit a bug or feature

Copyright 2008 Sun Microsystems, Inc. All Rights Reserved. Use is subject to license terms.