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

/openjdk7/jdk/test/java/nio/channels/SocketChannel/
H A DBind.java32 public class Bind { class
/openjdk7/corba/src/share/classes/com/sun/corba/se/impl/naming/cosnaming/
H A DNamingContextDataStore.java56 void Bind(NameComponent n, org.omg.CORBA.Object obj, BindingType bt) method in interface:NamingContextDataStore
H A DTransientNamingContext.java124 public final void Bind(NameComponent n, org.omg.CORBA.Object obj, method in class:TransientNamingContext
H A DNamingContextImpl.java85 * Bind(), Resolve(),
129 * Bind an object under a name in this NamingContext. If the name
177 * Bind a NamingContext under a name in this NamingContext. If the name
221 * Bind an object under a name in this NamingContext. If the name
273 * Bind a NamingContext under a name in this NamingContext. If the name
540 * If the length of the name is 1, then Bind() is called with
627 impl.Bind(n[0],obj,bt);
641 // Bind as object
653 // Bind as context
/openjdk7/jdk/test/com/sun/nio/sctp/SctpChannel/
H A DBind.java55 public class Bind { class
/openjdk7/corba/src/share/classes/com/sun/corba/se/impl/naming/pcosnaming/
H A DNamingContextImpl.java179 * Bind an object under a name in this NamingContext. If the name
219 * Bind a NamingContext under a name in this NamingContext. If the name
254 * Bind an object under a name in this NamingContext. If the name
296 * Bind a NamingContext under a name in this NamingContext. If the name
510 * If the length of the name is 1, then Bind() is called with
591 impl.Bind(n[0],obj,bt);
605 // Bind as object
616 // Bind as context
855 public void Bind(NameComponent n, org.omg.CORBA.Object obj, BindingType bt) method in class:NamingContextImpl
919 * @see Bind
[all...]

Completed in 212 milliseconds