JavaTM Platform
Standard Ed. 6

javax.management.remote
接口 MBeanServerForwarder

所有超级接口:
MBeanServer, MBeanServerConnection

public interface MBeanServerForwarder
extends MBeanServer

此类的对象实现 MBeanServer 接口并包装另一个也实现此接口的对象。通常情况下,此接口的实现在将此方法转发到包装的对象之前和/或之后执行 MBeanServer 接口的某些或所有方法中的某些操作。这样的例子包括安全检查和记录。

从以下版本开始:
1.5

方法摘要
 MBeanServer getMBeanServer()
          返回请求将转发到其上的 MBeanServer 对象。
 void setMBeanServer(MBeanServer mbs)
          设置 MBeanServer 对象,请求经此对象处理后将转发到其上。
 
从接口 javax.management.MBeanServer 继承的方法
addNotificationListener, addNotificationListener, createMBean, createMBean, createMBean, createMBean, deserialize, deserialize, deserialize, getAttribute, getAttributes, getClassLoader, getClassLoaderFor, getClassLoaderRepository, getDefaultDomain, getDomains, getMBeanCount, getMBeanInfo, getObjectInstance, instantiate, instantiate, instantiate, instantiate, invoke, isInstanceOf, isRegistered, queryMBeans, queryNames, registerMBean, removeNotificationListener, removeNotificationListener, removeNotificationListener, removeNotificationListener, setAttribute, setAttributes, unregisterMBean
 

方法详细信息

getMBeanServer

MBeanServer getMBeanServer()
返回请求将转发到其上的 MBeanServer 对象。

返回:
请求将转发到其上的 MBeanServer 对象,如果没有,则返回 null。
另请参见:
setMBeanServer(javax.management.MBeanServer)

setMBeanServer

void setMBeanServer(MBeanServer mbs)
设置 MBeanServer 对象,请求经此对象处理后将转发到其上。

参数:
mbs - 将请求转发到其上的 MBeanServer 对象。
抛出:
IllegalArgumentException - 如果此对象已经转发到一个 MBeanServer 对象,或者 mbs 为 null,或者 mbs 与此对象相同。
另请参见:
getMBeanServer()

JavaTM Platform
Standard Ed. 6

提交错误或意见
有关更多的 API 参考资料和开发人员文档,请参阅 Java SE 开发人员文档。该文档包含更详细的、面向开发人员的描述,以及总体概述、术语定义、使用技巧和工作代码示例。

版权所有 2007 Sun Microsystems, Inc. 保留所有权利。 请遵守许可证条款。另请参阅文档重新分发政策