Class 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 Detail

      • theBinding

        public Binding theBinding
      • strObjectRef

        public java.lang.String strObjectRef
      • theObjectRef

        public Object theObjectRef
    • Constructor Detail

      • InternalBindingValue

        public InternalBindingValue()
      • InternalBindingValue

        public InternalBindingValue​(Binding b,
                                    java.lang.String o)