| Package | Description | 
|---|---|
| java.beans | Contains classes related to developing
beans -- components
based on the JavaBeans™ architecture. | 
| java.lang.reflect | Provides classes and interfaces for obtaining reflective
 information about classes and objects. | 
| java.rmi.server | Provides classes and interfaces for supporting the server
side of RMI. | 
| javax.management | Provides the core classes for the Java Management Extensions. | 
| javax.management.openmbean | Provides the open data types and Open MBean descriptor classes. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | EventHandlerThe  EventHandlerclass provides
 support for dynamically generating event listeners whose methods
 execute a simple statement involving an incoming event object
 and a target object. | 
| Modifier and Type | Field and Description | 
|---|---|
| protected InvocationHandler | Proxy. hthe invocation handler for this proxy instance. | 
| Modifier and Type | Method and Description | 
|---|---|
| static InvocationHandler | Proxy. getInvocationHandler(Object proxy)Returns the invocation handler for the specified proxy instance. | 
| Modifier and Type | Method and Description | 
|---|---|
| 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. | 
| Constructor and Description | 
|---|
| Proxy(InvocationHandler h)Constructs a new  Proxyinstance from a subclass
 (typically, a dynamic proxy class) with the specified value
 for its invocation handler. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | RemoteObjectInvocationHandlerAn implementation of the  InvocationHandlerinterface for
 use with Java Remote Method Invocation (Java RMI). | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | MBeanServerInvocationHandlerInvocationHandlerthat forwards methods in an MBean's
 management interface through the MBean server to the MBean. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | CompositeDataInvocationHandlerAn  InvocationHandlerthat forwards getter methods to aCompositeData. | 
 Submit a bug or feature 
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
 Copyright © 1993, 2017, Oracle and/or its affiliates.  All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.