Uses of Interface java.lang.reflect.InvocationHandler

Uses in package javax.management

Classes implementing java.lang.reflect.InvocationHandler

class
Provides a proxy for a management bean.

Uses in package java.lang.reflect

Constructors with parameter type java.lang.reflect.InvocationHandler

Constructs a new Proxy from a subclass (usually a proxy class), with the specified invocation handler.

Fields of type java.lang.reflect.InvocationHandler

InvocationHandler
The invocation handler for this proxy instance.

Methods with parameter type java.lang.reflect.InvocationHandler

Object
Proxy.newProxyInstance(ClassLoader loader, Class[] interfaces, InvocationHandler handler)
Combines several methods into one.

Methods with return type java.lang.reflect.InvocationHandler

InvocationHandler
Returns the invocation handler for the given proxy instance.

NOTE: We guarantee a non-null result if successful, but Sun allows the creation of a proxy instance with a null handler.

Uses in package java.beans

Classes implementing java.lang.reflect.InvocationHandler

class
EventHandler forms a bridge between dynamically created listeners and arbitrary properties and methods.

You can use this class to easily create listener implementations for some basic interactions between an event source and its target.

Uses in package java.rmi.server

Classes implementing java.lang.reflect.InvocationHandler

class
Together with dynamic proxy instance, this class replaces the generated RMI stub (*_Stub) classes that (following 1.5 specification) should be no longer required.

Uses in package javax.management.openmbean

Classes implementing java.lang.reflect.InvocationHandler

class
Provides an InvocationHandler which implements a series of accessor methods (those beginning with "get" or "is") using the content of a CompositeData object.