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