org.omg.CosNotifyChannelAdmin

Class SequenceProxyPushConsumerHelper

public class SequenceProxyPushConsumerHelper extends Object

Helper class for : SequenceProxyPushConsumer

Author: OpenORB Compiler

Method Summary
static SequenceProxyPushConsumerextract(Any a)
Extract SequenceProxyPushConsumer from an any
static Stringid()
Return the SequenceProxyPushConsumer IDL ID
static voidinsert(Any a, SequenceProxyPushConsumer t)
Insert SequenceProxyPushConsumer into an any
static SequenceProxyPushConsumernarrow(Object obj)
Narrow CORBA::Object to SequenceProxyPushConsumer
static SequenceProxyPushConsumerread(InputStream istream)
Read SequenceProxyPushConsumer from a marshalled stream
static TypeCodetype()
Return the SequenceProxyPushConsumer TypeCode
static SequenceProxyPushConsumerunchecked_narrow(Object obj)
Unchecked Narrow CORBA::Object to SequenceProxyPushConsumer
static voidwrite(OutputStream ostream, SequenceProxyPushConsumer value)
Write SequenceProxyPushConsumer into a marshalled stream

Method Detail

extract

public static SequenceProxyPushConsumer extract(Any a)
Extract SequenceProxyPushConsumer from an any

Parameters: a an any

Returns: the extracted SequenceProxyPushConsumer value

id

public static String id()
Return the SequenceProxyPushConsumer IDL ID

Returns: an ID

insert

public static void insert(Any a, SequenceProxyPushConsumer t)
Insert SequenceProxyPushConsumer into an any

Parameters: a an any t SequenceProxyPushConsumer value

narrow

public static SequenceProxyPushConsumer narrow(Object obj)
Narrow CORBA::Object to SequenceProxyPushConsumer

Parameters: obj the CORBA Object

Returns: SequenceProxyPushConsumer Object

read

public static SequenceProxyPushConsumer read(InputStream istream)
Read SequenceProxyPushConsumer from a marshalled stream

Parameters: istream the input stream

Returns: the readed SequenceProxyPushConsumer value

type

public static TypeCode type()
Return the SequenceProxyPushConsumer TypeCode

Returns: a TypeCode

unchecked_narrow

public static SequenceProxyPushConsumer unchecked_narrow(Object obj)
Unchecked Narrow CORBA::Object to SequenceProxyPushConsumer

Parameters: obj the CORBA Object

Returns: SequenceProxyPushConsumer Object

write

public static void write(OutputStream ostream, SequenceProxyPushConsumer value)
Write SequenceProxyPushConsumer into a marshalled stream

Parameters: ostream the output stream value SequenceProxyPushConsumer value