org.omg.CosTrading

Class OfferIteratorHelper

public class OfferIteratorHelper extends Object

Helper class for : OfferIterator

Author: OpenORB Compiler

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

Method Detail

extract

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

Parameters: a an any

Returns: the extracted OfferIterator value

id

public static String id()
Return the OfferIterator IDL ID

Returns: an ID

insert

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

Parameters: a an any t OfferIterator value

narrow

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

Parameters: obj the CORBA Object

Returns: OfferIterator Object

read

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

Parameters: istream the input stream

Returns: the readed OfferIterator value

type

public static TypeCode type()
Return the OfferIterator TypeCode

Returns: a TypeCode

unchecked_narrow

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

Parameters: obj the CORBA Object

Returns: OfferIterator Object

write

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

Parameters: ostream the output stream value OfferIterator value