Save This Page
Home » openjdk-7 » javax » management » [javadoc | source]
javax.management
public interface: MBeanServerDelegateMBean [javadoc | source]

All Known Implementing Classes:
    MBeanServerDelegate

Defines the management interface of an object of class MBeanServerDelegate.
Method from javax.management.MBeanServerDelegateMBean Summary:
getImplementationName,   getImplementationVendor,   getImplementationVersion,   getMBeanServerId,   getSpecificationName,   getSpecificationVendor,   getSpecificationVersion
Method from javax.management.MBeanServerDelegateMBean Detail:
 public String getImplementationName()
    Returns the JMX implementation name (the name of this product).
 public String getImplementationVendor()
    Returns the JMX implementation vendor (the vendor of this product).
 public String getImplementationVersion()
    Returns the JMX implementation version (the version of this product).
 public String getMBeanServerId()
    Returns the MBean server agent identity.
 public String getSpecificationName()
    Returns the full name of the JMX specification implemented by this product.
 public String getSpecificationVendor()
    Returns the vendor of the JMX specification implemented by this product.
 public String getSpecificationVersion()
    Returns the version of the JMX specification implemented by this product.