Overview Package Class Use Source Tree Index Deprecated About
GNU Classpath (0.95)
Frames | No Frames

Uses of Interface java.lang.reflect.InvocationHandler

Uses in package javax.management

Classes implementing java.lang.reflect.InvocationHandler

class
MBeanServerInvocationHandler
Provides a proxy for a management bean.

Uses in package java.lang.reflect

Constructors with parameter type java.lang.reflect.InvocationHandler

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

Fields of type java.lang.reflect.InvocationHandler

InvocationHandler
Proxy.h
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
Proxy.getInvocationHandler(Object proxy)
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
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
RemoteObjectInvocationHandler
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
CompositeDataInvocationHandler
Provides an InvocationHandler which implements a series of accessor methods (those beginning with "get" or "is") using the content of a CompositeData object.
Overview Package Class Use Source Tree Index Deprecated About
GNU Classpath (0.95)

AltStyle によって変換されたページ (->オリジナル) /