Uses of Interface
java.lang.reflect.InvocationHandler

Packages that use InvocationHandler
java.lang.reflect   
 

Uses of InvocationHandler in java.lang.reflect
 

Fields in java.lang.reflect declared as InvocationHandler
protected  InvocationHandler Proxy.h
           
 

Methods in java.lang.reflect that return InvocationHandler
static InvocationHandler Proxy.getInvocationHandler(Object var0)
           
 

Methods in java.lang.reflect with parameters of type InvocationHandler
static Object Proxy.newProxyInstance(ClassLoader var0, Class[] var1, InvocationHandler var2)
           
 

Constructors in java.lang.reflect with parameters of type InvocationHandler
Proxy(InvocationHandler var0)
           
 



Copyright © 2006-2010 OSGi Alliance. All Rights Reserved.