Searched defs:threadpoolList (Results 1 - 1 of 1) sorted by relevance

/glassfish-3.1.2/orb/orb-connector/src/main/java/org/glassfish/enterprise/iiop/util/
H A DS1ASThreadPoolManager.java68 private static ArrayList threadpoolList = new ArrayList(); field in class:S1ASThreadPoolManager
194 // Add the threadpool instance to the threadpoolList
195 threadpoolList.add(threadpool);
222 threadpoolList.get(i.intValue());
243 threadpoolList.get(numericIdForThreadpool);

Completed in 42 milliseconds