InternalBindingValuepublic class InternalBindingValue extends Object implements SerializableClass InternalBindingKey acts as a container for two objects, namely
a org.omg.CosNaming::Binding and an CORBA object reference, which are the two
components associated with the binding. |
Fields Summary |
---|
public org.omg.CosNaming.BindingType | theBindingType | public String | strObjectRef | private transient org.omg.CORBA.Object | theObjectRef |
Constructors Summary |
---|
public InternalBindingValue()
| public InternalBindingValue(org.omg.CosNaming.BindingType b, String o)
// Objectreference or Context
theBindingType = b;
strObjectRef = o;
|
|