IBM Rational Performance Tester SDK

Uses of Class
com.ibm.rational.test.lt.recorder.core.session.RecordingSessionState

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

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

Methods in com.ibm.rational.test.lt.recorder.core.session that return RecordingSessionState
 RecordingSessionState IRecordingSession.getState()
          Returns the current state of the session.
static RecordingSessionState RecordingSessionState.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static RecordingSessionState[] RecordingSessionState.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in com.ibm.rational.test.lt.recorder.core.session with parameters of type RecordingSessionState
 void IRecordingSessionListener.stateChanged(Object notifier, RecordingSessionState oldState, RecordingSessionState newState)
           
 

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

Methods in com.ibm.rational.test.lt.recorder.ui.extensibility with parameters of type RecordingSessionState
 void IRecordingSessionUiContributor.recordingSessionStateChanged(RecordingSessionState oldState, RecordingSessionState newState)
           
 


IBM Rational Performance Tester SDK

© Copyright IBM Corp. 2012. All rights reserved.