FileDocCategorySizeDatePackage
InternalBindingValue.javaAPI DocJava SE 5 API881Fri Aug 26 14:54:26 BST 2005com.sun.corba.se.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.

Fields Summary
public org.omg.CosNaming.Binding
theBinding
public String
strObjectRef
public org.omg.CORBA.Object
theObjectRef
Constructors Summary
public InternalBindingValue()

public InternalBindingValue(org.omg.CosNaming.Binding b, String o)

	theBinding = b;
	strObjectRef = o;
    
Methods Summary