Searched refs:c_rebind (Results 1 - 6 of 6) sorted by relevance

/openjdk7/jdk/src/share/classes/com/sun/jndi/toolkit/ctx/
H A DComponentDirContext.java74 protected abstract void c_rebind(Name name, Object obj, method in class:ComponentDirContext
315 c_rebind(res.getHead(), obj, attrs, cont);
H A DComponentContext.java66 protected abstract void c_rebind(Name name, Object obj, Continuation cont) method in class:ComponentContext
633 c_rebind(res.getHead(), obj, cont);
H A DAtomicDirContext.java236 protected void c_rebind(Name name, Object obj, method in class:AtomicDirContext
H A DAtomicContext.java298 protected void c_rebind(Name name, Object obj, Continuation cont) method in class:AtomicContext
/openjdk7/jdk/src/share/classes/com/sun/jndi/dns/
H A DDnsContext.java347 public void c_rebind(Name name, Object obj, Continuation cont) method in class:DnsContext
401 public void c_rebind(Name name, method in class:DnsContext
/openjdk7/jdk/src/share/classes/com/sun/jndi/ldap/
H A DLdapCtx.java459 protected void c_rebind(Name name, Object obj, Continuation cont) method in class:LdapCtx
461 c_rebind(name, obj, null, cont);
480 protected void c_rebind(Name name, Object obj, Attributes attrs, method in class:LdapCtx

Completed in 101 milliseconds