public abstract class BindingIteratorHelper extends java.lang.Object
BindingIterator| Constructor and Description |
|---|
BindingIteratorHelper() |
| Modifier and Type | Method and Description |
|---|---|
static BindingIterator |
extract(org.omg.CORBA.Any a)
Extract the binding iterator from the given
Any. |
static java.lang.String |
id()
Return the binding iterator repository id.
|
static void |
insert(org.omg.CORBA.Any a,
BindingIterator that)
Insert the binding iterator into the given
Any. |
static BindingIterator |
narrow(org.omg.CORBA.Object obj)
Narrow the given object to the BindingIterator.
|
static BindingIterator |
read(org.omg.CORBA.portable.InputStream istream)
Read the exception from the given CDR stream.
|
static org.omg.CORBA.TypeCode |
type()
Create the type code for the BindingIterator.
|
static BindingIterator |
unchecked_narrow(org.omg.CORBA.Object obj)
Narrow the given object to the BindingIterator.
|
static void |
write(org.omg.CORBA.portable.OutputStream ostream,
BindingIterator value)
Write the exception to the CDR output stream.
|
public BindingIteratorHelper()
public static BindingIterator extract(org.omg.CORBA.Any a)
Any.public static java.lang.String id()
public static void insert(org.omg.CORBA.Any a, BindingIterator that)
Any.public static BindingIterator narrow(org.omg.CORBA.Object obj)
obj - the object to cast.public static BindingIterator unchecked_narrow(org.omg.CORBA.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(org.omg.CORBA.portable.InputStream istream)
public static org.omg.CORBA.TypeCode type()
public static void write(org.omg.CORBA.portable.OutputStream ostream, BindingIterator value)