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