org.omg.CosPropertyService
Interface PropertyNamesIteratorOperations

All Known Subinterfaces:
PropertyNamesIterator
All Known Implementing Classes:
PropertyNamesIteratorPOA

public interface PropertyNamesIteratorOperations

Interface definition : PropertyNamesIterator

Author:
OpenORB Compiler

Method Summary
 void destroy()
          Operation destroy
 boolean next_n(int how_many, PropertyNamesHolder property_names)
          Operation next_n
 boolean next_one(org.omg.CORBA.StringHolder property_name)
          Operation next_one
 void reset()
          Operation reset
 

Method Detail

reset

public void reset()
Operation reset

next_one

public boolean next_one(org.omg.CORBA.StringHolder property_name)
Operation next_one

next_n

public boolean next_n(int how_many,
                      PropertyNamesHolder property_names)
Operation next_n

destroy

public void destroy()
Operation destroy