Modifier and Type | Class and Description |
---|---|
class |
LTTestScript |
Modifier and Type | Method and Description |
---|---|
void |
IKSubsystem.dispatch(IKAction action)
Dispatch action for further processing by the engine.
|
void |
IKSubsystem.enqueue(IKAction action)
Enqueue an action for service by the subsystem.
|
Modifier and Type | Interface and Description |
---|---|
interface |
ICondition
Interface for defining a condition.
|
interface |
IContainer
Interface for a collection of related actions.
|
interface |
IFor
A 'for' loop.
|
interface |
IIf
An 'if' block.
|
interface |
IKLoadTestSchedule
Define load test schedule behavior.
|
interface |
IKTransaction |
interface |
IKUserGroup
Define functionality a load test user group should implement.
|
interface |
ILoop
Special container to support looping.
|
interface |
IPacedLoop |
interface |
IParallel
Still under constuction...
|
interface |
IWhile
A 'while' loop.
|
Modifier and Type | Method and Description |
---|---|
IKAction |
IContainer.current() |
IKAction |
IContainer.get(String actionName) |
IKAction |
IKExceptionHandler.getAction() |
IKAction[] |
IContainer.getActionsArray() |
IKAction |
IContainer.next() |
IKAction |
IContainer.previous() |
IKAction |
IContainer.verifyParentRelationships()
Verify parent/child relationships in this container and below
This method was addded in order to address the possibility that
an action could have been added to multiple containers.
|
Modifier and Type | Method and Description |
---|---|
void |
IKSemaphore.acquire(IKAction action,
int permits)
Acquires the given number of permits from this semaphore,
blocking until all are available.
|
void |
IContainer.add(IKAction action)
Add an action to this container.
|
void |
IContainer.addFinally(IKAction initialAction)
Adds a KAction to the FINALLY clause for this container.
|
void |
IContainer.addInitially(IKAction initialAction)
Adds a KAction to the INITIALLY clause for this container.
|
void |
IContainer.finish(IKAction child)
Indicate that processing has finished for this action.
|
void |
IContainer.recordChildExecutionTime(IKAction child) |
boolean |
IContainer.remove(IKAction action)
Remove an action from this container.
|
void |
IKAction.setDispatchingAction(IKAction action)
Sets an action as the action that caused dispatching the current action
into the main execution queue.
|
void |
IFor.setIncrement(IKAction action)
Specify an action to perform when incrementing the loop.
|
void |
IFor.setInitialization(IKAction action)
Specify an action to perform at initialization
|
Modifier and Type | Class and Description |
---|---|
class |
com.ibm.rational.test.lt.kernel.action.impl.Container |
class |
com.ibm.rational.test.lt.kernel.action.impl.KAction |
class |
KCatchRPTEvent
This is a generic exception catching action that logs a message to the testLog and exits.
|
class |
com.ibm.rational.test.lt.kernel.action.impl.KContainer |
class |
com.ibm.rational.test.lt.kernel.action.impl.KScript |
Modifier and Type | Method and Description |
---|---|
IKAction |
KExceptionHandler.getAction() |
Constructor and Description |
---|
KExceptionHandler(Class<? extends Throwable> exceptionClass,
IKAction action) |
KExceptionHandler(String className,
IKAction action) |
KExceptionHandler(Throwable example,
IKAction action) |
Modifier and Type | Interface and Description |
---|---|
interface |
IEngine
Interfaces for Test Execution.
|
Modifier and Type | Method and Description |
---|---|
IKAction |
IWorker.getAction() |
Modifier and Type | Method and Description |
---|---|
void |
IDispatcher.dispatch(IKAction action)
Dispatch an action to an appropriate queue.
|
void |
IDispatcher.dispatch(IKAction action,
IQueue queue)
Dispatch an action to a particular queue.
|
void |
IActionQueue.enqueue(IKAction action) |
void |
IEngine.runUntilFinish(IKAction action)
Dispatch next action and wait for specific action finish.
|
void |
IEngine.runUntilStarted(IKAction action)
Dispatch next action and wait for specific action start.
|
void |
IWorker.setAction(IKAction action) |
Modifier and Type | Method and Description |
---|---|
void |
KSubsystem.dispatch(IKAction action) |
Modifier and Type | Interface and Description |
---|---|
interface |
IKChannel |
© Copyright IBM Corp. 2013. All rights reserved.