API Overview
API Index
Package Overview
Direct link to this page
JDK 1.6
javax.management.
MBeanServerDelegateMBean
View Source
Author(s)
Since
1.5
Version
Serial
Hierarchy
MBeanServerDelegateMBean
Subinterfaces
See DIRECT subinterfaces
Quick Links:
Methods
Fields
Description
public
interface MBeanServerDelegateMBean
Defines the management interface of an object of class MBeanServerDelegate.
Defines the management interface of an object of class MBeanServerDelegate.
See also:
Methods
Hide/Show inherited methods
public
String
getImplementationName
()
Returns the JMX implementation name (the name of this product).
Returns the JMX implementation name (the name of this product).
Returns:
the implementation name.
public
String
getImplementationVendor
()
Returns the JMX implementation vendor (the vendor of this product).
Returns the JMX implementation vendor (the vendor of this product).
Returns:
the implementation vendor.
public
String
getImplementationVersion
()
Returns the JMX implementation version (the version of this product).
Returns the JMX implementation version (the version of this product).
Returns:
the implementation version.
public
String
getMBeanServerId
()
Returns the MBean server agent identity.
Returns the MBean server agent identity.
Returns:
the agent identity.
public
String
getSpecificationName
()
Returns the full name of the JMX specification implemented by this product.
Returns the full name of the JMX specification implemented
by this product.
Returns:
the specification name.
public
String
getSpecificationVendor
()
Returns the vendor of the JMX specification implemented by this product.
Returns the vendor of the JMX specification implemented
by this product.
Returns:
the specification vendor.
public
String
getSpecificationVersion
()
Returns the version of the JMX specification implemented by this product.
Returns the version of the JMX specification implemented
by this product.
Returns:
the specification version.
Fields
Hide/Show inherited fields
Generated By:
JavaOnTracks Doclet
0.1.4 ©Thibaut Colar