IBM Rational Performance Tester SDK

Uses of Interface
com.ibm.rational.test.lt.recorder.core.packet.IRecorderPacket

Packages that use IRecorderPacket
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. 
 

Uses of IRecorderPacket in com.ibm.rational.test.lt.recorder.core.annotations
 

Subinterfaces of IRecorderPacket in com.ibm.rational.test.lt.recorder.core.annotations
 interface IRecorderAnnotationPacket
          A recorder packet that carries a recording annotation.
 

Uses of IRecorderPacket in com.ibm.rational.test.lt.recorder.core.extensibility
 

Methods in com.ibm.rational.test.lt.recorder.core.extensibility with parameters of type IRecorderPacket
 void IRecorderContext.packetCaptured(IRecorderPacket packet)
          Notifies the framework that a packet was captured by the recorder.
 

Uses of IRecorderPacket in com.ibm.rational.test.lt.recorder.core.io
 

Methods in com.ibm.rational.test.lt.recorder.core.io that return IRecorderPacket
 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.
 

Methods in com.ibm.rational.test.lt.recorder.core.io with parameters of type IRecorderPacket
 void IPacketOutputStream.writePacket(IRecorderPacket packet)
          Writes a packet to the stream.
 

Uses of IRecorderPacket in com.ibm.rational.test.lt.recorder.core.packet.connection
 

Subinterfaces of IRecorderPacket in com.ibm.rational.test.lt.recorder.core.packet.connection
 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.
 

Uses of IRecorderPacket in com.ibm.rational.test.lt.recorder.core.session
 

Methods in com.ibm.rational.test.lt.recorder.core.session with parameters of type IRecorderPacket
 void IRecorderListener.packetCaptured(IRecorder notifier, IRecorderPacket packet)
           
 

Uses of IRecorderPacket in com.ibm.rational.test.lt.testgen.core.conversion
 

Methods in com.ibm.rational.test.lt.testgen.core.conversion with parameters of type IRecorderPacket
 IRecorderPacketReference IPacketConverterContext.createPacketReference(IRecorderPacket packet)
          Creates a reference to the specified packet.
 

Uses of IRecorderPacket in com.ibm.rational.test.lt.testgen.core.testgen
 

Methods in com.ibm.rational.test.lt.testgen.core.testgen with parameters of type IRecorderPacket
 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.
 


IBM Rational Performance Tester SDK

© Copyright IBM Corp. 2012. All rights reserved.