Searched defs:isNotificationEnabled (Results 1 - 6 of 6) 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
/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/test/javax/management/remote/mandatory/loading/
H A DMissingClassTest.java414 public boolean isNotificationEnabled(Notification n) { method in class:MissingClassTest.TestFilter
/openjdk7/jdk/test/javax/management/remote/mandatory/connection/
H A DBrokenConnectionTest.java435 public boolean isNotificationEnabled(Notification n) { method in class:BrokenConnectionTest.FailureNotificationFilter

Completed in 50 milliseconds