Searched refs:newProxyInstance (Results 26 - 50 of 64) sorted by relevance

123

/openjdk7/jdk/test/javax/management/monitor/
H A DMultiMonitorTest.java79 .newProxyInstance(mbs, counterMonitor, CounterMonitorMBean.class,
83 .newProxyInstance(mbs, gaugeMonitor, GaugeMonitorMBean.class,
87 .newProxyInstance(mbs, stringMonitor, StringMonitorMBean.class,
/openjdk7/jdk/src/share/classes/java/rmi/activation/
H A DActivationID.java276 Proxy.newProxyInstance(null,
/openjdk7/jdk/src/share/classes/javax/management/
H A DJMX.java416 Object proxy = Proxy.newProxyInstance(
H A DMBeanServerInvocationHandler.java96 * different {@link ClassLoader} to {@link Proxy#newProxyInstance
97 * Proxy.newProxyInstance}.</p>
123 * different {@link ClassLoader} to {@link Proxy#newProxyInstance
124 * Proxy.newProxyInstance}.</p>
196 * <p>This method is equivalent to {@link Proxy#newProxyInstance
197 * Proxy.newProxyInstance}<code>(interfaceClass.getClassLoader(),
230 public static <T> T newProxyInstance(MBeanServerConnection connection, method in class:MBeanServerInvocationHandler
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/org/glassfish/external/statistics/impl/
H A DAverageRangeStatisticImpl.java58 (AverageRangeStatistic) Proxy.newProxyInstance(
H A DBoundedRangeStatisticImpl.java53 (BoundedRangeStatistic) Proxy.newProxyInstance(
H A DRangeStatisticImpl.java47 (RangeStatistic) Proxy.newProxyInstance(
H A DTimeStatisticImpl.java50 (TimeStatistic) Proxy.newProxyInstance(
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/bind/v2/model/annotation/
H A DLocatableAnnotation.java70 return (A)Proxy.newProxyInstance(cl,
77 // Proxy.newProxyInstance throws this if it cannot resolve this annotation
/openjdk7/jdk/test/java/lang/reflect/Proxy/
H A DBoxing.java73 Test proxy = (Test) Proxy.newProxyInstance(
/openjdk7/jdk/test/javax/management/mxbean/
H A DGenericTypeTest.java108 return intf.cast(Proxy.newProxyInstance(intf.getClassLoader(),
H A DTypeNameTest.java71 TestMXBean testImpl = (TestMXBean) Proxy.newProxyInstance(
H A DRandomMXBeanTest.java129 Proxy.newProxyInstance(StupidMXBean.class.getClassLoader(),
156 Proxy.newProxyInstance(c.getClassLoader(),
/openjdk7/jdk/test/javax/management/relation/
H A DNonArrayListTest.java46 MBeanServerInvocationHandler.newProxyInstance(mbs,
/openjdk7/jdk/src/share/classes/java/lang/invoke/
H A DMethodHandleProxies.java197 return Proxy.newProxyInstance(
204 proxy = Proxy.newProxyInstance(proxyLoader,
/openjdk7/jdk/test/javax/management/remote/mandatory/passwordAccessFile/
H A DNonJMXPrincipalsTest.java199 MBeanServerInvocationHandler.newProxyInstance(
257 MBeanServerInvocationHandler.newProxyInstance(
H A DPasswordAccessFileTest.java195 MBeanServerInvocationHandler.newProxyInstance(
253 MBeanServerInvocationHandler.newProxyInstance(
/openjdk7/jdk/test/javax/management/remote/mandatory/threads/
H A DExecutorTest.java119 Proxy.newProxyInstance(myClassLoader,
150 MBeanServerInvocationHandler.newProxyInstance(mbsc,
/openjdk7/jdk/src/share/classes/sun/tracing/dtrace/
H A DDTraceProvider.java101 public <T extends Provider> T newProxyInstance() { method in class:DTraceProvider
/openjdk7/jdk/test/javax/management/proxy/
H A DNotificationEmitterProxy.java118 MBeanServerInvocationHandler.newProxyInstance(mbs,
125 "MBeanServerInvocationHandler.newProxyInstance");
128 " MBeanServerInvocationHandler.newProxyInstance: " + x, x);
/openjdk7/jdk/test/javax/management/remote/mandatory/serverError/
H A DJMXServerErrorTest.java142 newProxyInstance(mbsc, kname, KaefferMBean.class, false);
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/ws/api/pipe/
H A DStubs.java375 Proxy.newProxyInstance( portInterface.getClassLoader(),
400 Proxy.newProxyInstance( portInterface.getClassLoader(),
/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/src/share/classes/java/beans/
H A DEventHandler.java690 return (T)Proxy.newProxyInstance(target.getClass().getClassLoader(),
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/codemodel/internal/
H A DTypedAnnotationWriter.java222 return (W)Proxy.newProxyInstance(

Completed in 97 milliseconds

123