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