javax.management
Interface MBeanServerDelegateMBean

All Known Implementing Classes:
MBeanServerDelegate

public interface MBeanServerDelegateMBean

Defines the management interface for a MBeanServerDelegate

Version:
$Revision: 1.3 $
Author:
Simone Bordet

Method Summary
 java.lang.String getImplementationName()
          Returns the implementation name, e.g.
 java.lang.String getImplementationVendor()
          Returns the implementation vendor, e.g.
 java.lang.String getImplementationVersion()
          Returns the implementation version, e.g.
 java.lang.String getMBeanServerId()
          Returns the MBeanServer id.
 java.lang.String getSpecificationName()
          Returns the specification name.
 java.lang.String getSpecificationVendor()
          Returns the specification vendor
 java.lang.String getSpecificationVersion()
          Returns the specification version
 

Method Detail

getImplementationName

public java.lang.String getImplementationName()
Returns the implementation name, e.g. MX4J.

Returns:
String The implementation name.

getImplementationVendor

public java.lang.String getImplementationVendor()
Returns the implementation vendor, e.g. MX4J.

Returns:
String The implementation vendor.

getImplementationVersion

public java.lang.String getImplementationVersion()
Returns the implementation version, e.g. 1.1.

Returns:
String The implementation version.

getMBeanServerId

public java.lang.String getMBeanServerId()
Returns the MBeanServer id.

Returns:
String The MBeanServer id.

getSpecificationName

public java.lang.String getSpecificationName()
Returns the specification name.

Returns:
String The specification name (e.g. Java Management Extensions).

getSpecificationVendor

public java.lang.String getSpecificationVendor()
Returns the specification vendor

Returns:
String The specifcation vendor

getSpecificationVersion

public java.lang.String getSpecificationVersion()
Returns the specification version

Returns:
String The specification version


Copyright © 2001-2002 MX4J Team. All Rights Reserved.