|
IBM Rational Performance Tester SDK | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IPacketStoreIterator
An iterator that allows to iterate through the packet references stored
in a IPacketReferenceStore
.
Method Summary | |
---|---|
void |
close()
Discards this iterator. |
long |
getMinPendingPacketTime()
Returns the minimal start time of the remaining packets to be iterated through. |
IRecorderPacketReference |
next()
Returns the next packet reference, or null if the end
has been reached. |
Method Detail |
---|
IRecorderPacketReference next()
null
if the end
has been reached.
long getMinPendingPacketTime()
void close()
IPacketStoreIterator.next()
returns null
, but can be performed manually sooner.
|
IBM Rational Performance Tester SDK | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |