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

/glassfish-3.1.2/web/web-naming/src/main/java/org/apache/naming/factory/
H A DResourceLinkFactory.java93 private static Context globalContext = null; field in class:ResourceLinkFactory
105 if (globalContext != null)
107 globalContext = newGlobalContext;
135 result = globalContext.lookup(globalName);

Completed in 8 milliseconds