IBM Rational Performance Tester SDK

com.ibm.rational.test.lt.recorder.core.annotations
Interface IRecorderAnnotationPacket

All Superinterfaces:
IRecorderPacket, Serializable

public interface IRecorderAnnotationPacket
extends IRecorderPacket

A recorder packet that carries a recording annotation.


Method Summary
 RecorderAnnotation getAnnotation()
          Returns the recording annotation.
 int getIndex()
          Returns the annotation index.
 
Methods inherited from interface com.ibm.rational.test.lt.recorder.core.packet.IRecorderPacket
getEndTimestamp, getPacketType, getPacketVersion, getRecorderId, getSize, getStartTimestamp
 

Method Detail

getAnnotation

RecorderAnnotation getAnnotation()
Returns the recording annotation.

Returns:
the recording annotation.

getIndex

int getIndex()
Returns the annotation index.

Returns:
the annotation index.

IBM Rational Performance Tester SDK

© Copyright IBM Corp. 2012. All rights reserved.