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

123

/openjdk7/jdk/test/java/io/Serializable/proxy/replace/
H A DTest.java41 return Proxy.newProxyInstance(
44 return Proxy.newProxyInstance(
56 oout.writeObject(Proxy.newProxyInstance(
/openjdk7/jdk/test/java/lang/reflect/Proxy/
H A DCharType.java37 Proxy.newProxyInstance(CharMethod.class.getClassLoader(), new Class[] {
/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,
/openjdk7/jdk/test/java/beans/EventHandler/
H A DTest6277266.java42 (Runnable) Proxy.newProxyInstance(
/openjdk7/jdk/src/share/classes/sun/tracing/
H A DNullProviderFactory.java56 return provider.newProxyInstance();
H A DProviderSkeleton.java132 public <T extends Provider> T newProxyInstance() { method in class:ProviderSkeleton
133 return (T)Proxy.newProxyInstance(providerType.getClassLoader(),
H A DMultiplexProviderFactory.java68 return provider.newProxyInstance();
H A DPrintStreamProviderFactory.java57 return provider.newProxyInstance();
/openjdk7/jdk/test/javax/management/monitor/
H A DMBeanServerBuilderImpl.java48 MBeanServerForwarderInvocationHandler.newProxyInstance();
H A DMBeanServerForwarderInvocationHandler.java36 public static MBeanServerForwarder newProxyInstance() { method in class:MBeanServerForwarderInvocationHandler
44 Object proxy = Proxy.newProxyInstance(
H A DCounterMonitorInitThresholdTest.java102 MBeanServerInvocationHandler.newProxyInstance(
110 MBeanServerInvocationHandler.newProxyInstance(
121 MBeanServerInvocationHandler.newProxyInstance(
H A DCounterMonitorThresholdTest.java113 MBeanServerInvocationHandler.newProxyInstance(
125 MBeanServerInvocationHandler.newProxyInstance(
/openjdk7/jdk/src/share/classes/sun/tracing/dtrace/
H A DDTraceProviderFactory.java80 T proxy = jsdt.newProxyInstance();
127 map.put(cls, jsdt.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/test/java/io/Serializable/proxy/skipMissing/
H A DWrite.java66 Object proxy = Proxy.newProxyInstance(
/openjdk7/jdk/test/java/io/Serializable/resolveProxyClass/
H A DNonPublicInterface.java69 oout.writeObject(Proxy.newProxyInstance(nonPublic.getClassLoader(),
/openjdk7/jdk/test/java/rmi/server/RMIClassLoader/loadProxyClasses/
H A DLoadProxyClasses.java142 Proxy proxy1 = (Proxy) Proxy.newProxyInstance(parentNonpublic,
154 Proxy proxy2 = (Proxy) Proxy.newProxyInstance(null,
174 Proxy proxy3 = (Proxy) Proxy.newProxyInstance(newCtxLoader,
192 Proxy proxy4 = (Proxy) Proxy.newProxyInstance(bothNonpublicLoader,
231 Proxy proxy5 = (Proxy) Proxy.newProxyInstance(publicLoader,
254 Proxy proxy6 = (Proxy) Proxy.newProxyInstance(publicLoader6,
/openjdk7/corba/src/share/classes/com/sun/corba/se/impl/presentation/rmi/
H A DStubFactoryProxyImpl.java52 DynamicStub stub = (DynamicStub)Proxy.newProxyInstance( loader, interfaces,
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/org/glassfish/external/statistics/impl/
H A DBoundaryStatisticImpl.java43 (BoundaryStatistic) Proxy.newProxyInstance(
H A DCountStatisticImpl.java42 (CountStatistic) Proxy.newProxyInstance(
H A DStringStatisticImpl.java43 (StringStatistic) Proxy.newProxyInstance(
/openjdk7/jdk/test/javax/management/MBeanServer/
H A DMBeanServerInvocationHandlerExceptionTest.java47 MBeanServerInvocationHandler.newProxyInstance(mbs,
/openjdk7/jdk/src/share/classes/com/sun/script/util/
H A DInterfaceImplementor.java89 return iface.cast(Proxy.newProxyInstance(iface.getClassLoader(),
/openjdk7/jdk/test/java/io/Serializable/proxy/
H A DBasic.java98 oout.writeObject(Proxy.newProxyInstance(

Completed in 147 milliseconds

123