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