javax.management
public interface MBeanServerDelegateMBean
Since: 1.5
| Method Summary | |
|---|---|
| String | getImplementationName()
Returns the name of this Java Management eXtensions (JMX) implementation.
|
| String | getImplementationVendor()
Returns the vendor of this Java Management eXtensions (JMX) implementation.
|
| String | getImplementationVersion()
Returns the version of this Java Management eXtensions (JMX) implementation.
|
| String | getMBeanServerId()
Returns the unique identifier for this management server.
|
| String | getSpecificationName()
Returns the name of this Java Management eXtensions (JMX) specification.
|
| String | getSpecificationVendor()
Returns the vendor of this Java Management eXtensions (JMX) specification.
|
| String | getSpecificationVersion()
Returns the version of this Java Management eXtensions (JMX) specification.
|
Returns: the implementation name.
Returns: the implementation vendor.
Returns: the implementation version.
Returns: the unique id of the server.
Returns: the specification name.
Returns: the specification vendor.
Returns: the specification version.