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

/openjdk7/jdk/src/share/classes/com/sun/jndi/toolkit/ctx/
H A DPartialCompositeContext.java93 protected abstract void p_rebind(Name name, Object obj, Continuation cont) method in class:PartialCompositeContext
223 ctx.p_rebind(nm, newObj, cont);
227 ctx.p_rebind(nm, newObj, cont);
H A DPartialCompositeDirContext.java76 protected abstract void p_rebind(Name name, Object obj, method in class:PartialCompositeDirContext
240 ctx.p_rebind(nm, obj, attrs, cont);
244 ctx.p_rebind(nm, obj, attrs, cont);
H A DComponentDirContext.java305 protected void p_rebind(Name name, Object obj, method in class:ComponentDirContext
H A DComponentContext.java624 protected void p_rebind(Name name, Object obj, Continuation cont) throws method in class:ComponentContext

Completed in 43 milliseconds