Inherits javax::swing::tree::DefaultTreeModel.
Classes | |
| class | FolderInfo |
| class | InfoDetail |
| class | SortingTreeNode |
Public Member Functions | |
| List< ContainerInfo > | getContainers () |
| ContainerInfo | getContainer (String name) |
| ContainerInfo | getContainer (int handle) |
| List< ClientInfo > | getClients () |
| ClientInfo | getClient (String name) |
| ClientInfo | getClient (int handle) |
| List< ComponentInfo > | getComponents () |
| ComponentInfo | getComponent (String name) |
| ComponentInfo | getComponent (int handle) |
| List< ComponentInfo > | getStartedComponents () |
Protected Member Functions | |
| MaciInfo (SortingTreeNode root, SortingTreeNode conts, SortingTreeNode clients, SortingTreeNode comps) | |
Protected Attributes | |
| SortingTreeNode | managerNode |
| SortingTreeNode | containerNode |
| SortingTreeNode | clientNode |
| SortingTreeNode | componentNode |
Package Functions | |
| void | setContents (List< SortingTreeNode > newComponents, List< SortingTreeNode > newContainers, List< SortingTreeNode > newClients) |
| alma.acs.commandcenter.meta.MaciInfo.MaciInfo | ( | SortingTreeNode | root, | |
| SortingTreeNode | conts, | |||
| SortingTreeNode | clients, | |||
| SortingTreeNode | comps | |||
| ) | [protected] |
| ClientInfo alma.acs.commandcenter.meta.MaciInfo.getClient | ( | String | name | ) |
| ClientInfo alma.acs.commandcenter.meta.MaciInfo.getClient | ( | int | handle | ) |
| List<ClientInfo> alma.acs.commandcenter.meta.MaciInfo.getClients | ( | ) |
Referenced by alma.acs.commandcenter.meta.MaciInfo.getClient().
| ComponentInfo alma.acs.commandcenter.meta.MaciInfo.getComponent | ( | String | name | ) |
| ComponentInfo alma.acs.commandcenter.meta.MaciInfo.getComponent | ( | int | handle | ) |
| List<ComponentInfo> alma.acs.commandcenter.meta.MaciInfo.getComponents | ( | ) |
Referenced by alma.acs.commandcenter.meta.MaciInfo.getComponent().
| ContainerInfo alma.acs.commandcenter.meta.MaciInfo.getContainer | ( | String | name | ) |
| ContainerInfo alma.acs.commandcenter.meta.MaciInfo.getContainer | ( | int | handle | ) |
| List<ContainerInfo> alma.acs.commandcenter.meta.MaciInfo.getContainers | ( | ) |
| List<ComponentInfo> alma.acs.commandcenter.meta.MaciInfo.getStartedComponents | ( | ) |
| void alma.acs.commandcenter.meta.MaciInfo.setContents | ( | List< SortingTreeNode > | newComponents, | |
| List< SortingTreeNode > | newContainers, | |||
| List< SortingTreeNode > | newClients | |||
| ) | [package] |
Sets the components, containers, and clients. The given lists must not be changed anymore (otherwise this method would have to make a copy of them).
References alma.acs.commandcenter.meta.MaciInfo.clientNode, alma.acs.commandcenter.meta.MaciInfo.componentNode, alma.acs.commandcenter.meta.MaciInfo.containerNode, and alma.acs.commandcenter.meta.MaciInfo.managerNode.
Referenced by alma.acs.commandcenter.meta.MaciSupervisor.refreshNow().
SortingTreeNode alma.acs.commandcenter.meta.MaciInfo.clientNode [protected] |
SortingTreeNode alma.acs.commandcenter.meta.MaciInfo.componentNode [protected] |
SortingTreeNode alma.acs.commandcenter.meta.MaciInfo.containerNode [protected] |
SortingTreeNode alma.acs.commandcenter.meta.MaciInfo.managerNode [protected] |
1.7.0