org.omg.IOP
public abstract class ComponentIdHelper extends Object
UNKNOWN: In this implementation, this class is not in use. Its "logical" place is the read/write methods of the TaggedComponentHelper, to handle the first member (int) of the record of the Tagged Component.
Method Summary | |
---|---|
static int | extract(Any any)
Extract the int from given Any.
|
static String | id()
Get the int repository id.
|
static void | insert(Any any, int that)
Insert the int into the given Any. |
static int | read(InputStream input)
Read the ComponentId from the CDR intput stream.
|
static TypeCode | type()
Create the ComponentId typecode (alias of CORBA ulong, named "ComponentId". |
static void | write(OutputStream output, int value)
Write the ComponentId to the CDR output stream (as int).
|
Throws: BAD_OPERATION if the passed Any does not contain int.
Returns: "IDL:omg.org/IOP/ComponentId: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.