IBM Rational Performance Tester SDK

Uses of Interface
com.ibm.rational.test.lt.testgen.core.conversion.IPacketReferenceOutputStream

Packages that use IPacketReferenceOutputStream
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 IPacketReferenceOutputStream in com.ibm.rational.test.lt.testgen.core.conversion
 

Subinterfaces of IPacketReferenceOutputStream in com.ibm.rational.test.lt.testgen.core.conversion
 interface IPacketConverter
          A packet converter performs the on-the-fly conversion of a recorder packet stream to another recorder packet stream.
 

Classes in com.ibm.rational.test.lt.testgen.core.conversion that implement IPacketReferenceOutputStream
 class BasePacketConverter
          A base implementation of IPacketConverter that stores the context passed to the BasePacketConverter.initialize(IPacketConverterContext).
 

Methods in com.ibm.rational.test.lt.testgen.core.conversion that return IPacketReferenceOutputStream
 IPacketReferenceOutputStream IPacketConverterContext.getOutputStream()
          Returns the packet output stream that the converter should be used to emit the result of the conversion.
 

Uses of IPacketReferenceOutputStream in com.ibm.rational.test.lt.testgen.core.store
 

Methods in com.ibm.rational.test.lt.testgen.core.store with parameters of type IPacketReferenceOutputStream
 void IPacketReferenceStore.flush(IPacketReferenceOutputStream outputStream, long minPendingPacketTime)
          Completes this store if this is not already done, and sends its content to the specified stream.
 


IBM Rational Performance Tester SDK

© Copyright IBM Corp. 2012. All rights reserved.