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