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

/openjdk10/jdk/src/java.naming/share/classes/com/sun/jndi/toolkit/ctx/
H A DComponentDirContext.java67 protected abstract void c_bind(Name name, Object obj, method in class:ComponentDirContext
299 c_bind(res.getHead(), obj, attrs, cont);
H A DComponentContext.java62 protected abstract void c_bind(Name name, Object obj, Continuation cont) method in class:ComponentContext
612 c_bind(res.getHead(), obj, cont);
H A DAtomicDirContext.java234 protected void c_bind(Name name, Object obj, method in class:AtomicDirContext
H A DAtomicContext.java291 protected void c_bind(Name name, Object obj, Continuation cont) method in class:AtomicContext
/openjdk10/jdk/src/jdk.naming.dns/share/classes/com/sun/jndi/dns/
H A DDnsContext.java343 public void c_bind(Name name, Object obj, Continuation cont) method in class:DnsContext
394 public void c_bind(Name name, method in class:DnsContext
/openjdk10/jdk/src/java.naming/share/classes/com/sun/jndi/ldap/
H A DLdapCtx.java379 protected void c_bind(Name name, Object obj, Continuation cont) method in class:LdapCtx
381 c_bind(name, obj, null, cont);
396 protected void c_bind(Name name, Object obj, Attributes attrs, method in class:LdapCtx
501 c_bind(name, obj, attrs, cont);

Completed in 113 milliseconds