Searched refs:p_lookup (Results 1 - 2 of 2) sorted by relevance

/openjdk7/jdk/src/share/classes/com/sun/jndi/toolkit/ctx/
H A DPartialCompositeContext.java83 protected abstract Object p_lookup(Name name, Continuation cont) method in class:PartialCompositeContext
177 answer = ctx.p_lookup(nm, cont);
181 answer = ctx.p_lookup(nm, cont);
H A DComponentContext.java511 Object obj = p_lookup(name, cont);
531 protected Object p_lookup(Name name, Continuation cont) throws NamingException { method in class:ComponentContext

Completed in 108 milliseconds