Modifier and Type | Method and Description |
---|---|
public String | Returns: the implementation name.Returns the JMX implementation name (the name of this product). |
public String | Returns: the implementation vendor.Returns the JMX implementation vendor (the vendor of this product). |
public String | Returns: the implementation version.Returns the JMX implementation version (the version of this product). |
public String | |
public String | Returns: the specification name.Returns the full name of the JMX specification implemented by this product. |
public String | Returns: the specification vendor.Returns the vendor of the JMX specification implemented by this product. |
public String | Returns: the specification version.Returns the version of the JMX specification implemented by this product. |
getImplementationName | back to summary |
---|---|
public String getImplementationName() Returns the JMX implementation name (the name of this product).
|
getImplementationVendor | back to summary |
---|---|
public String getImplementationVendor() Returns the JMX implementation vendor (the vendor of this product).
|
getImplementationVersion | back to summary |
---|---|
public String getImplementationVersion() Returns the JMX implementation version (the version of this product).
|
getMBeanServerId | back to summary |
---|---|
public String getMBeanServerId() Returns the MBean server agent identity.
|
getSpecificationName | back to summary |
---|---|
public String getSpecificationName() Returns the full name of the JMX specification implemented by this product.
|
getSpecificationVendor | back to summary |
---|---|
public String getSpecificationVendor() Returns the vendor of the JMX specification implemented by this product.
|
getSpecificationVersion | back to summary |
---|---|
public String getSpecificationVersion() Returns the version of the JMX specification implemented by this product.
|