javax.management
Class MBeanServerDelegate

java.lang.Object
  |
  +--javax.management.NotificationBroadcasterSupport
        |
        +--javax.management.MBeanServerDelegate
All Implemented Interfaces:
MBeanServerDelegateMBean, NotificationBroadcaster

public class MBeanServerDelegate
extends NotificationBroadcasterSupport
implements MBeanServerDelegateMBean

Version:
$Revision: 1.4 $
Author:
Simone Bordet

Constructor Summary
MBeanServerDelegate()
           
 
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()
           
 
Methods inherited from class javax.management.NotificationBroadcasterSupport
addNotificationListener, getNotificationInfo, removeNotificationListener, sendNotification
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MBeanServerDelegate

public MBeanServerDelegate()
Method Detail

getMBeanServerId

public java.lang.String getMBeanServerId()
Specified by:
getMBeanServerId in interface MBeanServerDelegateMBean

getImplementationName

public java.lang.String getImplementationName()
Specified by:
getImplementationName in interface MBeanServerDelegateMBean

getImplementationVendor

public java.lang.String getImplementationVendor()
Specified by:
getImplementationVendor in interface MBeanServerDelegateMBean

getImplementationVersion

public java.lang.String getImplementationVersion()
Specified by:
getImplementationVersion in interface MBeanServerDelegateMBean

getSpecificationName

public java.lang.String getSpecificationName()
Specified by:
getSpecificationName in interface MBeanServerDelegateMBean

getSpecificationVendor

public java.lang.String getSpecificationVendor()
Specified by:
getSpecificationVendor in interface MBeanServerDelegateMBean

getSpecificationVersion

public java.lang.String getSpecificationVersion()
Specified by:
getSpecificationVersion in interface MBeanServerDelegateMBean