Searched refs:threadNameBindings (Results 1 - 1 of 1) sorted by relevance

/glassfish-3.1.2/web/web-naming/src/main/java/org/apache/naming/
H A DContextBindings.java99 private static Hashtable<Thread, Object> threadNameBindings = field in class:ContextBindings
209 threadNameBindings.put(Thread.currentThread(), name);
233 threadNameBindings.remove(Thread.currentThread());
256 Object name = threadNameBindings.get(Thread.currentThread());

Completed in 11 milliseconds