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

/openjdk7/jdk/src/share/classes/javax/naming/spi/
H A DContinuationContext.java42 protected Context contCtx = null; field in class:ContinuationContext
51 if (contCtx == null) {
55 contCtx = NamingManager.getContext(cpe.getResolvedObj(),
59 if (contCtx == null)
62 return contCtx;
241 if (contCtx != null) {
242 contCtx.close();
243 contCtx = null;

Completed in 1830 milliseconds