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 Mar 21, 2012 11:04:33 AM
Author:
JacORB IDL compiler V 2.3.1 (JBoss patch01), 29-Jul-2009

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()