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