IBM Rational Performance Tester SDK

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

Packages that use IRecordingSession
com.ibm.rational.test.lt.recorder.core Provides entry points to the recording framework. 
com.ibm.rational.test.lt.recorder.core.session Provides the infrastructure for controlling a recording session. 
com.ibm.rational.test.lt.recorder.ui Provides programmatic entry points to the recorder framework user interface. 
com.ibm.rational.test.lt.recorder.ui.extensibility Classes and interfaces enabling extensions to contribute the recording framework user interface. 
com.ibm.rational.test.lt.recorder.ui.wizards Wizard related classes and interfaces. 
com.ibm.rational.test.lt.testgen.core Provides the entry points and constants for the test generation framework. 
com.ibm.rational.test.lt.testgen.ui Provides the entry points and constants for the test generation framework user interface. 
com.ibm.rational.test.lt.testgen.ui.wizards Provides the classes and interfaces for implementing test generator wizards. 
 

Uses of IRecordingSession in com.ibm.rational.test.lt.recorder.core
 

Methods in com.ibm.rational.test.lt.recorder.core that return IRecordingSession
 IRecordingSession RecorderCore.createRecordingSession(RecordingSessionConfiguration config)
          Creates a new recording session, using the provided session configuration.
 IRecordingSession RecorderCore.loadRecordingSession(IFile persistedSessionFile)
          Loads a persisted session or returns the active session that is currently persisting its activity to the specified file.
 

Methods in com.ibm.rational.test.lt.recorder.core that return types with arguments of type IRecordingSession
 List<IRecordingSession> RecorderCore.getActiveSessions()
          Returns the active recording sessions (i.e. sessions that have been started and not yet terminated).
 

Methods in com.ibm.rational.test.lt.recorder.core with parameters of type IRecordingSession
 void IRecorderCoreListener.sessionCreated(IRecordingSession session)
          Indicates that a new recording session was created.
 

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

Methods in com.ibm.rational.test.lt.recorder.core.session that return IRecordingSession
 IRecordingSession IRecordingComponent.getSession()
          Returns the recording session that this component belongs to.
 

Methods in com.ibm.rational.test.lt.recorder.core.session with parameters of type IRecordingSession
 void IRecordingSessionListener.clientAdded(IRecordingSession notifier, IClient client)
           
 void IRecordingSessionListener.recorderAdded(IRecordingSession notifier, IRecorder recorder)
           
 

Uses of IRecordingSession in com.ibm.rational.test.lt.recorder.ui
 

Methods in com.ibm.rational.test.lt.recorder.ui that return IRecordingSession
static IRecordingSession RecorderUi.launchSession(RecordingSessionConfiguration rsc, IWorkbenchWindow window)
          Launches a new recording session, based on the provided session configuration and displays it in the specified workbench window.
 

Methods in com.ibm.rational.test.lt.recorder.ui with parameters of type IRecordingSession
static String RecorderUi.getRecordingSessionDescription(IRecordingSession session)
          Returns a short description of a recording session content.
static void RecorderUi.openEditorView(IRecordingSession session, IWorkbenchWindow window)
          Opens if necessary, and activates the Recording Session editor for the specified recording session, in the active page of the specified workbench window.
 

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

Methods in com.ibm.rational.test.lt.recorder.ui.extensibility with parameters of type IRecordingSession
 void IRecordingSessionUiContributor.initialize(IRecordingSession session)
           
 

Uses of IRecordingSession in com.ibm.rational.test.lt.recorder.ui.wizards
 

Methods in com.ibm.rational.test.lt.recorder.ui.wizards that return IRecordingSession
 IRecordingSession INewRecordingSessionWizard.getRecordingSession()
          Returns the recording session that was launched by the wizard, if any.
 

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

Methods in com.ibm.rational.test.lt.testgen.core with parameters of type IRecordingSession
 com.ibm.rational.test.lt.testgen.core.configurator.ITestGenerationConfigurator TestgenCore.createTestGenerationConfigurator(IRecordingSession session)
          Creates a new Test Generation Configurator for the specified recording session.
 

Constructors in com.ibm.rational.test.lt.testgen.core with parameters of type IRecordingSession
TestGenerator(TestGenerationConfiguration configuration, IRecordingSession recordingSession, ITestGeneratorLog log)
          Instantiates a new test generator.
 

Uses of IRecordingSession in com.ibm.rational.test.lt.testgen.ui
 

Methods in com.ibm.rational.test.lt.testgen.ui with parameters of type IRecordingSession
static LTTest TestGenUI.runTestGeneration(TestGenerationConfiguration configuration, IRecordingSession recordingSession, Shell shell)
          Performs a test generation operation and displays its progress in a modal dialog.
static void TestGenUI.startTestGeneration(TestGenerationConfiguration configuration, IRecordingSession recordingSession, Shell shell)
          Starts a test generation operation and displays its progress in a modal dialog.
 

Uses of IRecordingSession in com.ibm.rational.test.lt.testgen.ui.wizards
 

Methods in com.ibm.rational.test.lt.testgen.ui.wizards that return IRecordingSession
 IRecordingSession ITestGenerationWizardContext.getRecordingSession()
          Returns the recording session that the test generator will work from.
 


IBM Rational Performance Tester SDK

© Copyright IBM Corp. 2012. All rights reserved.