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