Class InternalBindingValue

java.lang.Object
com.sun.corba.ee.impl.naming.cosnaming.InternalBindingValue

public class InternalBindingValue extends 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 Details

    • theBinding

      public Binding theBinding
    • strObjectRef

      public String strObjectRef
    • theObjectRef

      public Object theObjectRef
  • Constructor Details

    • InternalBindingValue

      public InternalBindingValue()
    • InternalBindingValue

      public InternalBindingValue(Binding b, String o)