|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.omg.CosNaming.BindingListHelper
public abstract class BindingListHelper
The helper operations for the binding list.
| Constructor Summary | |
|---|---|
BindingListHelper()
|
|
| Method Summary | |
|---|---|
static Binding[] |
extract(Any a)
Extract the array of bindings from the given Any. |
static String |
id()
Get the binding list repository id. |
static void |
insert(Any a,
Binding[] bindings)
Insert the array of bindings into the given Any. |
static Binding[] |
read(InputStream istream)
Read the array of bindings from the given CDR input stream. |
static TypeCode |
type()
Return the binding array type code. |
static void |
write(OutputStream ostream,
Binding[] value)
Write the array of bindings into the given CDR output stream. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public BindingListHelper()
| Method Detail |
|---|
public static Binding[] extract(Any a)
Any.
public static String id()
public static void insert(Any a,
Binding[] bindings)
Any.
public static Binding[] read(InputStream istream)
public static TypeCode type()
public static void write(OutputStream ostream,
Binding[] value)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||