Home | History | Annotate | Download | only in reflect

Lines Matching refs:InvocationHandler

25 import java.lang.reflect.InvocationHandler;
54 class Broken1Invoke implements InvocationHandler {
62 protected ProxyCoonstructorTest(InvocationHandler h) {
100 * java.lang.reflect.Proxy#Proxy(java.lang.reflect.InvocationHandler)
103 assertNotNull(new ProxyCoonstructorTest(new InvocationHandler() {
115 * java.lang.Class[], java.lang.reflect.InvocationHandler)
121 Support_Proxy_I2.class }, new InvocationHandler() {
195 Proxy fake = new Proxy(new InvocationHandler() {
220 InvocationHandler handler = new InvocationHandler() {
296 public static class TestProxyHandler implements InvocationHandler {