Searched defs:newProxyInstance (Results 1 - 7 of 7) sorted by relevance

/openjdk7/jdk/test/javax/management/monitor/
H A DMBeanServerForwarderInvocationHandler.java36 public static MBeanServerForwarder newProxyInstance() { method in class:MBeanServerForwarderInvocationHandler
44 Object proxy = Proxy.newProxyInstance(
/openjdk7/jdk/test/java/lang/management/ManagementFactory/
H A DMBeanServerMXBeanUnsupportedTest.java65 MBeanServerForwarderInvocationHandler.newProxyInstance();
84 public static MBeanServerForwarder newProxyInstance() { method in class:MBeanServerMXBeanUnsupportedTest.MBeanServerForwarderInvocationHandler
92 Object proxy = Proxy.newProxyInstance(
/openjdk7/jdk/test/javax/management/remote/mandatory/connectorServer/
H A DMBSFPreStartPostStartTest.java51 public static MBeanServerForwarder newProxyInstance() { method in class:MBSFPreStartPostStartTest.MBSFInvocationHandler
58 Object proxy = Proxy.newProxyInstance(
132 MBSFInvocationHandler.newProxyInstance();
/openjdk7/jdk/src/share/classes/javax/management/
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/jdk/src/share/classes/sun/tracing/
H A DProviderSkeleton.java132 public <T extends Provider> T newProxyInstance() { method in class:ProviderSkeleton
133 return (T)Proxy.newProxyInstance(providerType.getClassLoader(),
/openjdk7/jdk/src/share/classes/java/lang/reflect/
H A DProxy.java63 * Foo f = (Foo) Proxy.newProxyInstance(Foo.class.getClassLoader(),
124 * {@code Proxy.newProxyInstance}-- and false otherwise.
137 * can be also be created by calling the {@link Proxy#newProxyInstance
138 * Proxy.newProxyInstance} method, which combines the actions of calling
685 * <p>{@code Proxy.newProxyInstance} throws
705 public static Object newProxyInstance(ClassLoader loader, method in class:Proxy
764 * method or the {@code newProxyInstance} method.
/openjdk7/jdk/src/share/classes/sun/tracing/dtrace/
H A DDTraceProvider.java101 public <T extends Provider> T newProxyInstance() { method in class:DTraceProvider

Completed in 70 milliseconds