Uses of Interface
org.omg.CosTrading.OfferIterator

Packages that use OfferIterator
org.omg.CosTrading   
 

Uses of OfferIterator in org.omg.CosTrading
 

Classes in org.omg.CosTrading that implement OfferIterator
 class _OfferIteratorStub
          Generated from IDL interface "OfferIterator"
 

Fields in org.omg.CosTrading declared as OfferIterator
 OfferIterator OfferIteratorHolder.value
           
 

Methods in org.omg.CosTrading that return OfferIterator
static OfferIterator OfferIteratorHelper.extract(Any any)
           
static OfferIterator OfferIteratorHelper.read(InputStream in)
           
static OfferIterator OfferIteratorHelper.narrow(java.lang.Object obj)
           
static OfferIterator OfferIteratorHelper.narrow(Object obj)
           
static OfferIterator OfferIteratorHelper.unchecked_narrow(Object obj)
           
 OfferIterator OfferIteratorPOA._this()
           
 OfferIterator OfferIteratorPOA._this(ORB orb)
           
 OfferIterator OfferIteratorPOATie._this()
           
 OfferIterator OfferIteratorPOATie._this(ORB orb)
           
 

Methods in org.omg.CosTrading with parameters of type OfferIterator
static void OfferIteratorHelper.insert(Any any, OfferIterator s)
           
static void OfferIteratorHelper.write(OutputStream _out, OfferIterator s)
           
 

Constructors in org.omg.CosTrading with parameters of type OfferIterator
OfferIteratorHolder(OfferIterator initial)