public class ParameterIteratorPOATie extends ParameterIteratorPOA
| Constructor and Description |
|---|
ParameterIteratorPOATie(ParameterIteratorOperations delegate) |
ParameterIteratorPOATie(ParameterIteratorOperations delegate,
org.omg.PortableServer.POA poa) |
| Modifier and Type | Method and Description |
|---|---|
org.omg.PortableServer.POA |
_default_POA() |
ParameterIteratorOperations |
_delegate() |
void |
_delegate(ParameterIteratorOperations 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,
ParmSeqHolder parms) |
boolean |
next_one(ParmHolder parameter) |
void |
reset()
Reset the iterator to the beginning of the element list
|
_all_interfaces, _invoke, _this, _thispublic ParameterIteratorPOATie(ParameterIteratorOperations delegate)
public ParameterIteratorPOATie(ParameterIteratorOperations delegate, org.omg.PortableServer.POA poa)
public ParameterIteratorOperations _delegate()
public void _delegate(ParameterIteratorOperations delegate)
public org.omg.PortableServer.POA _default_POA()
_default_POA in class org.omg.PortableServer.Servantpublic boolean next_one(ParmHolder parameter)
public boolean next_n(int how_many,
ParmSeqHolder parms)
public int how_many()
FissuresIteratorpublic void reset()
FissuresIteratorpublic void destroy()
FissuresIterator