public class ParameterDefIteratorPOATie extends ParameterDefIteratorPOA
| Constructor and Description |
|---|
ParameterDefIteratorPOATie(ParameterDefIteratorOperations delegate) |
ParameterDefIteratorPOATie(ParameterDefIteratorOperations delegate,
org.omg.PortableServer.POA poa) |
| Modifier and Type | Method and Description |
|---|---|
org.omg.PortableServer.POA |
_default_POA() |
ParameterDefIteratorOperations |
_delegate() |
void |
_delegate(ParameterDefIteratorOperations 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,
ParmDefSeqHolder parm_defs) |
boolean |
next_one(ParmDefHolder parmeter) |
void |
reset()
Reset the iterator to the beginning of the element list
|
_all_interfaces, _invoke, _this, _thispublic ParameterDefIteratorPOATie(ParameterDefIteratorOperations delegate)
public ParameterDefIteratorPOATie(ParameterDefIteratorOperations delegate, org.omg.PortableServer.POA poa)
public ParameterDefIteratorOperations _delegate()
public void _delegate(ParameterDefIteratorOperations delegate)
public org.omg.PortableServer.POA _default_POA()
_default_POA in class org.omg.PortableServer.Servantpublic boolean next_one(ParmDefHolder parmeter)
public boolean next_n(int how_many,
ParmDefSeqHolder parm_defs)
public int how_many()
FissuresIteratorpublic void reset()
FissuresIteratorpublic void destroy()
FissuresIterator