|
IBM Rational Performance Tester SDK | ||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use DelegateInitializeException | |
---|---|
com.ibm.rational.test.lt.recorder.core.clients | Generic recording clients provided by the recording framework. |
com.ibm.rational.test.lt.recorder.core.extensibility | Classes and interfaces required to contribute recording components (clients, recorders...) |
Uses of DelegateInitializeException in com.ibm.rational.test.lt.recorder.core.clients |
---|
Methods in com.ibm.rational.test.lt.recorder.core.clients that throw DelegateInitializeException | |
---|---|
void |
ProcessBuilderClientDelegate.initialize(IClientContext context)
This method should be overloaded by implementations to set (at least) the program path property ( ProcessBuilderClientDelegate.setProgramPath(File) ), and optionally the working
directory (ProcessBuilderClientDelegate.setWorkingDirectory(File) and the environment
(ProcessBuilderClientDelegate.setEnvironment(Map) ). |
Uses of DelegateInitializeException in com.ibm.rational.test.lt.recorder.core.extensibility |
---|
Methods in com.ibm.rational.test.lt.recorder.core.extensibility that throw DelegateInitializeException | |
---|---|
void |
IClientDelegate.initialize(IClientContext context)
Initializes this instance so it is ready to process commands and send events. |
void |
BaseClientDelegate.initialize(IClientContext context)
This method may be overridden if desired, but the overriding method should make sure that the super implementation is invoked. |
void |
IRecorderDelegate.initialize(IRecorderContext context)
Initializes this instance so it ready to process commands and send events. |
void |
BaseRecorderDelegate.initialize(IRecorderContext context)
This method may be overridden if desired, but the overriding method should make sure that the super implementation is invoked. |
|
IBM Rational Performance Tester SDK | ||||||||||
PREV NEXT | FRAMES NO FRAMES |