Package | Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
IRecorderPacketReference |
IRecorderPacketReferenceSource.fromHandle(long handle) |
IRecorderPacketReference |
IPacketReferenceInputStream.readPacketReference()
Returns a reference to the next packet in the stream.
|
Modifier and Type | Method and Description |
---|---|
void |
IPacketReferenceInputStream.seek(IRecorderPacketReference ref)
Sets the current position in the input stream just before the specified packet
reference.
|
long |
IRecorderPacketReferenceSource.toHandle(IRecorderPacketReference ref) |
Modifier and Type | Method and Description |
---|---|
List<IRecorderPacketReference> |
IRecordingSession.getAnnotationPacketReferences(IPacketReferenceInputStream stream)
Returns the annotations packet references that were emitted during the session.
|
Modifier and Type | Method and Description |
---|---|
IRecorderPacketReference |
IPacketConverterContext.createPacketReference(IRecorderPacket packet)
Creates a reference to the specified packet.
|
Modifier and Type | Method and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
IRecorderPacketReference |
IPacketStoreIterator.next()
Returns the next packet reference, or
null if the end
has been reached. |
Modifier and Type | Method and Description |
---|---|
void |
IPacketReferenceStore.add(IRecorderPacketReference ref,
long minPendingPacketTime)
Adds a packet reference.
|
© Copyright IBM Corp. 2013. All rights reserved.