Searched refs:newCtx (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 DGlassfishNamingManagerImpl.java308 Context newCtx = currentCtx.createSubcontext(subCtxName);
309 currentCtx = newCtx;
322 Context newCtx = currentCtx.createSubcontext(subCtxName);
323 currentCtx = newCtx;

Completed in 10 milliseconds