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