public class ParameterNameIteratorPOATie extends ParameterNameIteratorPOA
| Constructor and Description |
|---|
ParameterNameIteratorPOATie(ParameterNameIteratorOperations delegate) |
ParameterNameIteratorPOATie(ParameterNameIteratorOperations delegate,
org.omg.PortableServer.POA poa) |
| Modifier and Type | Method and Description |
|---|---|
org.omg.PortableServer.POA |
_default_POA() |
ParameterNameIteratorOperations |
_delegate() |
void |
_delegate(ParameterNameIteratorOperations 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,
ParameterNameSeqHolder names) |
boolean |
next_one(org.omg.CORBA.StringHolder name) |
void |
reset()
Reset the iterator to the beginning of the element list
|
_all_interfaces, _invoke, _this, _thispublic ParameterNameIteratorPOATie(ParameterNameIteratorOperations delegate)
public ParameterNameIteratorPOATie(ParameterNameIteratorOperations delegate, org.omg.PortableServer.POA poa)
public ParameterNameIteratorOperations _delegate()
public void _delegate(ParameterNameIteratorOperations delegate)
public org.omg.PortableServer.POA _default_POA()
_default_POA in class org.omg.PortableServer.Servantpublic boolean next_one(org.omg.CORBA.StringHolder name)
public boolean next_n(int how_many,
ParameterNameSeqHolder names)
public int how_many()
FissuresIteratorpublic void reset()
FissuresIteratorpublic void destroy()
FissuresIterator