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