Classes | Public Member Functions | Protected Member Functions | Protected Attributes | Package Functions

alma.acs.commandcenter.meta.MaciInfo Class Reference

Inherits javax::swing::tree::DefaultTreeModel.

List of all members.

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)

Constructor & Destructor Documentation

alma.acs.commandcenter.meta.MaciInfo.MaciInfo ( SortingTreeNode  root,
SortingTreeNode  conts,
SortingTreeNode  clients,
SortingTreeNode  comps 
) [protected]

Member Function Documentation

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 (  ) 
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 (  ) 
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().


Member Data Documentation


The documentation for this class was generated from the following file:
 All Classes Namespaces Files Functions Variables Enumerations Properties