GNU Classpath (0.95) | |
Frames | No Frames |
Classes implementing java.lang.reflect.InvocationHandler | |
class |
Provides a proxy for a management bean. |
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 | 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. |
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. |
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. |
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. |
GNU Classpath (0.95) |