软件包 | 描述 |
---|---|
java.beans |
包含的类发展豆相关--基于JavaBeans组件™架构。
|
java.lang.reflect |
提供用于获取类和对象的反射信息的类和接口。
|
java.rmi.server |
支持RMI服务器端提供的类和接口。
|
javax.management |
在java管理扩展提供了核心课程。
|
javax.management.openmbean |
提供开放的数据类型和开放MBean描述符类。
|
Modifier and Type | Class and Description |
---|---|
class |
EventHandler
的
EventHandler 类提供动态生成的事件监听器的方法执行一个简单的声明涉及传入的事件对象和目标对象的支持。
|
Modifier and Type | Field and Description |
---|---|
protected InvocationHandler |
Proxy.h
此代理实例的调用处理程序。
|
Modifier and Type | Method and Description |
---|---|
static InvocationHandler |
Proxy.getInvocationHandler(Object proxy)
返回指定的代理实例的调用处理程序。
|
Modifier and Type | Method and Description |
---|---|
static Object |
Proxy.newProxyInstance(ClassLoader loader, 类<?>[] interfaces, InvocationHandler h)
返回指定的接口,将方法调用指定的调用处理程序的代理类的一个实例。
|
Constructor and Description |
---|
Proxy(InvocationHandler h)
从一个类构造一个新的
Proxy 实例(通常情况下,一个动态代理类)对其调用处理程序指定的值。
|
Modifier and Type | Class and Description |
---|---|
class |
RemoteObjectInvocationHandler
用java远程方法调用使用
InvocationHandler 接口的一个实现(java RMI)。
|
Modifier and Type | Class and Description |
---|---|
class |
MBeanServerInvocationHandler
InvocationHandler 转发方法的MBean的管理界面通过MBean服务器MBean。
|
Modifier and Type | Class and Description |
---|---|
class |
CompositeDataInvocationHandler
一个
InvocationHandler 转发到
CompositeData getter方法。
|
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, 2014, Oracle and/or its affiliates. All rights reserved.