Uses of Interface
java.lang.reflect.InvocationHandler
Package
Description
Contains classes related to developing beans -- components based on
the JavaBeans architecture.
Provides classes and interfaces for obtaining reflective information about
classes and objects.
Provides classes and interfaces for supporting the server side of RMI.
Provides the core classes for the Java Management Extensions.
Provides the open data types and Open MBean descriptor classes.
-
Uses of InvocationHandler in java.beans
Modifier and TypeClassDescriptionclass
TheEventHandler
class provides support for dynamically generating event listeners whose methods execute a simple statement involving an incoming event object and a target object. -
Uses of InvocationHandler in java.lang.reflect
Modifier and TypeFieldDescriptionprotected InvocationHandler
Proxy.h
the invocation handler for this proxy instance.Modifier and TypeMethodDescriptionstatic InvocationHandler
Proxy.getInvocationHandler
(Object proxy) Returns the invocation handler for the specified proxy instance.Modifier and TypeMethodDescriptionstatic Object
Proxy.newProxyInstance
(ClassLoader loader, Class<?>[] interfaces, InvocationHandler h) Returns a proxy instance for the specified interfaces that dispatches method invocations to the specified invocation handler.ModifierConstructorDescriptionprotected
Constructs a newProxy
instance from a subclass (typically, a dynamic proxy class) with the specified value for its invocation handler. -
Uses of InvocationHandler in java.rmi.server
Modifier and TypeClassDescriptionclass
An implementation of theInvocationHandler
interface for use with Java Remote Method Invocation (Java RMI). -
Uses of InvocationHandler in javax.management
Modifier and TypeClassDescriptionclass
InvocationHandler
that forwards methods in an MBean's management interface through the MBean server to the MBean. -
Uses of InvocationHandler in javax.management.openmbean
Modifier and TypeClassDescriptionclass
AnInvocationHandler
that forwards getter methods to aCompositeData
.