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.9 $
- Author:
- Simone Bordet
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
MBeanServerDelegate
public MBeanServerDelegate()
getMBeanServerId
public java.lang.String getMBeanServerId()
- Description copied from interface:
MBeanServerDelegateMBean
- Returns the
MBeanServer
id.
- Specified by:
getMBeanServerId
in interface MBeanServerDelegateMBean
- Following copied from interface:
javax.management.MBeanServerDelegateMBean
- Returns:
- String The MBeanServer id.
getImplementationName
public java.lang.String getImplementationName()
- Description copied from interface:
MBeanServerDelegateMBean
- Returns the implementation name, e.g. MX4J.
- Specified by:
getImplementationName
in interface MBeanServerDelegateMBean
- Following copied from interface:
javax.management.MBeanServerDelegateMBean
- Returns:
- String The implementation name.
getImplementationVendor
public java.lang.String getImplementationVendor()
- Description copied from interface:
MBeanServerDelegateMBean
- Returns the implementation vendor, e.g. MX4J.
- Specified by:
getImplementationVendor
in interface MBeanServerDelegateMBean
- Following copied from interface:
javax.management.MBeanServerDelegateMBean
- Returns:
- String The implementation vendor.
getImplementationVersion
public java.lang.String getImplementationVersion()
- Description copied from interface:
MBeanServerDelegateMBean
- Returns the implementation version, e.g. 1.1.
- Specified by:
getImplementationVersion
in interface MBeanServerDelegateMBean
- Following copied from interface:
javax.management.MBeanServerDelegateMBean
- Returns:
- String The implementation version.
getSpecificationName
public java.lang.String getSpecificationName()
- Description copied from interface:
MBeanServerDelegateMBean
- Returns the specification name.
- Specified by:
getSpecificationName
in interface MBeanServerDelegateMBean
- Following copied from interface:
javax.management.MBeanServerDelegateMBean
- Returns:
- String The specification name (e.g. Java Management Extensions).
getSpecificationVendor
public java.lang.String getSpecificationVendor()
- Description copied from interface:
MBeanServerDelegateMBean
- Returns the specification vendor
- Specified by:
getSpecificationVendor
in interface MBeanServerDelegateMBean
- Following copied from interface:
javax.management.MBeanServerDelegateMBean
- Returns:
- String The specifcation vendor
getSpecificationVersion
public java.lang.String getSpecificationVersion()
- Description copied from interface:
MBeanServerDelegateMBean
- Returns the specification version
- Specified by:
getSpecificationVersion
in interface MBeanServerDelegateMBean
- Following copied from interface:
javax.management.MBeanServerDelegateMBean
- Returns:
- String The specification version
getNotificationInfo
public MBeanNotificationInfo[] getNotificationInfo()
- Description copied from interface:
NotificationBroadcaster
- Returns the name of the java class of the notification and the
notification types sent.
- Overrides:
getNotificationInfo
in class NotificationBroadcasterSupport
- Following copied from interface:
javax.management.NotificationBroadcaster
- Returns:
- MBeanNotificationInfo The NotificationInfo
Copyright © 2001-2002 MX4J Team. All Rights Reserved.