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

Java™ Platform
Standard Ed. 7

DRAFT ea-b76

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
Modifier and Type Method and Description
 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-b76

Submit a bug or feature

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