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