org.omg.PortableInterceptor
public abstract class IORInterceptor_3_0Helper extends Object
Since: 1.5
Method Summary | |
---|---|
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 {@link 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).
|
Throws: BAD_OPERATION if the passed Any does not contain IORInterceptor_3_0.
Returns: "IDL:omg.org/PortableInterceptor/IORInterceptor_3_0:1.0", always.
Parameters: any the Any to insert into. that the IORInterceptor_3_0 to insert.
Parameters: obj the object to narrow.
Returns: narrowed instance.
Throws: BAD_PARAM if the passed object is not a IORInterceptor_3_0.
Parameters: input a org.omg.CORBA.portable stream to read from.
Parameters: obj the object to narrow.
Returns: narrowed instance.
Throws: BAD_PARAM if the passed object is not a IORInterceptor_3_0.
Parameters: output a org.omg.CORBA.portable stream stream to write into. value a value to write.