public interface MBeanServerDelegateMBean
Modifier and Type | Method and Description |
---|---|
String |
getImplementationName()
返回JMX实现名称(此产品的名称)。
|
String |
getImplementationVendor()
返回JMX实现供应商(该产品的供应商)。
|
String |
getImplementationVersion()
返回JMX实现版本(此产品的版本)。
|
String |
getMBeanServerId()
返回MBean服务器代理标识。
|
String |
getSpecificationName()
返回此产品实现的JMX规范的全称。
|
String |
getSpecificationVendor()
返回由本产品实现的JMX规范的供应商。
|
String |
getSpecificationVersion()
返回此产品实现的JMX规范版本。
|
String getMBeanServerId()
String getSpecificationName()
String getSpecificationVersion()
String getSpecificationVendor()
String getImplementationName()
String getImplementationVersion()
String getImplementationVendor()
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.