Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/pools/poold/com/sun/solaris/service/pools/
H A DConfiguration.java347 ArrayList aList = new ArrayList(pools.size()); in getPools() local
349 aList.add(new Pool(this, in getPools()
351 return (aList); in getPools()
455 ArrayList aList = new ArrayList(resources.size()); in getResources() local
457 aList.add(new Resource(this, in getResources()
459 return (aList); in getResources()
532 ArrayList aList = new ArrayList(components.size()); in getComponents() local
561 aList.add((Component)elements.get(type + "." + in getComponents()
564 aList.add(new Component(this, ((Long)components. in getComponents()
567 return (aList); in getComponents()
H A DPool.java126 ArrayList aList = new ArrayList(resources.size()); in getResources() local
128 aList.add(new Resource(_conf, in getResources()
130 return (aList); in getResources()
H A DResource.java140 ArrayList aList = new ArrayList(components.size()); in getComponents() local
142 aList.add(new Component(_conf, in getComponents()
144 return (aList); in getComponents()