org.omg.CosPropertyService
Interface PropertiesIteratorOperations

All Known Subinterfaces:
PropertiesIterator
All Known Implementing Classes:
PropertiesIteratorPOA

public interface PropertiesIteratorOperations

Interface definition : PropertiesIterator

Author:
OpenORB Compiler

Method Summary
 void destroy()
          Operation destroy
 boolean next_n(int how_many, PropertiesHolder nproperties)
          Operation next_n
 boolean next_one(PropertyHolder aproperty)
          Operation next_one
 void reset()
          Operation reset
 

Method Detail

reset

public void reset()
Operation reset

next_one

public boolean next_one(PropertyHolder aproperty)
Operation next_one

next_n

public boolean next_n(int how_many,
                      PropertiesHolder nproperties)
Operation next_n

destroy

public void destroy()
Operation destroy