JavaTM 2 Platform
Standard Ed. 6

javax.management
接口 MBeanServerDelegateMBean

所有已知实现类:
MBeanServerDelegate

public interface MBeanServerDelegateMBean

定义类 MBeanServerDelegate 的对象的管理接口。

从以下版本开始:
1.5

方法摘要
 String getImplementationName()
          返回 JMX 实现名(此产品的名称)。
 String getImplementationVendor()
          返回 JMX 实现供应商(此产品的供应商)。
 String getImplementationVersion()
          返回 JMX 实现版本(此产品的版本)。
 String getMBeanServerId()
          返回 MBean 服务器代理标识。
 String getSpecificationName()
          返回此产品实现的 JMX 规范的全名。
 String getSpecificationVendor()
          返回此产品实现的 JMX 规范的供应商。
 String getSpecificationVersion()
          返回此产品实现的 JMX 规范的版本。
 

方法详细信息

getMBeanServerId

String getMBeanServerId()
返回 MBean 服务器代理标识。

返回:
代理标识。

getSpecificationName

String getSpecificationName()
返回此产品实现的 JMX 规范的全名。

返回:
规范名称。

getSpecificationVersion

String getSpecificationVersion()
返回此产品实现的 JMX 规范的版本。

返回:
规范版本。

getSpecificationVendor

String getSpecificationVendor()
返回此产品实现的 JMX 规范的供应商。

返回:
规范供应商。

getImplementationName

String getImplementationName()
返回 JMX 实现名(此产品的名称)。

返回:
实现名称。

getImplementationVersion

String getImplementationVersion()
返回 JMX 实现版本(此产品的版本)。

返回:
实现版本。

getImplementationVendor

String getImplementationVendor()
返回 JMX 实现供应商(此产品的供应商)。

返回:
实现供应商。

JavaTM 2 Platform
Standard Ed. 6

提交错误或意见

版权所有 2008 Sun Microsystems, Inc. 保留所有权利。请遵守GNU General Public License, version 2 only