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

/openjdk7/jdk/src/share/classes/com/sun/jndi/toolkit/ctx/
H A DPartialCompositeContext.java91 protected abstract void p_bind(Name name, Object obj, Continuation cont) method in class:PartialCompositeContext
201 ctx.p_bind(nm, newObj, cont);
205 ctx.p_bind(nm, newObj, cont);
H A DPartialCompositeDirContext.java71 protected abstract void p_bind(Name name, Object obj, method in class:PartialCompositeDirContext
215 ctx.p_bind(nm, obj, attrs, cont);
219 ctx.p_bind(nm, obj, attrs, cont);
H A DComponentDirContext.java283 protected void p_bind(Name name, method in class:ComponentDirContext
H A DComponentContext.java605 protected void p_bind(Name name, Object obj, Continuation cont) throws method in class:ComponentContext

Completed in 36 milliseconds