IBM Rational Performance Tester SDK

com.ibm.rational.test.lt.recorder.core.extensibility
Interface IRecorderConfigurationDecorator


public interface IRecorderConfigurationDecorator

A decorator, registered using the extension point com.ibm.rational.test.lt.recorder.core.configurationDecocrator, that can validate or modify a recorder configuration, just before the recording session it belongs to is launched.


Method Summary
 IStatus decorate(RecorderConfiguration configuration)
          Validates and/or decorates the specified recorder configuration, so it is ready for launching.
 

Method Detail

decorate

IStatus decorate(RecorderConfiguration configuration)
Validates and/or decorates the specified recorder configuration, so it is ready for launching.

Parameters:
configuration - A recorder configuration.
Returns:
A status indicating if the configuration can be launched. Only OK and ERROR severities are supported. A message must be provided if the status severity is ERROR.

IBM Rational Performance Tester SDK

© Copyright IBM Corp. 2012. All rights reserved.