Inheritance diagram for org.objectweb.joram.client.tools.admin.ServerTreeNode:


Public Member Functions | |
| ServerTreeNode (AdminController c, Server serverDesc) | |
| void | refresh (DefaultTreeModel treeModel) |
| String | getDescription () |
| JPopupMenu | getContextMenu () |
| ImageIcon | getImageIcon () |
| int | getServerId () |
| final DestinationRootTreeNode | getDestinationRoot () |
| final UserRootTreeNode | getUserRoot () |
| final DomainRootTreeNode | getDomainRoot () |
| String | toString () |
| List | getDeadMessageQueues () |
| List | getUsers () |
Static Public Member Functions | |
| static String | toString (Server serverDesc) |
Definition at line 31 of file ServerTreeNode.java.
| void org.objectweb.joram.client.tools.admin.ServerTreeNode.refresh | ( | DefaultTreeModel | treeModel | ) |
Refreshes the node.
| treeModel | the model that the node is contained in. |
Implements org.objectweb.joram.client.tools.admin.AdminTreeNode.
Definition at line 58 of file ServerTreeNode.java.
| String org.objectweb.joram.client.tools.admin.ServerTreeNode.getDescription | ( | ) |
Returns descriptive text about the node.
Implements org.objectweb.joram.client.tools.admin.AdminTreeNode.
Definition at line 61 of file ServerTreeNode.java.
References org.objectweb.joram.client.tools.admin.ServerTreeNode.toString().
Here is the call graph for this function:

| JPopupMenu org.objectweb.joram.client.tools.admin.ServerTreeNode.getContextMenu | ( | ) |
Returns a context menu for the node, or null if no context menu should be created.
Implements org.objectweb.joram.client.tools.admin.AdminTreeNode.
Definition at line 69 of file ServerTreeNode.java.
References org.objectweb.joram.client.tools.admin.ServerTreeNode.getDomainRoot(), org.objectweb.joram.client.tools.admin.AdminController.isAdminConnected(), and org.objectweb.joram.client.tools.admin.AdminController.isJndiConnected().
Here is the call graph for this function:

| ImageIcon org.objectweb.joram.client.tools.admin.ServerTreeNode.getImageIcon | ( | ) |
Gets the image icon for this node, or null to use the default.
Implements org.objectweb.joram.client.tools.admin.AdminTreeNode.
Definition at line 105 of file ServerTreeNode.java.
1.5.0