public interface NameValueUnitSequenceIteratorOperations
Modifier and Type | Method and Description |
---|---|
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.
|
void destroy() throws AoException
AoException
- with the following possible error codes:
AO_CONNECTION_LOST
AO_IMPLEMENTATION_PROBLEM
AO_NOT_IMPLEMENTED
AO_NO_MEMORY
AO_SESSION_NOT_ACTIVEint getCount() throws AoException
AoException
- with the following possible error codes:
AO_CONNECTION_LOST
AO_IMPLEMENTATION_PROBLEM
AO_NOT_IMPLEMENTED
AO_NO_MEMORY
AO_SESSION_NOT_ACTIVENameValueSeqUnit[] nextN(int how_many) throws AoException
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_ACTIVENameValueSeqUnit nextOne() throws AoException
AoException
- with the following possible error codes:
AO_CONNECTION_LOST
AO_IMPLEMENTATION_PROBLEM
AO_NOT_IMPLEMENTED
AO_NO_MEMORY
AO_SESSION_NOT_ACTIVEvoid reset() throws AoException
AoException
- with the following possible error codes:
AO_CONNECTION_LOST
AO_IMPLEMENTATION_PROBLEM
AO_NOT_IMPLEMENTED
AO_NO_MEMORY
AO_SESSION_NOT_ACTIVE