javax.management
Interface MBeanServerDelegateMBean

All Known Implementing Classes:
MBeanServerDelegate (src)

public interface MBeanServerDelegateMBean

Management interface of the MBean server delegate MBean.

See Also:
MBeanServerDelegate (src)

Method Summary
 java.lang.String getImplementationName()
           
 java.lang.String getImplementationVendor()
           
 java.lang.String getImplementationVersion()
           
 java.lang.String getMBeanServerId()
           
 java.lang.String getSpecificationName()
           
 java.lang.String getSpecificationVendor()
           
 java.lang.String getSpecificationVersion()
           
 

Method Detail

getMBeanServerId

public java.lang.String getMBeanServerId()

getSpecificationName

public java.lang.String getSpecificationName()

getSpecificationVersion

public java.lang.String getSpecificationVersion()

getSpecificationVendor

public java.lang.String getSpecificationVendor()

getImplementationName

public java.lang.String getImplementationName()

getImplementationVersion

public java.lang.String getImplementationVersion()

getImplementationVendor

public java.lang.String getImplementationVendor()