IBM Rational Performance Tester SDK

com.ibm.rational.test.lt.recorder.core.extensibility
Class BaseClientDecorator

java.lang.Object
  extended by com.ibm.rational.test.lt.recorder.core.extensibility.BaseClientDecorator
All Implemented Interfaces:
IClientDecorator

public abstract class BaseClientDecorator
extends Object
implements IClientDecorator


Constructor Summary
BaseClientDecorator()
           
 
Method Summary
protected  IClientDecoratorContext getContext()
           
 void init(IClientDecoratorContext context)
          Initializes the decorator.
protected  IStatus koStatus(String message)
           
protected  IStatus koStatus(String message, Throwable exception)
           
protected  IStatus okStatus()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface com.ibm.rational.test.lt.recorder.core.extensibility.IClientDecorator
decorate, undecorate
 

Constructor Detail

BaseClientDecorator

public BaseClientDecorator()
Method Detail

init

public void init(IClientDecoratorContext context)
Description copied from interface: IClientDecorator
Initializes the decorator. There is exactly one decorator per RecorderClientBindingConfiguration as defined in the recording configuration, provided that a clientDecorator extension is defined in the registry for the couple {RecorderType,ClientType}.

Specified by:
init in interface IClientDecorator
Parameters:
context - The client decorator context. A typical implementation of this method should store the context instance so be used in the decoration and undecoration process.

getContext

protected final IClientDecoratorContext getContext()

okStatus

protected final IStatus okStatus()

koStatus

protected final IStatus koStatus(String message)

koStatus

protected final IStatus koStatus(String message,
                                 Throwable exception)

IBM Rational Performance Tester SDK

© Copyright IBM Corp. 2012. All rights reserved.