Searched refs:NotificationListener (Results 76 - 100 of 113) sorted by relevance

12345

/openjdk7/jdk/test/javax/management/remote/mandatory/notif/
H A DDeadListenerTest.java50 import javax.management.NotificationListener;
181 public static class CountListener implements NotificationListener {
H A DNotificationEmissionTest.java50 import javax.management.NotificationListener;
90 public class Listener implements NotificationListener {
H A DDiffHBTest.java27 * @summary test on add/remove NotificationListener
139 private static class MyListener implements NotificationListener {
H A DNotSerializableNotifTest.java172 private static class Listener implements NotificationListener {
H A DNotificationAccessControllerTest.java45 import javax.management.NotificationListener;
141 public class Listener implements NotificationListener {
/openjdk7/jdk/test/javax/management/remote/mandatory/subjectDelegation/
H A DSubjectDelegation1Test.java53 import javax.management.NotificationListener;
196 new NotificationListener() {
H A DSubjectDelegation2Test.java52 import javax.management.NotificationListener;
192 new NotificationListener() {
H A DSubjectDelegation3Test.java53 import javax.management.NotificationListener;
199 new NotificationListener() {
/openjdk7/jdk/src/share/classes/com/sun/jmx/remote/internal/
H A DClientNotifForwarder.java42 import javax.management.NotificationListener;
164 NotificationListener listener,
189 NotificationListener listener)
220 NotificationListener listener,
572 NotificationListener l = li.getListener();
/openjdk7/jdk/src/share/classes/com/sun/jmx/mbeanserver/
H A DJmxMBeanServer.java58 import javax.management.NotificationListener;
834 NotificationListener listener,
867 NotificationListener listener)
875 NotificationListener listener,
/openjdk7/jdk/test/com/sun/management/GarbageCollectorMXBean/
H A DGarbageCollectionNotificationContentTest.java50 static class GcListener implements NotificationListener {
/openjdk7/jdk/test/java/lang/management/MemoryMXBean/
H A DCollectionUsageThreshold.java85 static class SensorListener implements NotificationListener {
H A DMemoryManagement.java53 static class SensorListener implements NotificationListener {
/openjdk7/jdk/test/javax/management/monitor/
H A DStartStopTest.java47 import javax.management.NotificationListener;
H A DThreadPoolTest.java47 import javax.management.NotificationListener;
H A DAttributeArbitraryDataTypeTest.java45 import javax.management.NotificationListener;
58 public class AttributeArbitraryDataTypeTest implements NotificationListener {
/openjdk7/jdk/test/javax/management/proxy/
H A DNotificationEmitterProxy.java66 implements NotificationListener {
/openjdk7/jdk/test/javax/management/remote/mandatory/connection/
H A DBrokenConnectionTest.java172 NotificationListener l = new CountListener();
178 NotificationListener l = (NotificationListener)
183 List/*<NotificationListener>*/ listeners = new ArrayList();
448 implements CountListenerMBean, NotificationListener {
/openjdk7/jdk/test/javax/management/remote/mandatory/loading/
H A DMissingClassTest.java64 import javax.management.NotificationListener;
329 private static class TestListener implements NotificationListener {
371 private static class LostListener implements NotificationListener {
665 private static class CNListener implements NotificationListener {
/openjdk7/jdk/src/share/sample/jmx/jmx-scandir/src/com/sun/jmx/examples/scandir/
H A DScanManager.java81 import javax.management.NotificationListener;
921 public void addNotificationListener(NotificationListener listener, NotificationFilter filter, Object handback) throws IllegalArgumentException {
943 public void removeNotificationListener(NotificationListener listener) throws ListenerNotFoundException {
951 public void removeNotificationListener(NotificationListener listener, NotificationFilter filter, Object handback) throws ListenerNotFoundException {
/openjdk7/jdk/src/share/sample/jmx/jmx-scandir/test/com/sun/jmx/examples/scandir/
H A DScanDirConfigTest.java221 final NotificationListener listener = new NotificationListener() {
/openjdk7/jdk/src/share/classes/javax/management/remote/rmi/
H A DRMIConnector.java91 import javax.management.NotificationListener;
408 addConnectionNotificationListener(NotificationListener listener,
418 removeConnectionNotificationListener(NotificationListener listener)
426 removeConnectionNotificationListener(NotificationListener listener,
1218 NotificationListener listener,
1228 "(ObjectName,NotificationListener,"+
1245 NotificationListener listener)
1253 "(ObjectName,NotificationListener)",
1282 NotificationListener listener,
1292 "(ObjectName,NotificationListener,"
[all...]
/openjdk7/jdk/src/share/classes/com/sun/jmx/snmp/daemon/
H A DCommunicatorServer.java46 import javax.management.NotificationListener;
1187 public void addNotificationListener(NotificationListener listener,
1210 public void removeNotificationListener(NotificationListener listener)
/openjdk7/jdk/src/share/classes/sun/management/snmp/jvminstr/
H A DJVM_MANAGEMENT_MIB_IMPL.java41 import javax.management.NotificationListener;
110 private class NotificationHandler implements NotificationListener {
208 * A <CODE>NotificationListener</CODE> is added to the <CODE>MemoryMXBean</CODE>
/openjdk7/jdk/test/java/lang/management/ManagementFactory/
H A DProxyTypeMapping.java264 static class MyListener implements NotificationListener {

Completed in 112 milliseconds

12345