Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

Uses of Interface
java.lang.reflect.InvocationHandler

Uses of InvocationHandler in java.lang.reflect
 

Fields in java.lang.reflect declared as InvocationHandler
protected  InvocationHandler Proxy.h
          The invocation handler for this proxy instance.
 

Methods in java.lang.reflect that return InvocationHandler
static InvocationHandler Proxy.getInvocationHandler(java.lang.Object proxy)
          Returns the invocation handler for the given proxy instance.
 

Methods in java.lang.reflect with parameters of type InvocationHandler
static java.lang.Object Proxy.newProxyInstance(java.lang.ClassLoader loader, java.lang.Class[] interfaces, InvocationHandler handler)
          Combines several methods into one.
 

Constructors in java.lang.reflect with parameters of type InvocationHandler
Proxy(InvocationHandler handler)
          Constructs a new Proxy from a subclass (usually a proxy class), with the specified invocation handler.