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 Binding
InternalBindingValue. theBinding
Constructors 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.Binding
CNBindingEnumeration. 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 Binding
BindingHolder. value
Binding[]
BindingListHolder. value
Methods in org.omg.CosNaming that return Binding Modifier and Type Method Description static Binding
BindingHelper. extract(Any a)
static Binding[]
BindingListHelper. extract(Any a)
static Binding
BindingHelper. 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 void
BindingHelper. insert(Any a, Binding that)
static void
BindingListHelper. insert(Any a, Binding[] that)
static void
BindingHelper. write(OutputStream ostream, Binding value)
static void
BindingListHelper. write(OutputStream ostream, Binding[] value)
Constructors in org.omg.CosNaming with parameters of type Binding Constructor Description BindingHolder(Binding initialValue)
BindingListHolder(Binding[] initialValue)
-