org.omg.CosNotifyComm

Class SequencePullConsumerHelper

public class SequencePullConsumerHelper extends Object

Helper class for : SequencePullConsumer

Author: OpenORB Compiler

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

Method Detail

extract

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

Parameters: a an any

Returns: the extracted SequencePullConsumer value

id

public static String id()
Return the SequencePullConsumer IDL ID

Returns: an ID

insert

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

Parameters: a an any t SequencePullConsumer value

narrow

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

Parameters: obj the CORBA Object

Returns: SequencePullConsumer Object

read

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

Parameters: istream the input stream

Returns: the readed SequencePullConsumer value

type

public static TypeCode type()
Return the SequencePullConsumer TypeCode

Returns: a TypeCode

unchecked_narrow

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

Parameters: obj the CORBA Object

Returns: SequencePullConsumer Object

write

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

Parameters: ostream the output stream value SequencePullConsumer value