API Overview API Index Package Overview Direct link to this page
JDK 1.6
  javax.management. MBeanServerDelegateMBean View Source
Author(s)
Since
1.5
Version
Serial
Hierarchy
 MBeanServerDelegateMBean
Subinterfaces
Description
public interface MBeanServerDelegateMBean
  Defines the management interface of an object of class MBeanServerDelegate.
See also:   
Methods
Hide/Show inherited methods
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.
Fields
Hide/Show inherited fields
Generated By: JavaOnTracks Doclet 0.1.4     ©Thibaut Colar