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

/glassfish-3.1.2/common/glassfish-naming/src/main/java/com/sun/enterprise/naming/impl/
H A DNamedNamingObjectManager.java58 private static AtomicReference gotAllNamedProxies field in class:NamedNamingObjectManager
66 if (gotAllNamedProxies.get() != habitat) {
68 synchronized (gotAllNamedProxies) {
69 if (gotAllNamedProxies.get() != habitat) {
77 gotAllNamedProxies.set(habitat);

Completed in 10 milliseconds