|
IBM Rational Performance Tester SDK | ||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use IRecorderPacketReference | |
---|---|
com.ibm.rational.test.lt.recorder.core.io | Provides the interfaces for reading and writing packet streams in recording session persistence files. |
com.ibm.rational.test.lt.recorder.core.session | Provides the infrastructure for controlling a recording session. |
com.ibm.rational.test.lt.testgen.core.conversion | Provides the classes and interfaces for implementing packet converters. |
com.ibm.rational.test.lt.testgen.core.store | Provides the classes and interfaces for manipulating packets and attachments from packet converters. |
Uses of IRecorderPacketReference in com.ibm.rational.test.lt.recorder.core.io |
---|
Methods in com.ibm.rational.test.lt.recorder.core.io that return IRecorderPacketReference | |
---|---|
IRecorderPacketReference |
IRecorderPacketReferenceSource.fromHandle(long handle)
|
IRecorderPacketReference |
IPacketReferenceInputStream.readPacketReference()
Returns a reference to the next packet in the stream. |
Methods in com.ibm.rational.test.lt.recorder.core.io with parameters of type IRecorderPacketReference | |
---|---|
void |
IPacketReferenceInputStream.seek(IRecorderPacketReference ref)
Sets the current position in the input stream just before the specified packet reference. |
long |
IRecorderPacketReferenceSource.toHandle(IRecorderPacketReference ref)
|
Uses of IRecorderPacketReference in com.ibm.rational.test.lt.recorder.core.session |
---|
Methods in com.ibm.rational.test.lt.recorder.core.session that return types with arguments of type IRecorderPacketReference | |
---|---|
List<IRecorderPacketReference> |
IRecordingSession.getAnnotationPacketReferences(IPacketReferenceInputStream stream)
Returns the annotations packet references that were emitted during the session. |
Uses of IRecorderPacketReference in com.ibm.rational.test.lt.testgen.core.conversion |
---|
Methods in com.ibm.rational.test.lt.testgen.core.conversion that return IRecorderPacketReference | |
---|---|
IRecorderPacketReference |
IPacketConverterContext.createPacketReference(IRecorderPacket packet)
Creates a reference to the specified packet. |
Methods in com.ibm.rational.test.lt.testgen.core.conversion with parameters of type IRecorderPacketReference | |
---|---|
void |
IPacketReferenceOutputStream.writePacket(IRecorderPacketReference ref,
long minPendingPacketTime)
Writes a packet reference to this output stream. |
void |
BasePacketConverter.writePacket(IRecorderPacketReference ref,
long minPendingPacketTime)
This implementation sends the packet to this converter output, with no additional transformation. |
Uses of IRecorderPacketReference in com.ibm.rational.test.lt.testgen.core.store |
---|
Methods in com.ibm.rational.test.lt.testgen.core.store that return IRecorderPacketReference | |
---|---|
IRecorderPacketReference |
IPacketStoreIterator.next()
Returns the next packet reference, or null if the end
has been reached. |
Methods in com.ibm.rational.test.lt.testgen.core.store with parameters of type IRecorderPacketReference | |
---|---|
void |
IPacketReferenceStore.add(IRecorderPacketReference ref,
long minPendingPacketTime)
Adds a packet reference. |
|
IBM Rational Performance Tester SDK | ||||||||||
PREV NEXT | FRAMES NO FRAMES |