org.omg.CosPropertyService
Interface PropertiesIteratorOperations

All Known Subinterfaces:
PropertiesIterator
All Known Implementing Classes:
_PropertiesIteratorStub, PropertiesIteratorPOA, PropertiesIteratorPOATie

public interface PropertiesIteratorOperations

Generated from IDL interface "PropertiesIterator".

Version:
generated at Dec 2, 2008 2:43:27 PM
Author:
JacORB IDL compiler V 2.3.0 (JBoss patch 5), 06-Jun-2007

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

Method Detail

reset

void reset()

next_one

boolean next_one(PropertyHolder aproperty)

next_n

boolean next_n(int how_many,
               PropertiesHolder nproperties)

destroy

void destroy()