public abstract class BaseClientDecorator extends Object implements IClientDecorator
| Constructor and Description |
|---|
BaseClientDecorator() |
| Modifier and Type | Method and Description |
|---|---|
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() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitdecorate, undecoratepublic void init(IClientDecoratorContext context)
IClientDecoratorRecorderClientBindingConfiguration
as defined in the recording configuration, provided that a clientDecorator extension is defined
in the registry for the couple {RecorderType,ClientType}.init in interface IClientDecoratorcontext - The client decorator context. A typical implementation of this method should store
the context instance so be used in the decoration and undecoration process.protected final IClientDecoratorContext getContext()
protected final IStatus okStatus()
© Copyright IBM Corp. 2013. All rights reserved.