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.
fromHandle
IRecorderPacketReference fromHandle(long handle)
toHandle
long toHandle(IRecorderPacketReference ref)
© Copyright IBM Corp. 2012. All rights reserved.