Interface | Description |
---|---|
ICountable | |
ICounter | |
ICounterFactory | |
IDataArea |
The IDataArea interface defines functionality for data areas.
|
IKInitializeFinalize |
The
IKInitializeFinalize interface provides a way for protocols
to specify to the RPT Engine code to be executed:
. once by the RPT Engine at startup
. once by the RPT Engine at shutdown
. once by each RPT Engine Worker thread at startup
. once by each RPT Engine Worker thread at shutdown
This startup and shutdown code should be used when it is necessary to
have some initialization or shutdown code executed by the engine or
each worker thread before test execution occurs, or after test
execution finishes. |
IKMonitor |
Resource Monitoring Interface.
|
IKMonitorFactory | |
IKProcess | |
IKProcessFactory | |
IKSubsystem | |
ITime |
The ITime interface defines basic time services.
|
Class | Description |
---|---|
Constants | |
KEventConstants |
This class defines all the execution history event constants used by protocol agnostic classes.
|
ScheduleEventConstants |
The purpose of this class is to hold constants related to execution history events emitted by
schedule related entities.
|
Exception | Description |
---|---|
DataAreaLockException |
A
DataAreaLockException is thrown whenever an attempt is made to modify a locked DataArea key. |
NotImplementedException | |
ReadOnlyException |
Error | Description |
---|---|
KError | |
KVirtualUserError |
© Copyright IBM Corp. 2013. All rights reserved.