Home
last modified time | relevance | path

Searched refs:compList (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/cmd/pools/poold/com/sun/solaris/domain/pools/
H A DMove.java103 private List compList; field in ComponentMove
115 compList = new ArrayList(); in ComponentMove()
116 compList.add(comp); in ComponentMove()
127 return ((List) ((ArrayList) compList).clone()); in getComponents()
138 getTo().transfer(getFrom(), compList); in apply() local
147 return (compList.size()); in getQty()
157 getTo().toString() + " components " + compList); in toString()
H A DResourceMonitor.java60 private LinkedList compList; field in ResourceMonitor
82 compList = new LinkedList(); in ResourceMonitor()
97 compList.clear(); in initialize()
105 compList.add(comp); in initialize()
115 return ((List) compList.clone()); in getComponents()
H A DSystemMonitor.java178 List compList = res.getComponents(null); in setResourceMonitors() local
179 Iterator compIt = compList.iterator(); in setResourceMonitors()
244 List compList = mon.getComponents(); in getNext() local
245 Iterator itComp = compList.iterator(); in getNext()
280 if (compList.isEmpty() == false) { in getNext()
288 compList.size())))), in getNext()