IBM Rational Performance Tester SDK

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


public interface IClientConfigurationDecorator

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


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

Method Detail

decorate

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

Parameters:
configuration - A client 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.