org.omg.CosNaming
public abstract class BindingIteratorHelper extends Object
| Method Summary | |
|---|---|
| static BindingIterator | extract(Any a)
Extract the binding iterator from the given {@link Any}. |
| static String | id()
Return the binding iterator repository id. |
| static void | insert(Any a, BindingIterator that)
Insert the binding iterator into the given {@link 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. |
Parameters: obj the object to cast.
Returns: the casted binding iterator.
Parameters: obj the object to cast.
Returns: the casted binding iterator.
Since: 1.5