javax.management
Interface MBeanServerDelegateMBean

All Known Implementing Classes:
MBeanServerDelegate

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
 String getImplementationName()
          Returns the name of this Java Management eXtensions (JMX) implementation.
 String getImplementationVendor()
          Returns the vendor of this Java Management eXtensions (JMX) implementation.
 String getImplementationVersion()
          Returns the version of this Java Management eXtensions (JMX) implementation.
 String getMBeanServerId()
          Returns the unique identifier for this management server.
 String getSpecificationName()
          Returns the name of this Java Management eXtensions (JMX) specification.
 String getSpecificationVendor()
          Returns the vendor of this Java Management eXtensions (JMX) specification.
 String getSpecificationVersion()
          Returns the version of this Java Management eXtensions (JMX) specification.
 

Method Detail

getImplementationName

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

Returns:
the implementation name.

getImplementationVendor

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

Returns:
the implementation vendor.

getImplementationVersion

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

Returns:
the implementation version.

getMBeanServerId

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

Returns:
the unique id of the server.

getSpecificationName

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

Returns:
the specification name.

getSpecificationVendor

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

Returns:
the specification vendor.

getSpecificationVersion

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

Returns:
the specification version.