|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.omg.CosNaming.Binding
public final class Binding
Defines the binding with the given name and type.
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. |
Method Summary |
---|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public BindingType binding_type
public NameComponent[] binding_name
Constructor Detail |
---|
public Binding()
public Binding(NameComponent[] a_name, BindingType a_type)
a_name
- the binding name.a_type
- the binding type.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |