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

/openjdk7/jdk/src/share/classes/com/sun/jndi/toolkit/ctx/
H A DPartialCompositeContext.java37 * PartialCompositeContext implements Context operations on
46 * PartialCompositeContext may be service providers that implement
49 * one of the subclasses of PartialCompositeContext.
55 public abstract class PartialCompositeContext implements Context, Resolver { class in inherits:Context,Resolver
73 protected PartialCompositeContext() { method in class:PartialCompositeContext
139 PartialCompositeContext ctx = this;
170 PartialCompositeContext ctx = this;
195 PartialCompositeContext ctx = this;
217 PartialCompositeContext ctx = this;
239 PartialCompositeContext ct
[all...]
H A DContinuation.java297 setContinue(resObj, relResName, currCtx, PartialCompositeContext._NNS_NAME);
314 setContinue(resObj, relname, currCtx, PartialCompositeContext._NNS_NAME);
336 (Name)PartialCompositeContext._EMPTY_NAME.clone());
418 this.relativeResolvedName = PartialCompositeContext._EMPTY_NAME;
H A DPartialCompositeDirContext.java37 * can get the ns methods defined in subclasses of PartialCompositeContext.
469 PartialCompositeContext pctx =
470 PartialCompositeContext.getPCContext(cont);
H A DComponentContext.java45 public abstract class ComponentContext extends PartialCompositeContext {
199 // PartialCompositeContext.getPCContext() to throw CPE.
334 // Set continuation leave it to PartialCompositeContext.getPCContext()

Completed in 1220 milliseconds