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