public class

MBeansTab

extends Tab
implements PropertyChangeListener NotificationListener TreeSelectionListener
java.lang.Object
   ↳ java.awt.Component
     ↳ java.awt.Container
       ↳ javax.swing.JComponent
         ↳ javax.swing.JPanel
           ↳ sun.tools.jconsole.Tab
             ↳ sun.tools.jconsole.MBeansTab

Summary

[Expand]
Inherited Constants
From class javax.swing.JComponent
From class java.awt.Component
From interface java.awt.image.ImageObserver
[Expand]
Inherited Fields
From class sun.tools.jconsole.Tab
From class javax.swing.JComponent
Public Constructors
MBeansTab(VMPanel vmPanel)
Public Methods
void dispose()
XDataViewer getDataViewer()
MBeanServerConnection getMBeanServerConnection()
XSheet getSheet()
static String getTabName()
XTree getTree()
int getUpdateInterval()
void handleNotification(Notification notification, Object handback)
Invoked when a JMX notification occurs.
void propertyChange(PropertyChangeEvent evt)
This method gets called when a bound property is changed.
void update()
void valueChanged(TreeSelectionEvent e)
Called whenever the value of the selection changes.
[Expand]
Inherited Methods
From class sun.tools.jconsole.Tab
From class javax.swing.JPanel
From class javax.swing.JComponent
From class java.awt.Container
From class java.awt.Component
From class java.lang.Object
From interface java.awt.MenuContainer
From interface java.awt.image.ImageObserver
From interface java.beans.PropertyChangeListener
From interface javax.accessibility.Accessible
From interface javax.management.NotificationListener
From interface javax.swing.event.TreeSelectionListener

Public Constructors

public MBeansTab (VMPanel vmPanel)

Public Methods

public void dispose ()

public XDataViewer getDataViewer ()

public MBeanServerConnection getMBeanServerConnection ()

public XSheet getSheet ()

public static String getTabName ()

public XTree getTree ()

public int getUpdateInterval ()

public void handleNotification (Notification notification, Object handback)

Invoked when a JMX notification occurs. The implementation of this method should return as soon as possible, to avoid blocking its notification broadcaster.

Parameters
notification The notification.
handback An opaque object which helps the listener to associate information regarding the MBean emitter. This object is passed to the MBean during the addListener call and resent, without modification, to the listener. The MBean object should not use or modify the object.

public void propertyChange (PropertyChangeEvent evt)

This method gets called when a bound property is changed.

Parameters
evt A PropertyChangeEvent object describing the event source and the property that has changed.

public void update ()

public void valueChanged (TreeSelectionEvent e)

Called whenever the value of the selection changes.

Parameters
e the event that characterizes the change.