import "DsLogAdmin.idl";
Public Member Functions | |
| RecordList | get (in unsigned long position, in unsigned long how_many) raises (InvalidParam) |
| Return elements at requested position. | |
| void | destroy () |
| Destroy this iterator. | |
| void DsLogAdmin::Iterator::destroy | ( | ) |
Destroy this iterator.
| RecordList DsLogAdmin::Iterator::get | ( | in unsigned long | position, | |
| in unsigned long | how_many | |||
| ) | raises (InvalidParam) |
Return elements at requested position.
position - The position to start from. how_many - Number of records to retrieve.
how_many with LogRecord elements. If less than how_many records are available, all remaining records are returned. InvalidParam If position is larger than maximum iterator size of of position is before a position already requested. The latter is enforced because the iterator can not be backed up.
![]()