javax.management

Interface MBeanServerDelegateMBean

public interface MBeanServerDelegateMBean

Defines the interface for the delegate bean associated with a management server. The delegate bean is responsible for providing metadata about the server and handling the registration and deregistration notifications.

Since: 1.5

Method Summary
StringgetImplementationName()
Returns the name of this Java Management eXtensions (JMX) implementation.
StringgetImplementationVendor()
Returns the vendor of this Java Management eXtensions (JMX) implementation.
StringgetImplementationVersion()
Returns the version of this Java Management eXtensions (JMX) implementation.
StringgetMBeanServerId()
Returns the unique identifier for this management server.
StringgetSpecificationName()
Returns the name of this Java Management eXtensions (JMX) specification.
StringgetSpecificationVendor()
Returns the vendor of this Java Management eXtensions (JMX) specification.
StringgetSpecificationVersion()
Returns the version of this Java Management eXtensions (JMX) specification.

Method Detail

getImplementationName

public String getImplementationName()
Returns the name of this Java Management eXtensions (JMX) implementation.

Returns: the implementation name.

getImplementationVendor

public String getImplementationVendor()
Returns the vendor of this Java Management eXtensions (JMX) implementation.

Returns: the implementation vendor.

getImplementationVersion

public String getImplementationVersion()
Returns the version of this Java Management eXtensions (JMX) implementation.

Returns: the implementation version.

getMBeanServerId

public String getMBeanServerId()
Returns the unique identifier for this management server.

Returns: the unique id of the server.

getSpecificationName

public String getSpecificationName()
Returns the name of this Java Management eXtensions (JMX) specification.

Returns: the specification name.

getSpecificationVendor

public String getSpecificationVendor()
Returns the vendor of this Java Management eXtensions (JMX) specification.

Returns: the specification vendor.

getSpecificationVersion

public String getSpecificationVersion()
Returns the version of this Java Management eXtensions (JMX) specification.

Returns: the specification version.