public abstract class

XOperations

extends JPanel
implements ActionListener
java.lang.Object
   ↳ java.awt.Component
     ↳ java.awt.Container
       ↳ javax.swing.JComponent
         ↳ javax.swing.JPanel
           ↳ sun.tools.jconsole.inspector.XOperations
Known Direct Subclasses

Summary

Constants
String OPERATION_INVOCATION_EVENT
[Expand]
Inherited Constants
From class javax.swing.JComponent
From class java.awt.Component
From interface java.awt.image.ImageObserver
[Expand]
Inherited Fields
From class javax.swing.JComponent
Public Constructors
XOperations(MBeansTab mbeansTab)
Public Methods
void actionPerformed(ActionEvent e)
Invoked when an action occurs.
void addOperationsListener(NotificationListener nl)
void loadOperations(XMBean mbean, MBeanInfo mbeanInfo)
void removeOperations()
void removeOperationsListener(NotificationListener nl)
Protected Methods
abstract MBeanOperationInfo[] updateOperations(MBeanOperationInfo[] operations)
[Expand]
Inherited Methods
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.event.ActionListener
From interface java.awt.image.ImageObserver
From interface javax.accessibility.Accessible

Constants

public static final String OPERATION_INVOCATION_EVENT

Constant Value: "jam.xoperations.invoke.result"

Public Constructors

public XOperations (MBeansTab mbeansTab)

Public Methods

public void actionPerformed (ActionEvent e)

Invoked when an action occurs.

public void addOperationsListener (NotificationListener nl)

public void loadOperations (XMBean mbean, MBeanInfo mbeanInfo)

public void removeOperations ()

public void removeOperationsListener (NotificationListener nl)

Protected Methods

protected abstract MBeanOperationInfo[] updateOperations (MBeanOperationInfo[] operations)