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 Jan 1, 2011 11:43:06 PM
Author:
JacORB IDL compiler V 2.3.0 (JBoss patch 6), 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()