| javax.management.MBeanServerDelegateMBean
All known Subclasses: javax.management.MBeanServerDelegate,
MBeanServerDelegateMBean | public interface MBeanServerDelegateMBean (Code) | | Defines the management interface for the MBeanServerDelegate.
version: $Revision: 1.6 $ |
getImplementationName | public String getImplementationName()(Code) | | Returns the implementation name, for example 'MX4J'.
|
getImplementationVendor | public String getImplementationVendor()(Code) | | Returns the implementation vendor, for example 'The MX4J Team'.
|
getImplementationVersion | public String getImplementationVersion()(Code) | | Returns the implementation version, for example '1.1'.
|
getSpecificationName | public String getSpecificationName()(Code) | | Returns the JMX specification name, the string 'Java Management Extensions'.
|
getSpecificationVendor | public String getSpecificationVendor()(Code) | | Returns the JMX specification vendor, the string 'Sun Microsystems'.
|
getSpecificationVersion | public String getSpecificationVersion()(Code) | | Returns the JMX specification version, for example '1.2'.
|
|
|