org.omg.CosTrading
public class RegisterHelper extends Object
Method Summary | |
---|---|
static Register | extract(Any a)
Extract Register from an any
|
static String | id()
Return the Register IDL ID |
static void | insert(Any a, Register t)
Insert Register into an any |
static Register | narrow(Object obj)
Narrow CORBA::Object to Register |
static Register | read(InputStream istream)
Read Register from a marshalled stream |
static TypeCode | type()
Return the Register TypeCode |
static Register | unchecked_narrow(Object obj)
Unchecked Narrow CORBA::Object to Register |
static void | write(OutputStream ostream, Register value)
Write Register into a marshalled stream |
Parameters: a an any
Returns: the extracted Register value
Returns: an ID
Parameters: a an any t Register value
Parameters: obj the CORBA Object
Returns: Register Object
Parameters: istream the input stream
Returns: the readed Register value
Returns: a TypeCode
Parameters: obj the CORBA Object
Returns: Register Object
Parameters: ostream the output stream value Register value