API Overview API Index Package Overview Direct link to this page
JDK 1.6
  javax.management. MBeanServerDelegate View Source
Author(s)
Since
1.5
Version
Serial
Hierarchy
 Object
      MBeanServerDelegate
Implements
 MBeanServerDelegateMBean
 NotificationEmitter
Subclasses
Description
public class MBeanServerDelegate
  Represents the MBean server from the management point of view.
See also:   
Constructors
public MBeanServerDelegate ()
Create a MBeanServerDelegate object.
Methods
Hide/Show inherited methods
publicsynchronized void addNotificationListener (NotificationListener listener, NotificationFilter filter, Object handback) throws IllegalArgumentException
public String getImplementationName () [Specified in MBeanServerDelegateMBean]
  Returns the JMX implementation name (the name of this product).
public String getImplementationVendor () [Specified in MBeanServerDelegateMBean]
  Returns the JMX implementation vendor (the vendor of this product).
public String getImplementationVersion () [Specified in MBeanServerDelegateMBean]
  Returns the JMX implementation version (the version of this product).
publicsynchronized String getMBeanServerId () [Specified in MBeanServerDelegateMBean]
  Returns the MBean server agent identity.
public MBeanNotificationInfo getNotificationInfo ()
public String getSpecificationName () [Specified in MBeanServerDelegateMBean]
  Returns the full name of the JMX specification implemented by this product.
public String getSpecificationVendor () [Specified in MBeanServerDelegateMBean]
  Returns the vendor of the JMX specification implemented by this product.
public String getSpecificationVersion () [Specified in MBeanServerDelegateMBean]
  Returns the version of the JMX specification implemented by this product.
publicsynchronized void removeNotificationListener (NotificationListener listener) throws ListenerNotFoundException
publicsynchronized void removeNotificationListener (NotificationListener listener, NotificationFilter filter, Object handback) throws ListenerNotFoundException [Specified in NotificationEmitter]
public void sendNotification (Notification notification)
  Enables the MBean server to send a notification.
Fields
Hide/Show inherited fields
publicfinalstatic ObjectName DELEGATE_NAME
  Defines the default ObjectName of the MBeanServerDelegate.
Nested Classes
Generated By: JavaOnTracks Doclet 0.1.4     ©Thibaut Colar