FileDocCategorySizeDatePackage
MBeanServerDelegateMBean.javaAPI DocJava SE 5 API1663Fri Aug 26 14:57:32 BST 2005javax.management

MBeanServerDelegateMBean

public interface MBeanServerDelegateMBean
Defines the management interface of an object of class MBeanServerDelegate.
since
1.5

Fields Summary
Constructors Summary
Methods Summary
public java.lang.StringgetImplementationName()
Returns the JMX implementation name (the name of this product).

return
the implementation name.

public java.lang.StringgetImplementationVendor()
Returns the JMX implementation vendor (the vendor of this product).

return
the implementation vendor.

public java.lang.StringgetImplementationVersion()
Returns the JMX implementation version (the version of this product).

return
the implementation version.

public java.lang.StringgetMBeanServerId()
Returns the MBean server agent identity.

return
the agent identity.

public java.lang.StringgetSpecificationName()
Returns the full name of the JMX specification implemented by this product.

return
the specification name.

public java.lang.StringgetSpecificationVendor()
Returns the vendor of the JMX specification implemented by this product.

return
the specification vendor.

public java.lang.StringgetSpecificationVersion()
Returns the version of the JMX specification implemented by this product.

return
the specification version.