Class InternalBindingValue

java.lang.Object
com.sun.corba.se.impl.naming.pcosnaming.InternalBindingValue
All Implemented Interfaces:
Serializable

public class InternalBindingValue extends Object implements Serializable
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.
See Also:
  • Field Details

    • theBindingType

      public BindingType theBindingType
    • strObjectRef

      public String strObjectRef
  • Constructor Details

    • InternalBindingValue

      public InternalBindingValue()
    • InternalBindingValue

      public InternalBindingValue(BindingType b, String o)
  • Method Details

    • getObjectRef

      public Object getObjectRef()
    • setObjectRef

      public void setObjectRef(Object ObjectRef)