Top Description Methods
javax.management

public Interface MBeanServerDelegateMBean

Known Direct Implementers
javax.management.MBeanServerDelegate

Defines the management interface of an object of class MBeanServerDelegate.
Since
1.5

Method Summary

Modifier and TypeMethod and Description
public String

Returns:

the implementation name.
getImplementationName
()

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

public String

Returns:

the implementation vendor.
getImplementationVendor
()

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

public String

Returns:

the implementation version.
getImplementationVersion
()

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

public String

Returns:

the agent identity.
getMBeanServerId
()

Returns the MBean server agent identity.

public String

Returns:

the specification name.
getSpecificationName
()

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

public String

Returns:

the specification vendor.
getSpecificationVendor
()

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

public String

Returns:

the specification version.
getSpecificationVersion
()

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

Method Detail

getImplementationNameback to summary
public String getImplementationName()

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

Returns:String

the implementation name.

getImplementationVendorback to summary
public String getImplementationVendor()

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

Returns:String

the implementation vendor.

getImplementationVersionback to summary
public String getImplementationVersion()

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

Returns:String

the implementation version.

getMBeanServerIdback to summary
public String getMBeanServerId()

Returns the MBean server agent identity.

Returns:String

the agent identity.

getSpecificationNameback to summary
public String getSpecificationName()

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

Returns:String

the specification name.

getSpecificationVendorback to summary
public String getSpecificationVendor()

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

Returns:String

the specification vendor.

getSpecificationVersionback to summary
public String getSpecificationVersion()

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

Returns:String

the specification version.