Searched defs:DELEGATE_NAME (Results 1 - 2 of 2) sorted by relevance

/openjdk7/jdk/src/share/classes/javax/management/
H A DMBeanServerDelegate.java217 public static final ObjectName DELEGATE_NAME = field in class:MBeanServerDelegate
/openjdk7/jdk/test/javax/management/remote/mandatory/connection/
H A DBrokenConnectionTest.java51 private static ObjectName DELEGATE_NAME; field in class:BrokenConnectionTest
55 DELEGATE_NAME =
149 mbsc.addNotificationListener(DELEGATE_NAME,
162 mbsc.addNotificationListener(DELEGATE_NAME, LISTENER_NAME,
173 mbsc.addNotificationListener(DELEGATE_NAME, l, null, null);
180 mbsc.removeNotificationListener(DELEGATE_NAME, l, null, null);
195 mbsc.removeNotificationListener(DELEGATE_NAME,
224 mbsc.getAttribute(DELEGATE_NAME, "ImplementationName");
232 mbsc.getAttribute(DELEGATE_NAME, "ImplementationName");
256 mbsc.getMBeanInfo(DELEGATE_NAME);
[all...]

Completed in 48 milliseconds