Class InternalBindingValue
- java.lang.Object
-
- com.sun.corba.ee.impl.naming.cosnaming.InternalBindingValue
-
public class InternalBindingValue extends java.lang.Object
Class 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.
-
-
Field Summary
Fields Modifier and Type Field Description java.lang.String
strObjectRef
Binding
theBinding
Object
theObjectRef
-
Constructor Summary
Constructors Constructor Description InternalBindingValue()
InternalBindingValue(Binding b, java.lang.String o)
-