|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.omg.CosNaming.BindingIteratorHelper
public abstract class BindingIteratorHelper
The helper operations for BindingIterator
| Constructor Summary | |
|---|---|
BindingIteratorHelper()
|
|
| Method Summary | |
|---|---|
static BindingIterator |
extract(Any a)
Extract the binding iterator from the given Any. |
static String |
id()
Return the binding iterator repository id. |
static void |
insert(Any a,
BindingIterator that)
Insert the binding iterator into the given Any. |
static BindingIterator |
narrow(Object obj)
Narrow the given object to the BindingIterator. |
static BindingIterator |
read(InputStream istream)
Read the exception from the given CDR stream. |
static TypeCode |
type()
Create the type code for the BindingIterator. |
static BindingIterator |
unchecked_narrow(Object obj)
Narrow the given object to the BindingIterator. |
static void |
write(OutputStream ostream,
BindingIterator value)
Write the exception to the CDR output stream. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public BindingIteratorHelper()
| Method Detail |
|---|
public static BindingIterator extract(Any a)
Any.
public static String id()
public static void insert(Any a,
BindingIterator that)
Any.
public static BindingIterator narrow(Object obj)
obj - the object to cast.
public static BindingIterator unchecked_narrow(Object obj)
BAD_OPERATION will be thrown if unsupported operations are
invoked on the new returned reference, but no failure is expected at the
time of the unchecked_narrow. See OMG issue 4158.
obj - the object to cast.
public static BindingIterator read(InputStream istream)
public static TypeCode type()
public static void write(OutputStream ostream,
BindingIterator value)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||