org.omg.PortableInterceptor
public abstract class AdapterManagerIdHelper extends Object
Since: 1.5
Method Summary | |
---|---|
static int | extract(Any any)
Extract the int from given Any.
|
static String | id()
Get the adapter manager id repository id.
|
static void | insert(Any any, int that)
Insert the int into the given Any. |
static int | read(InputStream input)
Read the int (adapter manager id) from the CDR intput stream.
|
static TypeCode | type()
Create the AdapterManagerId typecode (alias of CORBA long (java int), named
"AdapterManagerId"). |
static void | write(OutputStream output, int value)
Write the int (adapter manager id) to the CDR output stream.
|
Throws: BAD_OPERATION if the passed Any does not contain int.
Returns: "IDL:omg.org/PortableInterceptor/AdapterManagerId:1.0", always.
Parameters: input a org.omg.CORBA.portable stream to read from.
Parameters: output a org.omg.CORBA.portable stream stream to write into. value a value to write.