Package | Description |
---|---|
com.ibm.rational.test.lt.recorder.core.annotations |
Provides the classes for describing recording annotations.
|
com.ibm.rational.test.lt.recorder.core.extensibility |
Classes and interfaces required to contribute recording components (clients, recorders...)
|
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.packet.connection |
Interfaces and base classes used to define recording packets with connection semantics.
|
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.testgen |
Provides the classes and interfaces for implementing test generators.
|
Modifier and Type | Interface and Description |
---|---|
interface |
IRecorderAnnotationPacket
A recorder packet that carries a recording annotation.
|
Modifier and Type | Method and Description |
---|---|
void |
IRecorderContext.packetCaptured(IRecorderPacket packet)
Notifies the framework that a packet was captured by the recorder.
|
Modifier and Type | Method and Description |
---|---|
IRecorderPacket |
IRecorderPacketReference.getRecorderPacket()
Returns the recorder packet, loading it from its persisted state if necessary.
|
IRecorderPacket |
IPacketInputStream.readPacket()
Returns the next packet in the stream.
|
Modifier and Type | Method and Description |
---|---|
void |
IPacketOutputStream.writePacket(IRecorderPacket packet)
Writes a packet to the stream.
|
Modifier and Type | Interface and Description |
---|---|
interface |
ICloseConnectionPacket
A packet indicating that a connection was closed.
|
interface |
IConnectionPacket
A packet carrying information related to a specific connection.
|
interface |
IDataConnectionPacket
A packet indicating that data was exchanged on an open connection.
|
interface |
IOpenConnectionPacket
A packet indicating that a connection was opened.
|
interface |
IReceiveConnectionPacket
A packet indicating that data was received by the client on an open connection.
|
interface |
ISendConnectionPacket
A packet indicating that data was sent by the client on an open connection.
|
Modifier and Type | Method and Description |
---|---|
void |
IRecorderListener.packetCaptured(IRecorder notifier,
IRecorderPacket packet) |
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 |
ITestGenerator.inspect(IRecorderPacket packet)
Inspects a recorder packet that was processed by another test generator.
|
void |
BaseTestGenerator.inspect(IRecorderPacket packet)
This implementation does nothing.
|
boolean |
ITestGenerator.process(IRecorderPacket packet)
Processes a recorder packet.
|
© Copyright IBM Corp. 2013. All rights reserved.