Uses of Class
org.omg.CosNaming.Binding
-
Packages that use Binding Package Description com.sun.corba.ee.impl.naming.cosnaming org.glassfish.jndi.cosnaming org.omg.CosNaming -
-
Uses of Binding in com.sun.corba.ee.impl.naming.cosnaming
Fields in com.sun.corba.ee.impl.naming.cosnaming declared as Binding Modifier and Type Field Description BindingInternalBindingValue. theBindingConstructors in com.sun.corba.ee.impl.naming.cosnaming with parameters of type Binding Constructor Description InternalBindingValue(Binding b, java.lang.String o) -
Uses of Binding in org.glassfish.jndi.cosnaming
Methods in org.glassfish.jndi.cosnaming with parameters of type Binding Modifier and Type Method Description private javax.naming.BindingCNBindingEnumeration. mapBinding(Binding bndg)Constructs a JNDI Binding object from the COS Naming binding object. -
Uses of Binding in org.omg.CosNaming
Fields in org.omg.CosNaming declared as Binding Modifier and Type Field Description BindingBindingHolder. valueBinding[]BindingListHolder. valueMethods in org.omg.CosNaming that return Binding Modifier and Type Method Description static BindingBindingHelper. extract(Any a)static Binding[]BindingListHelper. extract(Any a)static BindingBindingHelper. read(InputStream istream)static Binding[]BindingListHelper. read(InputStream istream)Methods in org.omg.CosNaming with parameters of type Binding Modifier and Type Method Description static voidBindingHelper. insert(Any a, Binding that)static voidBindingListHelper. insert(Any a, Binding[] that)static voidBindingHelper. write(OutputStream ostream, Binding value)static voidBindingListHelper. write(OutputStream ostream, Binding[] value)Constructors in org.omg.CosNaming with parameters of type Binding Constructor Description BindingHolder(Binding initialValue)BindingListHolder(Binding[] initialValue)
-