public abstract class BindingIteratorHelper extends Object
BindingIterator
Constructor and Description |
---|
BindingIteratorHelper() |
Modifier and Type | Method and Description |
---|---|
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.
|
public BindingIteratorHelper()
public static BindingIterator extract(Any a)
Any
.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 void write(OutputStream ostream, BindingIterator value)