Searched refs:isNotificationEnabled (Results 1 - 13 of 13) sorted by relevance

/openjdk7/jdk/src/share/classes/javax/management/
H A DNotificationFilter.java43 public boolean isNotificationEnabled(Notification notification); method in interface:NotificationFilter
H A DAttributeChangeNotificationFilter.java64 public synchronized boolean isNotificationEnabled(Notification notification) { method in class:AttributeChangeNotificationFilter
H A DNotificationFilterSupport.java79 public synchronized boolean isNotificationEnabled(Notification notification) { method in class:NotificationFilterSupport
H A DNotificationBroadcasterSupport.java76 * {@link NotificationFilter}, or if {@link NotificationFilter#isNotificationEnabled
77 * isNotificationEnabled} returns true for the notification being sent. The call to
78 * <code>NotificationFilter.isNotificationEnabled</code> takes place in the thread
126 * NotificationFilter#isNotificationEnabled isNotificationEnabled}
128 * <code>NotificationFilter.isNotificationEnabled</code> takes
237 li.filter.isNotificationEnabled(notification);
/openjdk7/jdk/test/javax/management/notification/
H A DFilterExceptionTest.java46 public boolean isNotificationEnabled(Notification notification) {
/openjdk7/jdk/src/share/classes/sun/management/
H A DNotificationEmitterSupport.java154 || li.filter.isNotificationEnabled(notification)) {
/openjdk7/jdk/test/javax/management/remote/mandatory/notif/
H A DNotificationBufferTest.java238 public boolean isNotificationEnabled(Notification n) {
445 if (filter == null || filter.isNotificationEnabled(notif))
/openjdk7/jdk/src/share/classes/javax/management/relation/
H A DMBeanServerNotificationFilter.java344 public synchronized boolean isNotificationEnabled(Notification notif) method in class:MBeanServerNotificationFilter
353 "isNotificationEnabled", notif);
361 "isNotificationEnabled",
380 "isNotificationEnabled",
390 "isNotificationEnabled",
404 "isNotificationEnabled",
413 "isNotificationEnabled",
421 "isNotificationEnabled",
/openjdk7/jdk/src/share/classes/com/sun/jmx/remote/internal/
H A DServerNotifForwarder.java251 if (nf == null || nf.isNotificationEnabled(notif)) {
/openjdk7/jdk/test/javax/management/remote/mandatory/connection/
H A DBrokenConnectionTest.java435 public boolean isNotificationEnabled(Notification n) { method in class:BrokenConnectionTest.FailureNotificationFilter
/openjdk7/jdk/test/javax/management/remote/mandatory/loading/
H A DMissingClassTest.java414 public boolean isNotificationEnabled(Notification n) { method in class:MissingClassTest.TestFilter
/openjdk7/jdk/src/share/classes/com/sun/jmx/snmp/agent/
H A DSnmpMibTable.java2227 (filter.isNotificationEnabled(notification))) {
/openjdk7/jdk/test/javax/management/MBeanServer/
H A DOldMBeanServerTest.java313 public boolean isNotificationEnabled(Notification notification) {

Completed in 83 milliseconds