|
IBM Rational Performance Tester SDK | ||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use RecorderConfiguration | |
---|---|
com.ibm.rational.test.lt.recorder.core.config | Provides the classes for defining recording components configurations. |
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.session | Provides the infrastructure for controlling a recording session. |
com.ibm.rational.test.lt.recorder.ui.wizards | Wizard related classes and interfaces. |
com.ibm.rational.test.lt.testgen.core.conversion | Provides the classes and interfaces for implementing packet converters. |
com.ibm.rational.test.lt.testgen.core.testgen | Provides the classes and interfaces for implementing test generators. |
Uses of RecorderConfiguration in com.ibm.rational.test.lt.recorder.core.config |
---|
Methods in com.ibm.rational.test.lt.recorder.core.config that return RecorderConfiguration | |
---|---|
RecorderConfiguration |
RecorderConfiguration.clone()
|
RecorderConfiguration |
RecorderClientBindingConfiguration.getRecorderConfiguration()
|
RecorderConfiguration |
RecordingSessionConfiguration.getRecorderConfiguration(String type)
Returns the recorder configuration defined in the session that has the specified type. |
Methods in com.ibm.rational.test.lt.recorder.core.config that return types with arguments of type RecorderConfiguration | |
---|---|
List<RecorderConfiguration> |
RecordingSessionConfiguration.getRecorderConfigurations()
|
List<RecorderConfiguration> |
RecordingSessionConfiguration.getRecorderConfigurations(String type)
Returns the recorder configurations defined in the session configuration with the specified type. |
Methods in com.ibm.rational.test.lt.recorder.core.config with parameters of type RecorderConfiguration | |
---|---|
RecorderClientBindingConfiguration |
RecordingSessionConfiguration.getRecorderClientBinding(RecorderConfiguration recorderConfiguration,
ClientConfiguration clientConfiguration)
Returns the recorder-client binding between a specific recorder configuration and a specific client configuration. |
List<RecorderClientBindingConfiguration> |
RecordingSessionConfiguration.getRecorderClientBindings(RecorderConfiguration recorderConfiguration)
Returns the client bindings that are associated to the specified recorder configuration. |
Constructors in com.ibm.rational.test.lt.recorder.core.config with parameters of type RecorderConfiguration | |
---|---|
RecorderClientBindingConfiguration(ClientConfiguration clientConfiguration,
RecorderConfiguration recorderConfiguration)
|
Uses of RecorderConfiguration in com.ibm.rational.test.lt.recorder.core.extensibility |
---|
Methods in com.ibm.rational.test.lt.recorder.core.extensibility that return RecorderConfiguration | |
---|---|
RecorderConfiguration |
IClientContext.getBoundRecorderConfiguration(short recorderId)
Returns a configuration of a recorder bound to this client. |
RecorderConfiguration |
IRecorderContext.getRecorderConfiguration()
Returns the recorder configuration that the recorder delegate must conform to. |
RecorderConfiguration |
IClientDecoratorContext.getRecorderConfiguration()
Returns the configuration of the recorder that the client decorator works for. |
Methods in com.ibm.rational.test.lt.recorder.core.extensibility with parameters of type RecorderConfiguration | |
---|---|
IStatus |
IRecorderConfigurationDecorator.decorate(RecorderConfiguration configuration)
Validates and/or decorates the specified recorder configuration, so it is ready for launching. |
Uses of RecorderConfiguration in com.ibm.rational.test.lt.recorder.core.session |
---|
Methods in com.ibm.rational.test.lt.recorder.core.session that return RecorderConfiguration | |
---|---|
RecorderConfiguration |
IRecorder.getRecorderConfiguration()
|
Uses of RecorderConfiguration in com.ibm.rational.test.lt.recorder.ui.wizards |
---|
Methods in com.ibm.rational.test.lt.recorder.ui.wizards that return RecorderConfiguration | |
---|---|
RecorderConfiguration[] |
NewRecordersWizard.getRecorderConfigurations()
Returns the recorder configurations, filled with properties from the user input This method is invoked only when SubWizard.canFinishThisWizard() returns true . |
RecorderConfiguration[] |
NewRecorderClientWizard.getRecorderConfigurations()
Returns the recorder configurations, filled with properties from the user input This method is invoked only when SubWizard.canFinishThisWizard() returns true . |
Methods in com.ibm.rational.test.lt.recorder.ui.wizards with parameters of type RecorderConfiguration | |
---|---|
void |
NewRecorderClientWizard.initialize(ClientConfiguration clientConfiguration,
RecorderConfiguration recorderConfiguration)
Initializes the wizard with the specified configurations. |
void |
NewRecordersWizard.initialize(RecorderConfiguration recorderConfiguration)
Initializes the wizard with the specified configurations. |
protected void |
NewRecordersWizard.setRecorderConfigurations(RecorderConfiguration[] recorderConfigurations)
|
protected void |
NewRecorderClientWizard.setRecorderConfigurations(RecorderConfiguration[] recorderConfigurations)
|
Uses of RecorderConfiguration in com.ibm.rational.test.lt.testgen.core.conversion |
---|
Methods in com.ibm.rational.test.lt.testgen.core.conversion that return RecorderConfiguration | |
---|---|
RecorderConfiguration |
IPacketConverterContext.getRecorderConfiguration(short recorderId)
Returns the recorder configuration of the recorder with the specified id. |
Uses of RecorderConfiguration in com.ibm.rational.test.lt.testgen.core.testgen |
---|
Methods in com.ibm.rational.test.lt.testgen.core.testgen that return RecorderConfiguration | |
---|---|
RecorderConfiguration |
ITestGeneratorContext.getRecorderConfiguration(short recorderId)
Returns the recorder configuration of the recorder with the specified id. |
|
IBM Rational Performance Tester SDK | ||||||||||
PREV NEXT | FRAMES NO FRAMES |