public abstract class ComponentIdHelper extends java.lang.Object
| Constructor and Description |
|---|
ComponentIdHelper() |
| Modifier and Type | Method and Description |
|---|---|
static int |
extract(org.omg.CORBA.Any any)
Extract the int from given Any.
|
static java.lang.String |
id()
Get the int repository id.
|
static void |
insert(org.omg.CORBA.Any any,
int that)
Insert the int into the given Any.
|
static int |
read(org.omg.CORBA.portable.InputStream input)
Read the ComponentId from the CDR intput stream.
|
static org.omg.CORBA.TypeCode |
type()
Create the ComponentId typecode (alias of CORBA ulong, named "ComponentId".
|
static void |
write(org.omg.CORBA.portable.OutputStream output,
int value)
Write the ComponentId to the CDR output stream (as int).
|
public ComponentIdHelper()
public static org.omg.CORBA.TypeCode type()
public static void insert(org.omg.CORBA.Any any, int that)
public static int extract(org.omg.CORBA.Any any)
org.omg.CORBA.BAD_OPERATION - if the passed Any does not contain int.public static java.lang.String id()
public static int read(org.omg.CORBA.portable.InputStream input)
input - a org.omg.CORBA.portable stream to read from.public static void write(org.omg.CORBA.portable.OutputStream output, int value)
output - a org.omg.CORBA.portable stream stream to write into.value - a value to write.