org.omg.PortableInterceptor
public abstract class ObjectIdHelper extends Object
Since: 1.5
Method Summary | |
---|---|
static byte[] | extract(Any a)
Extract the Object Id from Any.
|
static String | id()
Return the Object Id repository id. |
static void | insert(Any a, byte[] that)
Insert the Object Id into Any.
|
static byte[] | read(InputStream input)
Read the Object Id as a byte array.
|
static TypeCode | type()
Return an alias typecode (an alias of the octet sequence). |
static void | write(OutputStream output, byte[] value)
Write the Object Id as a byte array.
|
Parameters: a the Any to extract from.
Returns: "IDL:omg.org/PortableInterceptor/ObjectId:1.0", always.
Parameters: a the Any to insert into. that the string to insert.
Parameters: input the stream to read from.
Parameters: output the stream to write into. value the Object Id value to write.