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