org.openorb.ots
public class XIDHelper extends Object
Method Summary | |
---|---|
static XID | extract(Any a)
Extract XID from an any
|
static String | id()
Return the XID IDL ID |
static void | insert(Any a, XID t)
Insert XID into an any |
static XID | read(InputStream istream)
Read XID from a marshalled stream |
static TypeCode | type()
Return the XID TypeCode |
static void | write(OutputStream ostream, XID value)
Write XID into a marshalled stream |
Parameters: a an any
Returns: the extracted XID value
Returns: an ID
Parameters: a an any t XID value
Parameters: istream the input stream
Returns: the readed XID value
Returns: a TypeCode
Parameters: ostream the output stream value XID value