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

/openjdk7/jdk/src/share/classes/com/sun/jndi/toolkit/ctx/
H A DContinuation.java297 setContinue(resObj, relResName, currCtx, PartialCompositeContext._NNS_NAME);
314 setContinue(resObj, relname, currCtx, PartialCompositeContext._NNS_NAME);
324 * process, it would resolve that name, and then call setContinue()
334 public void setContinue(Object obj, Name relResName, Context currCtx) { method in class:Continuation
345 * It calls setContinue() so that the operation can be continued
355 public void setContinue(Object obj, Name relResName, Context currCtx, Name remain) { method in class:Continuation
371 * @see #setContinue(java.lang.Object, java.lang.String, javax.naming.Context, java.lang.String)
373 public void setContinue(Object obj, String relResName, method in class:Continuation
397 * Replaced by setContinue(obj, relResName, (Context)currCtx);
402 public void setContinue(Objec method in class:Continuation
[all...]

Completed in 37 milliseconds