

| alma::acs::commandcenter::meta::MaciInfo::MaciInfo | ( | SortingTreeNode | root, | |
| SortingTreeNode | conts, | |||
| SortingTreeNode | clients, | |||
| SortingTreeNode | comps | |||
| ) | [inline, protected] |
References clientNode, componentNode, containerNode, and managerNode.
| ClientInfo alma::acs::commandcenter::meta::MaciInfo::getClient | ( | int | handle | ) | [inline] |
References getClients().
| ClientInfo alma::acs::commandcenter::meta::MaciInfo::getClient | ( | String | name | ) | [inline] |
References getClients().
| List<ClientInfo> alma::acs::commandcenter::meta::MaciInfo::getClients | ( | ) | [inline] |
References clientNodes_currentcopy.
Referenced by getClient().
| ComponentInfo alma::acs::commandcenter::meta::MaciInfo::getComponent | ( | int | handle | ) | [inline] |
References getComponents().
| ComponentInfo alma::acs::commandcenter::meta::MaciInfo::getComponent | ( | String | name | ) | [inline] |
References getComponents().
| List<ComponentInfo> alma::acs::commandcenter::meta::MaciInfo::getComponents | ( | ) | [inline] |
References componentNodes_currentcopy.
Referenced by getComponent().
| ContainerInfo alma::acs::commandcenter::meta::MaciInfo::getContainer | ( | int | handle | ) | [inline] |
References getContainers().
| ContainerInfo alma::acs::commandcenter::meta::MaciInfo::getContainer | ( | String | name | ) | [inline] |
References getContainers().
| List<ContainerInfo> alma::acs::commandcenter::meta::MaciInfo::getContainers | ( | ) | [inline] |
References containerNodes_currentcopy.
Referenced by alma::acs::commandcenter::meta::GuiMaciSupervisor::containersShutdown(), and getContainer().
| List<ComponentInfo> alma::acs::commandcenter::meta::MaciInfo::getStartedComponents | ( | ) | [inline] |
References componentNodes_currentcopy, and si::ijs::maci::ComponentInfo::h.
| void alma::acs::commandcenter::meta::MaciInfo::setContents | ( | List< SortingTreeNode > | newComponents, | |
| List< SortingTreeNode > | newContainers, | |||
| List< SortingTreeNode > | newClients | |||
| ) | [inline, 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 clientNode, clientNodes_currentcopy, componentNode, componentNodes_currentcopy, containerNode, containerNodes_currentcopy, managerNode, and alma::acs::commandcenter::meta::MaciInfo::SortingTreeNode::sortChildrenByInfoDetail().
Referenced by alma::acs::commandcenter::meta::MaciSupervisor::refreshNow().
Referenced by MaciInfo(), and setContents().
volatile List<SortingTreeNode> alma::acs::commandcenter::meta::MaciInfo::clientNodes_currentcopy = Collections.EMPTY_LIST [private] |
Referenced by getClients(), and setContents().
Referenced by MaciInfo(), and setContents().
volatile List<SortingTreeNode> alma::acs::commandcenter::meta::MaciInfo::componentNodes_currentcopy = Collections.EMPTY_LIST [private] |
Referenced by getComponents(), getStartedComponents(), and setContents().
Referenced by MaciInfo(), and setContents().
volatile List<SortingTreeNode> alma::acs::commandcenter::meta::MaciInfo::containerNodes_currentcopy = Collections.EMPTY_LIST [private] |
Referenced by getContainers(), and setContents().
Referenced by MaciInfo(), and setContents().
1.6.2