Use is subject to License Terms. Your use of this web site or any of its content or software indicates your agreement to be bound by these License Terms.

Copyright © 2006 Sun Microsystems, Inc. All rights reserved.

CDC 1.1.2

Uses of Interface
java.lang.reflect.InvocationHandler

Packages that use InvocationHandler
java.lang.reflect Provides classes and interfaces for obtaining reflective information about classes and objects. 
 

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(Object proxy)
          Returns the invocation handler for the specified proxy instance.
 

Methods in java.lang.reflect with parameters of type InvocationHandler
static Object Proxy.newProxyInstance(ClassLoader loader, Class[] interfaces, InvocationHandler h)
          Returns an instance of a proxy class for the specified interfaces that dispatches method invocations to the specified invocation handler.
 

Constructors in java.lang.reflect with parameters of type InvocationHandler
Proxy(InvocationHandler h)
          Constructs a new Proxy instance from a subclass (typically, a dynamic proxy class) with the specified value for its invocation handler.
 


CDC 1.1.2

Copyright © 2006 Sun Microsystems, Inc. All rights reserved. Use is subject to License Terms. Your use of this web site or any of its content or software indicates your agreement to be bound by these License Terms.

For more information, please consult the JSR 218 specification.