org.omg.PortableInterceptor
public abstract class IORInterceptor_3_0Helper extends Object
IORInterceptor_3_0
.Constructor and Description |
---|
IORInterceptor_3_0Helper() |
Modifier and Type | Method and Description |
---|---|
static IORInterceptor_3_0 |
extract(Any any)
Extract the IORInterceptor_3_0 from given Any.
|
static String |
id()
Get the IORInterceptor_3_0 repository id.
|
static void |
insert(Any any,
IORInterceptor_3_0 that)
Insert the IORInterceptor_3_0 into the given Any.
|
static IORInterceptor_3_0 |
narrow(Object obj)
Narrow the passed object into the IORInterceptor_3_0.
|
static IORInterceptor_3_0 |
read(InputStream input)
Read the IORInterceptor_3_0 from the CDR intput stream (IOR profile
expected).
|
static TypeCode |
type()
Get the type code of the
IORInterceptor_3_0 . |
static IORInterceptor_3_0 |
unchecked_narrow(Object obj)
Narrow the passed object into the IORInterceptor_3_0.
|
static void |
write(OutputStream output,
IORInterceptor_3_0 value)
Write the IORInterceptor_3_0 to the CDR output stream (as IOR profile).
|
public IORInterceptor_3_0Helper()
public static TypeCode type()
IORInterceptor_3_0
.public static void insert(Any any, IORInterceptor_3_0 that)
any
- the Any to insert into.that
- the IORInterceptor_3_0 to insert.public static IORInterceptor_3_0 extract(Any any)
BAD_OPERATION
- if the passed Any does not contain
IORInterceptor_3_0.public static String id()
public static IORInterceptor_3_0 narrow(Object obj)
obj
- the object to narrow.BAD_PARAM
- if the passed object is not a IORInterceptor_3_0.public static IORInterceptor_3_0 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. For instance, the narrowing of the
remote instance of the IORInterceptor
will work as long as only the
methods, inherited from this parent, are invoked.obj
- the object to narrow.BAD_PARAM
- if the passed object is not a IORInterceptor_3_0.public static IORInterceptor_3_0 read(InputStream input)
input
- a org.omg.CORBA.portable stream to read from.public static void write(OutputStream output, IORInterceptor_3_0 value)
output
- a org.omg.CORBA.portable stream stream to write into.value
- a value to write.