站内搜索: 请输入搜索关键词
当前页面: 在线文档首页 > JBoss 4.0.1 sp1 jmx API Documentation 英文版文档

MBeanProxyInstance (JBoss/JMX API) - JBoss 4.0.1 sp1 jmx API Documentation 英文版文档


org.jboss.mx.util
Interface MBeanProxyInstance

All Known Implementing Classes:
MBeanProxyExt

public interface MBeanProxyInstance

An interface which exposes the attributes of a MBeanProxyExt instance.

Version:
$Revision: 1.4 $
Author:
Jason Dillon

Method Summary
 MBeanServer getMBeanProxyMBeanServer()
          Return the MBeanServer for this proxy.
 ObjectName getMBeanProxyObjectName()
          Return the ObjectName for this proxy.
 

Method Detail

getMBeanProxyObjectName

public ObjectName getMBeanProxyObjectName()
Return the ObjectName for this proxy.

Returns:
The ObjectName for this proxy.

getMBeanProxyMBeanServer

public MBeanServer getMBeanProxyMBeanServer()
Return the MBeanServer for this proxy.

Returns:
The ObjectName for this proxy.


Copyright © 2002 JBoss Group, LLC. All Rights Reserved.