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