IBM Rational Performance Tester SDK

Uses of Interface
com.ibm.rational.test.lt.recorder.core.session.IRecorder

Packages that use IRecorder
com.ibm.rational.test.lt.recorder.core.session Provides the infrastructure for controlling a recording session. 
com.ibm.rational.test.lt.recorder.ui.actions Action abstract classes enabling extensions to contribute to the recording framework user interface. 
com.ibm.rational.test.lt.recorder.ui.extensibility Classes and interfaces enabling extensions to contribute the recording framework user interface. 
 

Uses of IRecorder in com.ibm.rational.test.lt.recorder.core.session
 

Methods in com.ibm.rational.test.lt.recorder.core.session that return IRecorder
 IRecorder IRecordingSession.getRecorder(short recorderId)
           
 

Methods in com.ibm.rational.test.lt.recorder.core.session that return types with arguments of type IRecorder
 List<IRecorder> IRecordingSession.getRecorders()
           
 List<IRecorder> IClient.getRecorders()
           
 

Methods in com.ibm.rational.test.lt.recorder.core.session with parameters of type IRecorder
 void IRecorderListener.packetCaptured(IRecorder notifier, IRecorderPacket packet)
           
 void IRecordingSessionListener.recorderAdded(IRecordingSession notifier, IRecorder recorder)
           
 

Uses of IRecorder in com.ibm.rational.test.lt.recorder.ui.actions
 

Methods in com.ibm.rational.test.lt.recorder.ui.actions that return IRecorder
 IRecorder AbstractAnnotationAction.getAnnotationRecorder()
          Returns the annotation recorder where any annotation emitted by this action should be sent.
 

Methods in com.ibm.rational.test.lt.recorder.ui.actions with parameters of type IRecorder
 void AbstractAnnotationAction.setAnnotationRecorder(IRecorder recorder)
          Sets the annotation recorder where any annotation emitted by this action should be sent.
 

Uses of IRecorder in com.ibm.rational.test.lt.recorder.ui.extensibility
 

Methods in com.ibm.rational.test.lt.recorder.ui.extensibility with parameters of type IRecorder
 void IRecorderUiContributor.initialize(IRecorder recorder)
           
 


IBM Rational Performance Tester SDK

© Copyright IBM Corp. 2012. All rights reserved.