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

/openjdk7/jdk/src/share/classes/com/sun/jndi/toolkit/ctx/
H A DAtomicDirContext.java229 protected void c_bind(Name name, Object obj, method in class:AtomicDirContext
H A DComponentContext.java64 protected abstract void c_bind(Name name, Object obj, Continuation cont) method in class:ComponentContext
614 c_bind(res.getHead(), obj, cont);
H A DComponentDirContext.java69 protected abstract void c_bind(Name name, Object obj, method in class:ComponentDirContext
295 c_bind(res.getHead(), obj, attrs, cont);
H A DAtomicContext.java292 protected void c_bind(Name name, Object obj, Continuation cont) method in class:AtomicContext
/openjdk7/jdk/src/share/classes/com/sun/jndi/dns/
H A DDnsContext.java340 public void c_bind(Name name, Object obj, Continuation cont) method in class:DnsContext
391 public void c_bind(Name name, method in class:DnsContext
/openjdk7/jdk/src/share/classes/com/sun/jndi/ldap/
H A DLdapCtx.java375 protected void c_bind(Name name, Object obj, Continuation cont) method in class:LdapCtx
377 c_bind(name, obj, null, cont);
392 protected void c_bind(Name name, Object obj, Attributes attrs, method in class:LdapCtx
497 c_bind(name, obj, attrs, cont);

Completed in 190 milliseconds