IBM Rational Performance Tester SDK

Uses of Class
com.ibm.rational.test.lt.recorder.core.annotations.RecorderAnnotation

Packages that use RecorderAnnotation
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.message Definition and implementations of messages exchanged between recording components and external entities. 
com.ibm.rational.test.lt.testgen.core.configuration Provides the classes for defining test generation configurations. 
com.ibm.rational.test.lt.testgen.core.testgen Provides the classes and interfaces for implementing test generators. 
 

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

Subclasses of RecorderAnnotation in com.ibm.rational.test.lt.recorder.core.annotations
 class RecordingSessionAmendmentAnnotation
          An annotation describing an amendment to a recording session configuration while the session is running.
 

Methods in com.ibm.rational.test.lt.recorder.core.annotations that return RecorderAnnotation
 RecorderAnnotation RecorderAnnotation.clone()
           
 RecorderAnnotation IRecorderAnnotationPacket.getAnnotation()
          Returns the recording annotation.
 RecorderAnnotation IAnnotationServerHandler.process(byte[] buffer, int len)
          Processes the buffer and returns an RecorderAnnotation
 

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

Methods in com.ibm.rational.test.lt.recorder.core.extensibility with parameters of type RecorderAnnotation
 void AnnotationStateHandler.annotate(RecorderAnnotation annotation, long interactionTime)
          Sub-classes should override this method in order to examine the annotation.
 

Uses of RecorderAnnotation in com.ibm.rational.test.lt.recorder.core.message
 

Methods in com.ibm.rational.test.lt.recorder.core.message that return RecorderAnnotation
 RecorderAnnotation AnnotationMessage.getAnnotation()
           
 

Constructors in com.ibm.rational.test.lt.recorder.core.message with parameters of type RecorderAnnotation
AnnotationMessage(RecorderAnnotation annotation, long interactionTime)
           
 

Uses of RecorderAnnotation in com.ibm.rational.test.lt.testgen.core.configuration
 

Methods in com.ibm.rational.test.lt.testgen.core.configuration that return RecorderAnnotation
 RecorderAnnotation AnnotationOverrideConfiguration.getAnnotation()
           
 

Methods in com.ibm.rational.test.lt.testgen.core.configuration with parameters of type RecorderAnnotation
 void AnnotationOverrideConfiguration.setAnnotation(RecorderAnnotation annotation)
           
 

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

Methods in com.ibm.rational.test.lt.testgen.core.testgen that return RecorderAnnotation
 RecorderAnnotation ITestGeneratorContext.resolveAnnotation(IRecorderAnnotationPacket packet)
          Returns the recorder annotation associated to the given annotation packet.
 


IBM Rational Performance Tester SDK

© Copyright IBM Corp. 2012. All rights reserved.