Searched refs:MBeanServerInvocationHandler (Results 1 - 22 of 22) sorted by relevance

/openjdk7/jdk/src/share/sample/jmx/jmx-scandir/test/com/sun/jmx/examples/scandir/
H A DTestUtils.java48 import javax.management.MBeanServerInvocationHandler;
79 if (handler instanceof MBeanServerInvocationHandler)
80 return ((MBeanServerInvocationHandler)handler).getObjectName();
99 if (!(handler instanceof MBeanServerInvocationHandler))
101 final MBeanServerInvocationHandler h =
102 (MBeanServerInvocationHandler)handler;
/openjdk7/jdk/test/javax/management/proxy/
H A DProxyObjectMethodsTest.java63 MBeanServerInvocationHandler.newProxyInstance(client.getMBeanServerConnection(),
69 MBeanServerInvocationHandler.newProxyInstance(client.getMBeanServerConnection(),
75 MBeanServerInvocationHandler.newProxyInstance(client.getMBeanServerConnection(),
113 TestMBean test0 = MBeanServerInvocationHandler.newProxyInstance(mbs,
133 simple2 = MBeanServerInvocationHandler.newProxyInstance(null,
144 simple2 = MBeanServerInvocationHandler.newProxyInstance(mbs,
H A DNotificationEmitterProxy.java118 MBeanServerInvocationHandler.newProxyInstance(mbs,
125 "MBeanServerInvocationHandler.newProxyInstance");
128 " MBeanServerInvocationHandler.newProxyInstance: " + x, x);
/openjdk7/jdk/test/javax/management/mxbean/
H A DMXBeanRefTest.java42 import javax.management.MBeanServerInvocationHandler;
63 MBeanServerInvocationHandler mbsih = (MBeanServerInvocationHandler)
69 mbsih = (MBeanServerInvocationHandler)
76 mbsih = (MBeanServerInvocationHandler)
H A DMXBeanTest.java53 import javax.management.MBeanServerInvocationHandler;
575 if (ih instanceof MBeanServerInvocationHandler) {
/openjdk7/jdk/src/share/classes/com/sun/jmx/mbeanserver/
H A DMXBeanLookup.java37 import javax.management.MBeanServerInvocationHandler;
121 if (ih instanceof MBeanServerInvocationHandler) {
122 MBeanServerInvocationHandler mbsih =
123 (MBeanServerInvocationHandler) ih;
/openjdk7/jdk/test/javax/management/monitor/
H A DCounterMonitorInitThresholdTest.java38 import javax.management.MBeanServerInvocationHandler;
102 MBeanServerInvocationHandler.newProxyInstance(
110 MBeanServerInvocationHandler.newProxyInstance(
121 MBeanServerInvocationHandler.newProxyInstance(
H A DCounterMonitorThresholdTest.java36 import javax.management.MBeanServerInvocationHandler;
113 MBeanServerInvocationHandler.newProxyInstance(
125 MBeanServerInvocationHandler.newProxyInstance(
H A DMultiMonitorTest.java78 MBeanServerInvocationHandler
82 MBeanServerInvocationHandler
86 MBeanServerInvocationHandler
/openjdk7/jdk/src/share/classes/javax/management/
H A DMBeanServerInvocationHandler.java80 * proxy class as this proxy, with an MBeanServerInvocationHandler
82 * of the {@code MBeanServerInvocationHandler}s was constructed with
89 public class MBeanServerInvocationHandler implements InvocationHandler { class in inherits:InvocationHandler
100 * {@link #MBeanServerInvocationHandler(MBeanServerConnection,
102 * to {@code new MBeanServerInvocationHandler(connection,
111 public MBeanServerInvocationHandler(MBeanServerConnection connection, method in class:MBeanServerInvocationHandler
138 public MBeanServerInvocationHandler(MBeanServerConnection connection, method in class:MBeanServerInvocationHandler
199 * result of {@link #MBeanServerInvocationHandler new
200 * MBeanServerInvocationHandler(connection, objectName)}, and
441 !(ihandler instanceof MBeanServerInvocationHandler)) {
[all...]
H A DJMX.java145 * {@link MBeanServerInvocationHandler}.</p>
283 * {@link MBeanServerInvocationHandler}.</p>
407 InvocationHandler handler = new MBeanServerInvocationHandler(
/openjdk7/jdk/test/javax/management/MBeanServer/
H A DMBeanServerInvocationHandlerExceptionTest.java40 System.out.println(">>> Test how for the MBeanServerInvocationHandler to "+
47 MBeanServerInvocationHandler.newProxyInstance(mbs,
/openjdk7/jdk/test/java/lang/management/MXBean/
H A DMXBeanBehavior.java159 MBeanServerInvocationHandler mbsih = (MBeanServerInvocationHandler)
/openjdk7/jdk/test/javax/management/remote/mandatory/serverError/
H A DJMXServerErrorTest.java43 import javax.management.MBeanServerInvocationHandler;
141 MBeanServerInvocationHandler.
/openjdk7/jdk/test/javax/management/remote/mandatory/passwordAccessFile/
H A DNonJMXPrincipalsTest.java43 import javax.management.MBeanServerInvocationHandler;
199 MBeanServerInvocationHandler.newProxyInstance(
257 MBeanServerInvocationHandler.newProxyInstance(
H A DPasswordAccessFileTest.java41 import javax.management.MBeanServerInvocationHandler;
195 MBeanServerInvocationHandler.newProxyInstance(
253 MBeanServerInvocationHandler.newProxyInstance(
/openjdk7/jdk/test/javax/management/relation/
H A DNonArrayListTest.java46 MBeanServerInvocationHandler.newProxyInstance(mbs,
/openjdk7/jdk/test/sun/management/jmxremote/bootstrap/
H A DTestManager.java35 import javax.management.MBeanServerInvocationHandler;
/openjdk7/jdk/test/javax/management/generified/
H A DGenericTest.java236 MBeanServerInvocationHandler.newProxyInstance(mbs,
240 check("MBeanServerInvocationHandler.newProxyInstance",
257 MBeanServerInvocationHandler.newProxyInstance(mbs, relSvcName,
387 MBeanServerInvocationHandler.newProxyInstance(mbs,
/openjdk7/jdk/test/javax/management/remote/mandatory/notif/
H A DNotificationBufferTest.java43 import javax.management.MBeanServerInvocationHandler;
125 MBeanServerInvocationHandler.newProxyInstance(mbs,
/openjdk7/jdk/test/javax/management/ObjectInstance/
H A DMBeanInfoFailTest.java135 (ThornyDevilMBean) MBeanServerInvocationHandler.
/openjdk7/jdk/test/javax/management/remote/mandatory/threads/
H A DExecutorTest.java150 MBeanServerInvocationHandler.newProxyInstance(mbsc,

Completed in 679 milliseconds