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

/openjdk7/jdk/src/share/classes/com/sun/jmx/snmp/
H A DThreadContext.java68 head of the list is the value returned by localContext.get().
89 have localContext.get() return null. Then we recreate the
317 return localContext.get();
321 localContext.set(context);
324 private static ThreadLocal<ThreadContext> localContext = field in class:ThreadContext

Completed in 31 milliseconds