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