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