org.omg.CosNaming
public final class Binding extends Object implements IDLEntity
| Field Summary | |
|---|---|
| NameComponent[] | binding_name 
 The binding name, consisting of the number of the name components. | 
| BindingType | binding_type 
 The binding type holds value ncontext for bindings,
 created with operations  bind_context,  rebind_context or
 bind_new_context.  | 
| Constructor Summary | |
|---|---|
| Binding() 
 Create an empty binding. | |
| Binding(NameComponent[] a_name, BindingType a_type) 
 Create the binding, initialised to the given values. | |
Parameters: a_name the binding name. a_type the binding type.