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

123

/openjdk7/jdk/test/java/awt/Focus/RequestOnCompWithNullParent/
H A DRequestOnCompWithNullParent1.java251 proxiedPeer = (ButtonPeer) Proxy.newProxyInstance(ButtonPeer.class.getClassLoader(), new Class[] {ButtonPeer.class}, handler);
/openjdk7/jdk/test/javax/management/ObjectInstance/
H A DMBeanInfoFailTest.java136 newProxyInstance(server, troubleMaker, ThornyDevilMBean.class,
/openjdk7/jdk/test/javax/management/remote/mandatory/notif/
H A DNotificationBufferDeadlockTest.java128 Proxy.newProxyInstance(new Object() {}.getClass().getClassLoader(),
H A DNotificationBufferTest.java125 MBeanServerInvocationHandler.newProxyInstance(mbs,
/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/jaxws/src/share/jaxws_classes/com/sun/xml/internal/txw2/
H A DContainerElement.java353 return facadeType.cast(Proxy.newProxyInstance(facadeType.getClassLoader(),new Class[]{facadeType},this));
/openjdk7/jdk/src/share/classes/sun/rmi/server/
H A DUtil.java151 return (Remote) Proxy.newProxyInstance(loader,
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/ws/model/
H A DAbstractWrapperBeanGenerator.java250 XmlElement elem = (XmlElement) Proxy.newProxyInstance(this.getClass().getClassLoader(), new Class<?>[]{XmlElement.class}, handler);
/openjdk7/jdk/test/javax/management/remote/mandatory/connection/
H A DBrokenConnectionTest.java583 Proxy.newProxyInstance(this.getClass().getClassLoader(),
787 // return Proxy.newProxyInstance(this.getClass().getClassLoader(),
/openjdk7/jdk/src/share/classes/sun/reflect/annotation/
H A DAnnotationParser.java258 return (Annotation) Proxy.newProxyInstance(
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/ws/client/
H A DWSServiceDelegate.java611 Object proxy = Proxy.newProxyInstance(portInterface.getClassLoader(),
/openjdk7/jdk/src/share/classes/sun/tools/jconsole/
H A DProxyClient.java963 return (SnapshotMBeanServerConnection) Proxy.newProxyInstance(
/openjdk7/jdk/test/javax/management/mxbean/
H A DMXBeanTest.java238 T impl = c.cast(Proxy.newProxyInstance(c.getClassLoader(),
/openjdk7/jdk/src/share/classes/com/sun/jmx/mbeanserver/
H A DDefaultMXBeanMappingFactory.java1407 Proxy.newProxyInstance(targetClass.getClassLoader(),

Completed in 701 milliseconds

123