IBM Rational Performance Tester SDK

com.ibm.rational.test.lt.recorder.core.io
Interface IRecorderPacketReferenceSource

All Known Subinterfaces:
IPacketReferenceInputStream

public interface IRecorderPacketReferenceSource

An abstract source of recorder packet references. A reference source is able to provide the caller with packet references (in an implementation dependent way), and is also able to convert back and forth the references it has issued to a handle.


Method Summary
 IRecorderPacketReference fromHandle(long handle)
           
 long toHandle(IRecorderPacketReference ref)
           
 

Method Detail

fromHandle

IRecorderPacketReference fromHandle(long handle)

toHandle

long toHandle(IRecorderPacketReference ref)

IBM Rational Performance Tester SDK

© Copyright IBM Corp. 2012. All rights reserved.