Uses of Interface
java.lang.reflect.InvocationHandler
-
Packages that use InvocationHandler 软件包 描述 java.beans 包含与开发 bean相关的类 - 基于JavaBeans™体系结构的组件。java.lang.reflect 提供用于获取有关类和对象的反射信息的类和接口。java.rmi.server 提供用于支持RMI服务器端的类和接口。javax.management 提供Java Management Extensions的核心类。javax.management.openmbean 提供开放数据类型和Open MBean描述符类。 -
-
Uses of InvocationHandler in java.beans
Classes in java.beans that implement InvocationHandler 变量和类型 类 描述 classEventHandlerEventHandler类支持动态生成事件侦听器,其方法执行涉及传入事件对象和目标对象的简单语句。 -
Uses of InvocationHandler in java.lang.reflect
Fields in java.lang.reflect declared as InvocationHandler 变量和类型 字段 描述 protected InvocationHandlerProxy. h此代理实例的调用处理程序。Methods in java.lang.reflect that return InvocationHandler 变量和类型 方法 描述 static InvocationHandlerProxy. getInvocationHandler(Object proxy)返回指定代理实例的调用处理程序。Methods in java.lang.reflect with parameters of type InvocationHandler 变量和类型 方法 描述 static ObjectProxy. newProxyInstance(ClassLoader loader, 类<?>[] interfaces, InvocationHandler h)返回指定接口的代理实例,该接口将方法调用分派给指定的调用处理程序。Constructors in java.lang.reflect with parameters of type InvocationHandler 构造器 描述 Proxy(InvocationHandler h)从子类(通常是动态代理类)构造一个新的Proxy实例,并为其调用处理程序指定值。 -
Uses of InvocationHandler in java.rmi.server
Classes in java.rmi.server that implement InvocationHandler 变量和类型 类 描述 classRemoteObjectInvocationHandler用于Java远程方法调用(Java RMI)的InvocationHandler接口的实现。 -
Uses of InvocationHandler in javax.management
Classes in javax.management that implement InvocationHandler 变量和类型 类 描述 classMBeanServerInvocationHandlerInvocationHandler,它通过MBean服务器将MBean管理接口中的方法转发给MBean。 -
Uses of InvocationHandler in javax.management.openmbean
Classes in javax.management.openmbean that implement InvocationHandler 变量和类型 类 描述 classCompositeDataInvocationHandlerAnInvocationHandlerthat forwards getter methods to aCompositeData.
-