Searched defs:bind_context (Results 1 - 2 of 2) sorted by relevance

/openjdk7/corba/src/share/classes/com/sun/corba/se/impl/naming/cosnaming/
H A DNamingContextImpl.java76 * The operations bind(), rebind(), bind_context() and rebind_context()
198 public void bind_context(NameComponent[] n, NamingContext nc) method in class:NamingContextImpl
329 * bound with bind_context().
455 * by bind_context() with the supplied name and the object reference for
472 * @see bind_context
487 this.bind_context(n,nc);
538 * check if a binding already exists (for bind and bind_context), and
566 * @see bind_context
657 context.bind_context(tail,objContext);
/openjdk7/corba/src/share/classes/com/sun/corba/se/impl/naming/pcosnaming/
H A DNamingContextImpl.java62 * The operations bind(), rebind(), bind_context() and rebind_context()
239 public void bind_context(NameComponent[] n, NamingContext nc) method in class:NamingContextImpl
338 * bound with bind_context().
439 * by bind_context() with the supplied name and the object reference for
455 * @see bind_context
470 this.bind_context(n,nc);
508 * check if a binding already exists (for bind and bind_context), and
535 * @see bind_context
620 context.bind_context(tail,objContext);

Completed in 44 milliseconds