Modifier and Type | Field and Description |
---|---|
private JButton | |
private volatile DefaultMutableTreeNode | |
private JPanel | |
private volatile XMBean | |
private XMBeanAttributes | |
private XMBeanInfo | |
private XMBeanNotifications | |
private XMBeanOperations | |
private MBeansTab | |
private JButton | |
private JPanel | |
private JButton | |
private JButton |
Modifier and Type | Method and Description |
---|---|
public void | actionPerformed(ActionEvent
the event to be processed e)Implements java. |
private void | |
private void | |
private void | |
private void | |
private void | |
private void | |
private void | |
private void | |
private void | |
private void | |
public synchronized void | |
public void | |
public void | handleNotification(Notification
The notification. e, Object An opaque object which helps the listener to associate
information regarding the MBean emitter. This object is passed to the
addNotificationListener call and resent, without modification, to the
listener. handback)Implements javax. |
public boolean | |
private boolean | |
private void | |
private void | |
private void | |
private void | |
private void | |
private void | |
private void | updateNotificationsNodeLabel(DefaultMutableTreeNode node, String label)
Update the label of the supplied MBean tree node. |
private void | updateReceivedNotifications(DefaultMutableTreeNode emitter, long received, boolean bold)
Update notification node label in MBean tree: "Notifications[received]". |
clearButton | back to summary |
---|---|
private JButton clearButton |
currentNode | back to summary |
---|---|
private volatile DefaultMutableTreeNode currentNode |
mainPanel | back to summary |
---|---|
private JPanel mainPanel |
mbean | back to summary |
---|---|
private volatile XMBean mbean |
mbeanAttributes | back to summary |
---|---|
private XMBeanAttributes mbeanAttributes |
mbeanInfo | back to summary |
---|---|
private XMBeanInfo mbeanInfo |
mbeanNotifications | back to summary |
---|---|
private XMBeanNotifications mbeanNotifications |
mbeanOperations | back to summary |
---|---|
private XMBeanOperations mbeanOperations |
mbeansTab | back to summary |
---|---|
private MBeansTab mbeansTab |
refreshButton | back to summary |
---|---|
private JButton refreshButton |
southPanel | back to summary |
---|---|
private JPanel southPanel |
subscribeButton | back to summary |
---|---|
private JButton subscribeButton |
unsubscribeButton | back to summary |
---|---|
private JButton unsubscribeButton |
XSheet | back to summary |
---|---|
public XSheet(MBeansTab mbeansTab) |
actionPerformed | back to summary |
---|---|
public void actionPerformed(ActionEvent e) Implements java. Action listener: handles actions in panel buttons
|
clear | back to summary |
---|---|
private void clear() |
clearCurrentNotifications | back to summary |
---|---|
private void clearCurrentNotifications() Clear button action. |
clearNotifications | back to summary |
---|---|
private void clearNotifications() Update notification node label in MBean tree: "Notifications". |
clearNotifications0 | back to summary |
---|---|
private void clearNotifications0() Update notification node label in MBean tree: "Notifications[0]". |
displayEmptyNode | back to summary |
---|---|
private void displayEmptyNode() |
displayMBeanAttributesNode | back to summary |
---|---|
private void displayMBeanAttributesNode(final DefaultMutableTreeNode node) |
displayMBeanNode | back to summary |
---|---|
private void displayMBeanNode(final DefaultMutableTreeNode node) |
displayMBeanNotificationsNode | back to summary |
---|---|
private void displayMBeanNotificationsNode(DefaultMutableTreeNode node) |
displayMBeanOperationsNode | back to summary |
---|---|
private void displayMBeanOperationsNode(final DefaultMutableTreeNode node) |
displayMetadataNode | back to summary |
---|---|
private void displayMetadataNode(final DefaultMutableTreeNode node) |
displayNode | back to summary |
---|---|
public synchronized void displayNode(DefaultMutableTreeNode node) |
dispose | back to summary |
---|---|
public void dispose() |
handleNotification | back to summary |
---|---|
public void handleNotification(Notification e, Object handback) Implements javax. Notification listener: handles asynchronous reception of MBean operation results and MBean notifications.
|
isMBeanNode | back to summary |
---|---|
public boolean isMBeanNode(DefaultMutableTreeNode node) |
isSelectedNode | back to summary |
---|---|
private boolean isSelectedNode(DefaultMutableTreeNode n, DefaultMutableTreeNode cn) |
refreshAttributes | back to summary |
---|---|
private void refreshAttributes() Refresh button action. |
registerListener | back to summary |
---|---|
private void registerListener() Subscribe button action. |
setupScreen | back to summary |
---|---|
private void setupScreen() |
showErrorDialog | back to summary |
---|---|
private void showErrorDialog(Object message, String title) |
unregisterListener | back to summary |
---|---|
private void unregisterListener() Unsubscribe button action. |
updateNotifications | back to summary |
---|---|
private void updateNotifications() |
updateNotificationsNodeLabel | back to summary |
---|---|
private void updateNotificationsNodeLabel(DefaultMutableTreeNode node, String label) Update the label of the supplied MBean tree node. |
updateReceivedNotifications | back to summary |
---|---|
private void updateReceivedNotifications(DefaultMutableTreeNode emitter, long received, boolean bold) Update notification node label in MBean tree: "Notifications[received]". |