Uses of Class
compres.Pool

Packages that use Pool
compres   
 

Uses of Pool in compres
 

Methods in compres that return Pool
 Pool PoolBean.getCurrentPool()
           
 

Methods in compres that return types with arguments of type Pool
 java.util.LinkedList<Pool> Pool.getAllPools()
          Retrieves a list which includes all subpools of subpools.
 java.util.LinkedList<Pool> PoolBean.getListPool()
           
 java.util.LinkedList<Pool> Pool.getPoolList()
           
 

Methods in compres with parameters of type Pool
 void Pool.add(Pool p)
          Adds a subpool to the pool.
 java.lang.String PoolBean.selectPool(Pool p)
          Can be used to select a pool as the current pool and navigate to a page which displays information about that pool.
 java.lang.String PoolBean.selectPool2(Pool p)