Uses of Interface
org.omg.CosPropertyService.PropertyNamesIterator

Packages that use PropertyNamesIterator
org.omg.CosPropertyService   
 

Uses of PropertyNamesIterator in org.omg.CosPropertyService
 

Classes in org.omg.CosPropertyService that implement PropertyNamesIterator
 class _PropertyNamesIteratorStub
          Generated from IDL interface "PropertyNamesIterator".
 

Fields in org.omg.CosPropertyService declared as PropertyNamesIterator
 PropertyNamesIterator PropertyNamesIteratorHolder.value
           
 

Methods in org.omg.CosPropertyService that return PropertyNamesIterator
 PropertyNamesIterator PropertyNamesIteratorPOATie._this()
           
 PropertyNamesIterator PropertyNamesIteratorPOA._this()
           
 PropertyNamesIterator PropertyNamesIteratorPOATie._this(ORB orb)
           
 PropertyNamesIterator PropertyNamesIteratorPOA._this(ORB orb)
           
static PropertyNamesIterator PropertyNamesIteratorHelper.extract(Any any)
           
static PropertyNamesIterator PropertyNamesIteratorHelper.narrow(Object obj)
           
static PropertyNamesIterator PropertyNamesIteratorHelper.read(InputStream in)
           
static PropertyNamesIterator PropertyNamesIteratorHelper.unchecked_narrow(Object obj)
           
 

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

Constructors in org.omg.CosPropertyService with parameters of type PropertyNamesIterator
PropertyNamesIteratorHolder(PropertyNamesIterator initial)