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