javax.management
Interface MBeanServerDelegateMBean

All Known Implementing Classes:
MBeanServerDelegate

public interface MBeanServerDelegateMBean

Version:
$Revision: 1.2 $
Author:
Simone Bordet

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

getImplementationName

public java.lang.String getImplementationName()

getImplementationVendor

public java.lang.String getImplementationVendor()

getImplementationVersion

public java.lang.String getImplementationVersion()

getMBeanServerId

public java.lang.String getMBeanServerId()

getSpecificationName

public java.lang.String getSpecificationName()

getSpecificationVendor

public java.lang.String getSpecificationVendor()

getSpecificationVersion

public java.lang.String getSpecificationVersion()