com.ibm.rational.test.lt.recorder.core.extensibility
Class BaseClientDecorator
java.lang.Object
com.ibm.rational.test.lt.recorder.core.extensibility.BaseClientDecorator
- All Implemented Interfaces:
- IClientDecorator
public abstract class BaseClientDecorator
- extends Object
- implements IClientDecorator
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
BaseClientDecorator
public BaseClientDecorator()
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)
© Copyright IBM Corp. 2012. All rights reserved.