Searched refs:getInvocationHandler (Results 1 – 5 of 5) sorted by relevance
313 .getInvocationHandler(p) == handler); in test_getInvocationHandlerLjava_lang_Object()316 Proxy.getInvocationHandler(""); in test_getInvocationHandlerLjava_lang_Object()
278 public static InvocationHandler getInvocationHandler(Object proxy) in getInvocationHandler() method in Proxy
37 if (Proxy.getInvocationHandler(proxy) == null) in main()
194 && (handler = Proxy.getInvocationHandler(obj)) instanceof AnnotationFactory ) { in equals()
2691 Proxy.getInvocationHandler(proxyInstanceOut).getClass()); in test_writeObject_Proxy()