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

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


javax.management
Interface MBeanServerDelegateMBean

All Known Implementing Classes:
MBeanServerDelegate

public interface MBeanServerDelegateMBean

Management interface of the MBean server delegate MBean.

Version:
$Revision: 1.2 $
Author:
Juha Lindfors.
See Also:
MBeanServerDelegate

Method Summary
 String getImplementationName()
           
 String getImplementationVendor()
           
 String getImplementationVersion()
           
 String getMBeanServerId()
           
 String getSpecificationName()
           
 String getSpecificationVendor()
           
 String getSpecificationVersion()
           
 

Method Detail

getMBeanServerId

public String getMBeanServerId()

getSpecificationName

public String getSpecificationName()

getSpecificationVersion

public String getSpecificationVersion()

getSpecificationVendor

public String getSpecificationVendor()

getImplementationName

public String getImplementationName()

getImplementationVersion

public String getImplementationVersion()

getImplementationVendor

public String getImplementationVendor()


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