Uses of Interface
org.omg.CosPropertyService.PropertiesIterator

Packages that use PropertiesIterator
org.omg.CosPropertyService   
 

Uses of PropertiesIterator in org.omg.CosPropertyService
 

Classes in org.omg.CosPropertyService that implement PropertiesIterator
 class _PropertiesIteratorStub
          Generated from IDL interface "PropertiesIterator".
 

Fields in org.omg.CosPropertyService declared as PropertiesIterator
 PropertiesIterator PropertiesIteratorHolder.value
           
 

Methods in org.omg.CosPropertyService that return PropertiesIterator
 PropertiesIterator PropertiesIteratorPOA._this()
           
 PropertiesIterator PropertiesIteratorPOATie._this()
           
 PropertiesIterator PropertiesIteratorPOA._this(ORB orb)
           
 PropertiesIterator PropertiesIteratorPOATie._this(ORB orb)
           
static PropertiesIterator PropertiesIteratorHelper.extract(Any any)
           
static PropertiesIterator PropertiesIteratorHelper.narrow(Object obj)
           
static PropertiesIterator PropertiesIteratorHelper.read(InputStream in)
           
static PropertiesIterator PropertiesIteratorHelper.unchecked_narrow(Object obj)
           
 

Methods in org.omg.CosPropertyService with parameters of type PropertiesIterator
static void PropertiesIteratorHelper.insert(Any any, PropertiesIterator s)
           
static void PropertiesIteratorHelper.write(OutputStream _out, PropertiesIterator s)
           
 

Constructors in org.omg.CosPropertyService with parameters of type PropertiesIterator
PropertiesIteratorHolder(PropertiesIterator initial)