public class _NameValueUnitSequenceIteratorStub extends org.omg.CORBA.portable.ObjectImpl implements NameValueUnitSequenceIterator
Constructor and Description |
---|
_NameValueUnitSequenceIteratorStub() |
Modifier and Type | Method and Description |
---|---|
java.lang.String[] |
_ids() |
void |
destroy()
(27001)
Destroy the iterator and free the associated memory.
|
int |
getCount()
(27002)
Get the total number of elements accessible by the iterator.
|
NameValueSeqUnit[] |
nextN(int how_many)
(27003)
Get the next n elements from the sequence.
|
NameValueSeqUnit |
nextOne()
(27004)
Get the next element from the iterator.
|
void |
reset()
(27005)
Reset the internal pointer in the element iterator to the first
element.
|
_create_request, _create_request, _duplicate, _get_delegate, _get_domain_managers, _get_interface_def, _get_policy, _hash, _invoke, _is_a, _is_equivalent, _is_local, _non_existent, _orb, _release, _releaseReply, _request, _request, _servant_postinvoke, _servant_preinvoke, _set_delegate, _set_policy_override, equals, hashCode, toString
public void destroy() throws AoException
destroy
in interface NameValueUnitSequenceIteratorOperations
AoException
- with the following possible error codes:
AO_CONNECTION_LOST
AO_IMPLEMENTATION_PROBLEM
AO_NOT_IMPLEMENTED
AO_NO_MEMORY
AO_SESSION_NOT_ACTIVEpublic int getCount() throws AoException
getCount
in interface NameValueUnitSequenceIteratorOperations
AoException
- with the following possible error codes:
AO_CONNECTION_LOST
AO_IMPLEMENTATION_PROBLEM
AO_NOT_IMPLEMENTED
AO_NO_MEMORY
AO_SESSION_NOT_ACTIVEpublic NameValueSeqUnit[] nextN(int how_many) throws AoException
nextN
in interface NameValueUnitSequenceIteratorOperations
how_many
- The number of requested elements.AoException
- with the following possible error codes:
AO_BAD_PARAMETER
AO_CONNECTION_LOST
AO_IMPLEMENTATION_PROBLEM
AO_NOT_IMPLEMENTED
AO_NO_MEMORY
AO_SESSION_NOT_ACTIVEpublic NameValueSeqUnit nextOne() throws AoException
nextOne
in interface NameValueUnitSequenceIteratorOperations
AoException
- with the following possible error codes:
AO_CONNECTION_LOST
AO_IMPLEMENTATION_PROBLEM
AO_NOT_IMPLEMENTED
AO_NO_MEMORY
AO_SESSION_NOT_ACTIVEpublic void reset() throws AoException
reset
in interface NameValueUnitSequenceIteratorOperations
AoException
- with the following possible error codes:
AO_CONNECTION_LOST
AO_IMPLEMENTATION_PROBLEM
AO_NOT_IMPLEMENTED
AO_NO_MEMORY
AO_SESSION_NOT_ACTIVEpublic java.lang.String[] _ids()
_ids
in class org.omg.CORBA.portable.ObjectImpl