public interface

MBeanServerDelegateMBean

javax.management.MBeanServerDelegateMBean
Known Indirect Subclasses

Class Overview

Defines the management interface of an object of class MBeanServerDelegate.

Summary

Public Methods
abstract String getImplementationName()
Returns the JMX implementation name (the name of this product).
abstract String getImplementationVendor()
Returns the JMX implementation vendor (the vendor of this product).
abstract String getImplementationVersion()
Returns the JMX implementation version (the version of this product).
abstract String getMBeanServerId()
Returns the MBean server agent identity.
abstract String getSpecificationName()
Returns the full name of the JMX specification implemented by this product.
abstract String getSpecificationVendor()
Returns the vendor of the JMX specification implemented by this product.
abstract String getSpecificationVersion()
Returns the version of the JMX specification implemented by this product.

Public Methods

public abstract String getImplementationName ()

Returns the JMX implementation name (the name of this product).

Returns
  • the implementation name.

public abstract String getImplementationVendor ()

Returns the JMX implementation vendor (the vendor of this product).

Returns
  • the implementation vendor.

public abstract String getImplementationVersion ()

Returns the JMX implementation version (the version of this product).

Returns
  • the implementation version.

public abstract String getMBeanServerId ()

Returns the MBean server agent identity.

Returns
  • the agent identity.

public abstract String getSpecificationName ()

Returns the full name of the JMX specification implemented by this product.

Returns
  • the specification name.

public abstract String getSpecificationVendor ()

Returns the vendor of the JMX specification implemented by this product.

Returns
  • the specification vendor.

public abstract String getSpecificationVersion ()

Returns the version of the JMX specification implemented by this product.

Returns
  • the specification version.