Searched refs:threadToToolMap (Results 1 – 1 of 1) sorted by relevance
282 private static Map threadToToolMap = new HashMap(); field in ErrorManager507 threadToToolMap.put(Thread.currentThread(), tool); in setTool()915 Tool tool = (Tool)threadToToolMap.get(Thread.currentThread()); in panic()