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

/openjdk7/jdk/src/share/classes/com/sun/jndi/toolkit/url/
H A DGenericURLContext.java188 * NamingManager.getContinuationContext() to get the target context in
191 protected Context getContinuationContext(Name n) throws NamingException { method in class:GenericURLContext
196 return NamingManager.getContinuationContext(cpe);
213 Context ctx = getContinuationContext(name);
236 Context ctx = getContinuationContext(name);
259 Context ctx = getContinuationContext(name);
282 Context ctx = getContinuationContext(name);
325 Context ctx = getContinuationContext(name);
348 Context ctx = getContinuationContext(name);
372 Context ctx = getContinuationContext(nam
[all...]
/openjdk7/jdk/src/share/classes/com/sun/jndi/toolkit/ctx/
H A DPartialCompositeContext.java153 Context cctx = NamingManager.getContinuationContext(e);
184 Context cctx = NamingManager.getContinuationContext(e);
208 Context cctx = NamingManager.getContinuationContext(e);
230 Context cctx = NamingManager.getContinuationContext(e);
252 Context cctx = NamingManager.getContinuationContext(e);
276 Context cctx = NamingManager.getContinuationContext(e);
308 Context cctx = NamingManager.getContinuationContext(e);
337 Context cctx = NamingManager.getContinuationContext(e);
361 Context cctx = NamingManager.getContinuationContext(e);
385 Context cctx = NamingManager.getContinuationContext(
[all...]
/openjdk7/jdk/src/share/classes/com/sun/jndi/cosnaming/
H A DCNCtx.java554 javax.naming.Context cctx = getContinuationContext(cpe);
639 javax.naming.Context cctx = getContinuationContext(e);
645 getContinuationContext(CannotProceedException cpe) method in class:CNCtx
648 return NamingManager.getContinuationContext(cpe);
697 javax.naming.Context cctx = getContinuationContext(e);
787 javax.naming.Context cctx = getContinuationContext(e);
946 javax.naming.Context cctx = getContinuationContext(e);
1017 javax.naming.Context cctx = getContinuationContext(e);
/openjdk7/jdk/src/share/classes/javax/naming/spi/
H A DNamingManager.java734 * which <tt>getContinuationContext()</tt> stores the value of its
742 * @see #getContinuationContext
757 * <code>getContinuationContext</code>. The context
774 public static Context getContinuationContext(CannotProceedException cpe) method in class:NamingManager

Completed in 38 milliseconds