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

/openjdk7/jdk/src/share/classes/java/beans/
H A DThreadGroupContext.java36 * The {@code ThreadGroupContext} is an application-dependent
42 final class ThreadGroupContext { class
44 private static final WeakIdentityMap<ThreadGroupContext> contexts = new WeakIdentityMap<>();
52 static ThreadGroupContext getContext() {
55 ThreadGroupContext context = contexts.get(group);
57 context = new ThreadGroupContext();
71 private ThreadGroupContext() { method in class:ThreadGroupContext

Completed in 129 milliseconds