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