public abstract class ObjectIdHelper extends java.lang.Object
| Constructor and Description |
|---|
ObjectIdHelper() |
| Modifier and Type | Method and Description |
|---|---|
static byte[] |
extract(org.omg.CORBA.Any a)
Extract the Object Id from Any.
|
static java.lang.String |
id()
Return the Object Id repository id.
|
static void |
insert(org.omg.CORBA.Any a,
byte[] that)
Insert the Object Id into Any.
|
static byte[] |
read(org.omg.CORBA.portable.InputStream input)
Read the Object Id as a byte array.
|
static org.omg.CORBA.TypeCode |
type()
Return an alias typecode (an alias of the octet sequence).
|
static void |
write(org.omg.CORBA.portable.OutputStream output,
byte[] value)
Write the Object Id as a byte array.
|
public ObjectIdHelper()
public static void insert(org.omg.CORBA.Any a, byte[] that)
a - the Any to insert into.that - the string to insert.public static byte[] extract(org.omg.CORBA.Any a)
a - the Any to extract from.public static org.omg.CORBA.TypeCode type()
public static java.lang.String id()
public static byte[] read(org.omg.CORBA.portable.InputStream input)
input - the stream to read from.public static void write(org.omg.CORBA.portable.OutputStream output, byte[] value)
output - the stream to write into.value - the Object Id value to write.