org.omg.CosTrading
Class OfferIteratorHelper

java.lang.Object
  extended by org.omg.CosTrading.OfferIteratorHelper

public class OfferIteratorHelper
extends java.lang.Object

Helper class for : OfferIterator

Author:
OpenORB Compiler

Constructor Summary
OfferIteratorHelper()
           
 
Method Summary
static OfferIterator extract(org.omg.CORBA.Any a)
          Extract OfferIterator from an any
static java.lang.String id()
          Return the OfferIterator IDL ID
static void insert(org.omg.CORBA.Any a, OfferIterator t)
          Insert OfferIterator into an any
static OfferIterator narrow(org.omg.CORBA.Object obj)
          Narrow CORBA::Object to OfferIterator
static OfferIterator read(org.omg.CORBA.portable.InputStream istream)
          Read OfferIterator from a marshalled stream
static org.omg.CORBA.TypeCode type()
          Return the OfferIterator TypeCode
static OfferIterator unchecked_narrow(org.omg.CORBA.Object obj)
          Unchecked Narrow CORBA::Object to OfferIterator
static void write(org.omg.CORBA.portable.OutputStream ostream, OfferIterator value)
          Write OfferIterator into a marshalled stream
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

OfferIteratorHelper

public OfferIteratorHelper()
Method Detail

insert

public static void insert(org.omg.CORBA.Any a,
                          OfferIterator t)
Insert OfferIterator into an any

Parameters:
a - an any
t - OfferIterator value

extract

public static OfferIterator extract(org.omg.CORBA.Any a)
Extract OfferIterator from an any

Parameters:
a - an any
Returns:
the extracted OfferIterator value

type

public static org.omg.CORBA.TypeCode type()
Return the OfferIterator TypeCode

Returns:
a TypeCode

id

public static java.lang.String id()
Return the OfferIterator IDL ID

Returns:
an ID

read

public static OfferIterator read(org.omg.CORBA.portable.InputStream istream)
Read OfferIterator from a marshalled stream

Parameters:
istream - the input stream
Returns:
the readed OfferIterator value

write

public static void write(org.omg.CORBA.portable.OutputStream ostream,
                         OfferIterator value)
Write OfferIterator into a marshalled stream

Parameters:
ostream - the output stream
value - OfferIterator value

narrow

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

Parameters:
obj - the CORBA Object
Returns:
OfferIterator Object

unchecked_narrow

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

Parameters:
obj - the CORBA Object
Returns:
OfferIterator Object