public class ParmSetIteratorPOATie extends ParmSetIteratorPOA
| Constructor and Description |
|---|
ParmSetIteratorPOATie(ParmSetIteratorOperations delegate) |
ParmSetIteratorPOATie(ParmSetIteratorOperations delegate,
org.omg.PortableServer.POA poa) |
| Modifier and Type | Method and Description |
|---|---|
org.omg.PortableServer.POA |
_default_POA() |
ParmSetIteratorOperations |
_delegate() |
void |
_delegate(ParmSetIteratorOperations delegate) |
void |
destroy()
Destroy the iterator and drop all resources it holds
|
int |
how_many()
Returns the count of elements remain in the iterator
|
boolean |
next_n(int how_many,
ParmSetSeqHolder names) |
boolean |
next_one(ParmSetHolder name) |
void |
reset()
Reset the iterator to the beginning of the element list
|
_all_interfaces, _invoke, _this, _thispublic ParmSetIteratorPOATie(ParmSetIteratorOperations delegate)
public ParmSetIteratorPOATie(ParmSetIteratorOperations delegate, org.omg.PortableServer.POA poa)
public ParmSetIteratorOperations _delegate()
public void _delegate(ParmSetIteratorOperations delegate)
public org.omg.PortableServer.POA _default_POA()
_default_POA in class org.omg.PortableServer.Servantpublic boolean next_one(ParmSetHolder name)
public boolean next_n(int how_many,
ParmSetSeqHolder names)
public int how_many()
FissuresIteratorpublic void reset()
FissuresIteratorpublic void destroy()
FissuresIterator