|
IBM Rational Performance Tester SDK | ||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of IKAction in com.ibm.rational.test.lt.execution.core.impl |
---|
Classes in com.ibm.rational.test.lt.execution.core.impl that implement IKAction | |
---|---|
class |
LTTestScript
|
Uses of IKAction in com.ibm.rational.test.lt.kernel |
---|
Methods in com.ibm.rational.test.lt.kernel with parameters of type IKAction | |
---|---|
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. |
Uses of IKAction in com.ibm.rational.test.lt.kernel.action |
---|
Subinterfaces of IKAction in com.ibm.rational.test.lt.kernel.action | |
---|---|
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. |
Methods in com.ibm.rational.test.lt.kernel.action that return IKAction | |
---|---|
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. |
Methods in com.ibm.rational.test.lt.kernel.action with parameters of type IKAction | |
---|---|
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 |
Uses of IKAction in com.ibm.rational.test.lt.kernel.action.impl |
---|
Classes in com.ibm.rational.test.lt.kernel.action.impl that implement IKAction | |
---|---|
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
|
Methods in com.ibm.rational.test.lt.kernel.action.impl that return IKAction | |
---|---|
IKAction |
KExceptionHandler.getAction()
|
Constructors in com.ibm.rational.test.lt.kernel.action.impl with parameters of type IKAction | |
---|---|
KExceptionHandler(Class<? extends Throwable> exceptionClass,
IKAction action)
|
|
KExceptionHandler(String className,
IKAction action)
|
|
KExceptionHandler(Throwable example,
IKAction action)
|
Uses of IKAction in com.ibm.rational.test.lt.kernel.engine |
---|
Subinterfaces of IKAction in com.ibm.rational.test.lt.kernel.engine | |
---|---|
interface |
IEngine
Interfaces for Test Execution. |
Methods in com.ibm.rational.test.lt.kernel.engine that return IKAction | |
---|---|
IKAction |
IWorker.getAction()
|
Methods in com.ibm.rational.test.lt.kernel.engine with parameters of type IKAction | |
---|---|
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)
|
Uses of IKAction in com.ibm.rational.test.lt.kernel.impl |
---|
Methods in com.ibm.rational.test.lt.kernel.impl with parameters of type IKAction | |
---|---|
void |
KSubsystem.dispatch(IKAction action)
|
Uses of IKAction in com.ibm.rational.test.lt.kernel.io |
---|
Subinterfaces of IKAction in com.ibm.rational.test.lt.kernel.io | |
---|---|
interface |
IKChannel
|
|
IBM Rational Performance Tester SDK | ||||||||||
PREV NEXT | FRAMES NO FRAMES |