A B C D E F G I K L M N O P R S T V W

A

ACTION_DETAL - Static variable in interface com.ibm.rational.test.lt.kernel.services.ITestLogManager
(HTTP) Reports test log events in the most detail.
ALL - Static variable in interface com.ibm.rational.test.lt.kernel.services.IPDLogManager
Logs messages at the highest (most verbose) log level.
ALL - Static variable in interface com.ibm.rational.test.lt.kernel.services.IStatisticsManager
Reports all statistical counters.
ALL - Static variable in interface com.ibm.rational.test.lt.kernel.services.ITestLogManager
 
AVERAGE - Static variable in class com.ibm.rational.test.lt.kernel.statistics.impl.StatType
An AVERAGE counter represents a collection of values which should be averaged.
abort() - Method in interface com.ibm.rational.test.lt.kernel.services.ITransaction
Removes the transaction object from the virtual user's transaction collection.

B

breakLoop() - Method in interface com.ibm.rational.test.lt.kernel.services.ILoopControl
Causes termination of the loop as soon as the current child of the loop finishes.

C

CONFIG - Static variable in interface com.ibm.rational.test.lt.kernel.services.IPDLogManager
Logs message at the 'config' level.
com.ibm.rational.test.lt.kernel - package com.ibm.rational.test.lt.kernel
 
com.ibm.rational.test.lt.kernel.custom - package com.ibm.rational.test.lt.kernel.custom
 
com.ibm.rational.test.lt.kernel.services - package com.ibm.rational.test.lt.kernel.services
 
com.ibm.rational.test.lt.kernel.statistics - package com.ibm.rational.test.lt.kernel.statistics
 
com.ibm.rational.test.lt.kernel.statistics.impl - package com.ibm.rational.test.lt.kernel.statistics.impl
 
containsKey(Object) - Method in interface com.ibm.rational.test.lt.kernel.IDataArea
Returns true if there is a mapping for the specified key.
containsValue(Object) - Method in interface com.ibm.rational.test.lt.kernel.IDataArea
Returns true if there is an entry for this value.
continueLoop() - Method in interface com.ibm.rational.test.lt.kernel.services.ILoopControl
Causes the loop to skip the remainder of the current iteration of the body after the current child of the loop finishes.
currentTimeMillis() - Method in interface com.ibm.rational.test.lt.kernel.ITime
 

D

DEBUG - Static variable in interface com.ibm.rational.test.lt.kernel.services.ITestLogManager
 
DataAreaLockException - exception com.ibm.rational.test.lt.kernel.DataAreaLockException.
A DataAreaLockException is thrown whenever an attempt is made to modify a locked DataArea key.
DataAreaLockException() - Constructor for class com.ibm.rational.test.lt.kernel.DataAreaLockException
 
DataAreaLockException(String) - Constructor for class com.ibm.rational.test.lt.kernel.DataAreaLockException
 
DataAreaLockException(String, Throwable) - Constructor for class com.ibm.rational.test.lt.kernel.DataAreaLockException
 
DataAreaLockException(Throwable) - Constructor for class com.ibm.rational.test.lt.kernel.DataAreaLockException
 
decrement() - Method in interface com.ibm.rational.test.lt.kernel.statistics.IScalar
Decrement the counter by 1.
decrement(long) - Method in interface com.ibm.rational.test.lt.kernel.statistics.IScalar
Decrement the counter by the given value.

E

ENGINE - Static variable in interface com.ibm.rational.test.lt.kernel.IDataArea
The name of the DataArea provided at the engine level.
exec(ITestExecutionServices, String[]) - Method in interface com.ibm.rational.test.lt.kernel.custom.ICustomCode2
 

F

FINE - Static variable in interface com.ibm.rational.test.lt.kernel.services.IPDLogManager
Logs debug messages at the 'fine' level (produces the least amount of debugging output).
FINER - Static variable in interface com.ibm.rational.test.lt.kernel.services.IPDLogManager
Logs debug messages at the 'finer' level (produces a medium amount of debugging output).
FINEST - Static variable in interface com.ibm.rational.test.lt.kernel.services.IPDLogManager
Logs debug messages at the 'finest' level (produces the most debugging output).
findDataArea(String) - Method in interface com.ibm.rational.test.lt.kernel.services.ITestExecutionServices
Returns an IDataArea object for the named DataArea or null if no such DataArea exists.

G

get(Object) - Method in interface com.ibm.rational.test.lt.kernel.IDataArea
Retrieves an object from the current DataArea.
getARM() - Method in interface com.ibm.rational.test.lt.kernel.services.ITestExecutionServices
Retuns an IARM object that exposes ARM (Application Response Measurement)-related methods.
getActiveUsers() - Method in interface com.ibm.rational.test.lt.kernel.services.IEngineInfo
 
getCompletedUsers() - Method in interface com.ibm.rational.test.lt.kernel.services.IEngineInfo
 
getDeploymentDirectory() - Method in interface com.ibm.rational.test.lt.kernel.services.IEngineInfo
 
getElapsedTime() - Method in interface com.ibm.rational.test.lt.kernel.services.ITransaction
Returns the elapsed time for a transaction.
getHostName() - Method in interface com.ibm.rational.test.lt.kernel.services.IEngineInfo
 
getIterationCount() - Method in interface com.ibm.rational.test.lt.kernel.services.ILoopControl
Returns the iteration count (1-based) for the current instance of the loop.
getLevel() - Method in interface com.ibm.rational.test.lt.kernel.services.IPDLogManager
Gets the current active log level.
getLevel() - Method in interface com.ibm.rational.test.lt.kernel.services.IStatisticsManager
Returns the current level of statistics verbosity.
getLevel() - Method in interface com.ibm.rational.test.lt.kernel.services.ITestLogManager
Returns the current test log level.
getLoopControl() - Method in interface com.ibm.rational.test.lt.kernel.services.ITestExecutionServices
Returns an ILoopControl object that provides methods for limited control of the nearest enclosing loop in a performance test or schedule.
getName() - Method in interface com.ibm.rational.test.lt.kernel.IDataArea
Returns the name of the specified DataArea.
getName() - Method in interface com.ibm.rational.test.lt.kernel.services.ITestInfo
Returns the name of the current test.
getNetworkInterface() - Method in interface com.ibm.rational.test.lt.kernel.services.IEngineInfo
 
getPDLogLevel() - Method in interface com.ibm.rational.test.lt.kernel.services.ITestInfo
Returns the Problem Determination Log level that is effective for the current test.
getPDLogLevel() - Method in interface com.ibm.rational.test.lt.kernel.services.IVirtualUserInfo
Returns the Problem Determination Log level that is effective for the current test.
getPDLogManager() - Method in interface com.ibm.rational.test.lt.kernel.services.ITestExecutionServices
Returns an IPDLogManager object that provides methods for writing messages into the problem determination log from custom code actions.
getRandom() - Method in interface com.ibm.rational.test.lt.kernel.services.IVirtualUserInfo
Returns the virtual user's random number generator.
getStartTime() - Method in interface com.ibm.rational.test.lt.kernel.services.ITransaction
Returns the start time for the transaction.
getStat(String, StatType) - Method in interface com.ibm.rational.test.lt.kernel.statistics.IStatTree
Retrieves a child counter.
getStatTree() - Method in interface com.ibm.rational.test.lt.kernel.services.IStatisticsManager
Returns the root of the statistical counter tree.
getStatisticsManager() - Method in interface com.ibm.rational.test.lt.kernel.services.ITestExecutionServices
Returns an IStatisticsManager object that provides methods for creating and reporting statistical model counters.
getTestLogLevel() - Method in interface com.ibm.rational.test.lt.kernel.services.ITestInfo
Returns the TestLog level that is effective for the current test.
getTestLogLevel() - Method in interface com.ibm.rational.test.lt.kernel.services.IVirtualUserInfo
Returns the TestLog level that is effective for the current virtual user.
getTestLogManager() - Method in interface com.ibm.rational.test.lt.kernel.services.ITestExecutionServices
Returns an ITestLogManager object that provides methods for writing events, such as messages and verification points, to the TestLog (execution history).
getTime() - Method in interface com.ibm.rational.test.lt.kernel.services.ITestExecutionServices
Returns an ITime object that provides basic time methods used to synchronize all the computers in a performance test run, and to record the test start and elapsed time.
getTransaction(String) - Method in interface com.ibm.rational.test.lt.kernel.services.ITestExecutionServices
Asserts that an ITransaction object with the given label exists in the virtual tester's transaction collection and returns a reference to that transaction object.
getUID() - Method in interface com.ibm.rational.test.lt.kernel.services.IVirtualUserInfo
Returns the virtual user's globally unique id.
getUserGroupName() - Method in interface com.ibm.rational.test.lt.kernel.services.IVirtualUserInfo
Returns the name of the user group to which this virtual user belongs.
getUserName() - Method in interface com.ibm.rational.test.lt.kernel.services.IVirtualUserInfo
Returns the name of the virtual user.

I

IARM - interface com.ibm.rational.test.lt.kernel.services.IARM.
The IARM interface provides information about defining ARM (Application Response Measurement) specifications.
ICustomCode2 - interface com.ibm.rational.test.lt.kernel.custom.ICustomCode2.
 
IDataArea - interface com.ibm.rational.test.lt.kernel.IDataArea.
The IDataArea interface defines functionality for data areas.
IDataPoolManager - interface com.ibm.rational.test.lt.kernel.services.IDataPoolManager.
 
IEngineInfo - interface com.ibm.rational.test.lt.kernel.services.IEngineInfo.
The IEngineInfo interface provides information about the performance testing execution engine.
ILoopControl - interface com.ibm.rational.test.lt.kernel.services.ILoopControl.
The ILoopControl interface provides basic control over loops in a performance test or schedule.
INFO - Static variable in interface com.ibm.rational.test.lt.kernel.services.IPDLogManager
Logs messages at the 'informational' level.
IPDLogManager - interface com.ibm.rational.test.lt.kernel.services.IPDLogManager.
The IPDLogManager interface logs messages to the problem determination log from custom code actions.
IScalar - interface com.ibm.rational.test.lt.kernel.statistics.IScalar.
The IScalar interface is used for simple integer statistical counters.
IStat - interface com.ibm.rational.test.lt.kernel.statistics.IStat.
The IStat interface is used for observational statistical counters.
IStatTree - interface com.ibm.rational.test.lt.kernel.statistics.IStatTree.
The IStatTree interface is common to all statistical counters.
IStatisticsManager - interface com.ibm.rational.test.lt.kernel.services.IStatisticsManager.
The IStatisticsManager interface provides access to statistical counters for users of ICustomCode2.
ITestExecutionServices - interface com.ibm.rational.test.lt.kernel.services.ITestExecutionServices.
The ITestExecutionServices interface provides information for adding custom test execution features to tests.
ITestInfo - interface com.ibm.rational.test.lt.kernel.services.ITestInfo.
The ITestInfo interface provides information about the test that is currently executing.
ITestLogManager - interface com.ibm.rational.test.lt.kernel.services.ITestLogManager.
The ITestLogManager interface logs messages and verification points to the TestLog (execution history) from actions in custom code.
IText - interface com.ibm.rational.test.lt.kernel.statistics.IText.
The IText interface is used for text based statistical counters.
ITime - interface com.ibm.rational.test.lt.kernel.ITime.
The ITime interface defines basic time services.
ITransaction - interface com.ibm.rational.test.lt.kernel.services.ITransaction.
The ITransaction interface provides transaction support for users of ICustomCode2.
IVirtualUserInfo - interface com.ibm.rational.test.lt.kernel.services.IVirtualUserInfo.
The IVirtualUserInfo interface provides information about the virtual user.
iAVERAGE - Static variable in class com.ibm.rational.test.lt.kernel.statistics.impl.StatType
The integer value of the AVERAGE StatType.
iRANGE - Static variable in class com.ibm.rational.test.lt.kernel.statistics.impl.StatType
The integer value of the RANGE StatType.
iRATE - Static variable in class com.ibm.rational.test.lt.kernel.statistics.impl.StatType
The integer value of the RATE StatType.
iSCALAR - Static variable in class com.ibm.rational.test.lt.kernel.statistics.impl.StatType
The integer value of the SCALAR StatType.
iSTATIC - Static variable in class com.ibm.rational.test.lt.kernel.statistics.impl.StatType
The integer value of the STATIC StatType.
iSTRUCTURE - Static variable in class com.ibm.rational.test.lt.kernel.statistics.impl.StatType
The integer value of the STRUCTURE StatType.
iTEXT - Static variable in class com.ibm.rational.test.lt.kernel.statistics.impl.StatType
The integer value of the TEXT StatType.
increment() - Method in interface com.ibm.rational.test.lt.kernel.statistics.IScalar
Increment the counter by 1.
increment(long) - Method in interface com.ibm.rational.test.lt.kernel.statistics.IScalar
Increment the counter by the given value.
intValue() - Method in class com.ibm.rational.test.lt.kernel.statistics.impl.StatType
Returns this StatType's integer equivalent.
isStarted() - Method in interface com.ibm.rational.test.lt.kernel.services.ITransaction
Tests whether a transaction has been started.

K

KEY - Static variable in interface com.ibm.rational.test.lt.kernel.services.IEngineInfo
Key for the IEngineInfo object in the engine's DataArea that is provided by IBM Rational Performance Tester.
KEY - Static variable in interface com.ibm.rational.test.lt.kernel.services.ITestInfo
Key for the ITestInfo object in the test's DataArea,
KEY - Static variable in interface com.ibm.rational.test.lt.kernel.services.IVirtualUserInfo
Key for the supplied IVirtualUserInfo object in the virtual user's DataArea.

L

lock() - Method in interface com.ibm.rational.test.lt.kernel.IDataArea
Locks the entire DataArea.
lock(Object) - Method in interface com.ibm.rational.test.lt.kernel.IDataArea
Locks the specified key.
log(Object) - Method in interface com.ibm.rational.test.lt.kernel.services.IPDLogManager
Sends a message to the log if the calling virtual user is one of the virtual users that are being sampled.
log(Object, Throwable) - Method in interface com.ibm.rational.test.lt.kernel.services.IPDLogManager
Sends a message with a stack trace to the log if the calling virtual user is one of the virtual users that are being sampled.
log(int, Object) - Method in interface com.ibm.rational.test.lt.kernel.services.IPDLogManager
Sends a message (conditionally) to the log.
log(int, Object, Throwable) - Method in interface com.ibm.rational.test.lt.kernel.services.IPDLogManager
Sends a message with a stack trace (conditionally) to the log.

M

makeDefinition() - Method in interface com.ibm.rational.test.lt.kernel.statistics.IStatTree
Creates the XML fragments that define this counter.
makeObservation(long) - Method in interface com.ibm.rational.test.lt.kernel.statistics.IStatTree
Creates the XML fragments that constitute a sample for this counter.

N

NONE - Static variable in interface com.ibm.rational.test.lt.kernel.services.IPDLogManager
Does not log the message.
NONE - Static variable in interface com.ibm.rational.test.lt.kernel.services.IStatisticsManager
Reports no statistics.
NONE - Static variable in interface com.ibm.rational.test.lt.kernel.services.ITestLogManager
Does not report any test logs.

O

OutOfScopeException - exception com.ibm.rational.test.lt.kernel.services.OutOfScopeException.
OutOfScopeException indicates that an object created by ITestExecutionServices has been referenced outside of its intended scope.
OutOfScopeException() - Constructor for class com.ibm.rational.test.lt.kernel.services.OutOfScopeException
 
OutOfScopeException(String) - Constructor for class com.ibm.rational.test.lt.kernel.services.OutOfScopeException
 
OutOfScopeException(String, Throwable) - Constructor for class com.ibm.rational.test.lt.kernel.services.OutOfScopeException
 
OutOfScopeException(Throwable) - Constructor for class com.ibm.rational.test.lt.kernel.services.OutOfScopeException
 

P

PRIMARY_COUNTERS - Static variable in interface com.ibm.rational.test.lt.kernel.services.IStatisticsManager
Reports a moderate number of statistical counters.
PRIMARY_TEST_ACTION - Static variable in interface com.ibm.rational.test.lt.kernel.services.ITestLogManager
(HTTP) Reports test log events at the page level.
popPDLogLevel() - Method in interface com.ibm.rational.test.lt.kernel.services.ITestInfo
Pops the Problem Determination Log level stack.
popPDLogLevel() - Method in interface com.ibm.rational.test.lt.kernel.services.IVirtualUserInfo
Pops the Problem Determination Log level stack.
popTestLogLevel() - Method in interface com.ibm.rational.test.lt.kernel.services.ITestInfo
Pops the TestLog level stack.
popTestLogLevel() - Method in interface com.ibm.rational.test.lt.kernel.services.IVirtualUserInfo
Pops the TestLog level stack.
pushPDLogLevel(int) - Method in interface com.ibm.rational.test.lt.kernel.services.ITestInfo
Pushes the given Problem Determination Log level onto the test's stack.
pushPDLogLevel(int) - Method in interface com.ibm.rational.test.lt.kernel.services.IVirtualUserInfo
Pushes the given Problem Determination Log level onto the virtual user's stack.
pushTestLogLevel(int) - Method in interface com.ibm.rational.test.lt.kernel.services.ITestInfo
Pushes the given TestLog level onto the test's stack.
pushTestLogLevel(int) - Method in interface com.ibm.rational.test.lt.kernel.services.IVirtualUserInfo
Pushes the given TestLog level onto the virtual user stack.
put(Object, Object) - Method in interface com.ibm.rational.test.lt.kernel.IDataArea
Adds an object to the DataArea.

R

RANGE - Static variable in class com.ibm.rational.test.lt.kernel.statistics.impl.StatType
A RANGE counter represents a collection of values which should be averaged and a minimum and maximum value are of interest.
RATE - Static variable in class com.ibm.rational.test.lt.kernel.statistics.impl.StatType
A RATE counter represents a number of occurrences over a time period.
remove(Object) - Method in interface com.ibm.rational.test.lt.kernel.IDataArea
Removes the object with the given key from the DataArea.
reportEvent(ExecutionEvent) - Method in interface com.ibm.rational.test.lt.kernel.services.ITestLogManager
Reports a TPTP ExecutionEvent to the test log if the calling virtual user is being sampled.
reportEvent(ExecutionEvent, int) - Method in interface com.ibm.rational.test.lt.kernel.services.ITestLogManager
Reports a TPTP ExecutionEvent to the test log if the calling virtual user is being sampled.
reportMessage(String, int, int) - Method in interface com.ibm.rational.test.lt.kernel.services.ITestLogManager
Creates a TPTP MessageEvent and places it in the test log.
reportMessage(String, int) - Method in interface com.ibm.rational.test.lt.kernel.services.ITestLogManager
Creates a TPTP MessageEvent and places it in the test log.
reportMessage(String) - Method in interface com.ibm.rational.test.lt.kernel.services.ITestLogManager
Creates a TPTP MessageEvent and places it in the test log.
reportVerdict(String, int, int, String) - Method in interface com.ibm.rational.test.lt.kernel.services.ITestLogManager
Creates a TPTP VerdictEvent and places it in the test log.
reportVerdict(String, int, int) - Method in interface com.ibm.rational.test.lt.kernel.services.ITestLogManager
Creates a TPTP VerdictEvent and places it in the test log.
reportVerdict(String, int) - Method in interface com.ibm.rational.test.lt.kernel.services.ITestLogManager
Creates a TPTP VerdictEvent and places it in the test log.
reportVerdict(VerdictEvent) - Method in interface com.ibm.rational.test.lt.kernel.services.ITestLogManager
Reports a TPTP VerdictEvent.
reportVerificationPoint(String, int) - Method in interface com.ibm.rational.test.lt.kernel.services.ITestLogManager
Creates a TPTP VerdictEvent and places it in the test log.
reportVerificationPoint(String, int, String) - Method in interface com.ibm.rational.test.lt.kernel.services.ITestLogManager
Creates a TPTP VerdictEvent and places it in the test log.
reportVerificationPoint(String, int, String, int) - Method in interface com.ibm.rational.test.lt.kernel.services.ITestLogManager
Creates a TPTP VerdictEvent and places it in the test log.
reportVerificationPoint(String, int, String, int, String) - Method in interface com.ibm.rational.test.lt.kernel.services.ITestLogManager
Creates a TPTP VerdictEvent and places it in the test log.
reportVerificationPoint(VerdictEvent) - Method in interface com.ibm.rational.test.lt.kernel.services.ITestLogManager
Reports a user-created TPTP VerdictEvent as a user-defined verification point.
reset() - Method in interface com.ibm.rational.test.lt.kernel.statistics.IScalar
Mark the counter unmodified.

S

SCALAR - Static variable in class com.ibm.rational.test.lt.kernel.statistics.impl.StatType
A SCALAR counter is used when a simple count of events or objects is desired.
SCHEDULE - Static variable in interface com.ibm.rational.test.lt.kernel.services.ITestLogManager
Reports test log events that correspond to actions found in the schedule behavior model.
SECONDARY_TEST_ACTION - Static variable in interface com.ibm.rational.test.lt.kernel.services.ITestLogManager
(HTTP) Reports test log events at the request level.
SEVERE - Static variable in interface com.ibm.rational.test.lt.kernel.services.IPDLogManager
Logs messages at the 'severe' level (errors).
STATIC - Static variable in class com.ibm.rational.test.lt.kernel.statistics.impl.StatType
A STATIC counter is SCALAR that is used to provide the cumulative value for the life of the counter.
STRUCTURE - Static variable in class com.ibm.rational.test.lt.kernel.statistics.impl.StatType
A STRUCTURE StatType is specified when the only purpose of the counter is to build hierarchy for other counters.
StatType - class com.ibm.rational.test.lt.kernel.statistics.impl.StatType.
This class provides a list of valid statistical counter types.
StatType(String, int) - Constructor for class com.ibm.rational.test.lt.kernel.statistics.impl.StatType
Used for internal testing purposes only.
setDescription(String) - Method in interface com.ibm.rational.test.lt.kernel.statistics.IStatTree
Sets the description field of the counter.
setPDLogLevel(int) - Method in interface com.ibm.rational.test.lt.kernel.services.ITestInfo
Sets the Problem Determination Log level for the remainder of the current test to the given level.
setPDLogLevel(int) - Method in interface com.ibm.rational.test.lt.kernel.services.IVirtualUserInfo
Sets the Problem Determination Log level for the remainder of the current virtual user to the given level.
setTestLogLevel(int) - Method in interface com.ibm.rational.test.lt.kernel.services.ITestInfo
Sets the TestLog level for the remainder of the current test to the given level.
setTestLogLevel(int) - Method in interface com.ibm.rational.test.lt.kernel.services.IVirtualUserInfo
Sets the TestLog level for the remainder of the current virtual user's execution to the given level.
setText(String) - Method in interface com.ibm.rational.test.lt.kernel.statistics.IText
Sets the string value of the the counter.
start() - Method in interface com.ibm.rational.test.lt.kernel.services.ITransaction
Starts the transaction using the current time as the start timestamp.
start(long) - Method in interface com.ibm.rational.test.lt.kernel.services.ITransaction
Starts the transaction with the given timestamp as the starting time.
stop() - Method in interface com.ibm.rational.test.lt.kernel.services.ITransaction
Stops the named transaction.
stop(long) - Method in interface com.ibm.rational.test.lt.kernel.services.ITransaction
Stops the named transaction, using the given time as the stop time.
submitDataPoint(long) - Method in interface com.ibm.rational.test.lt.kernel.statistics.IStat
Submits a datapoint for a statistical counter

T

TEST - Static variable in interface com.ibm.rational.test.lt.kernel.IDataArea
The name of the DataArea provided for each test script.
TEXT - Static variable in class com.ibm.rational.test.lt.kernel.statistics.impl.StatType
A TEXT counter is used for values that do not fit the other types.
TransactionException - exception com.ibm.rational.test.lt.kernel.services.TransactionException.
TransactionException is a runtime exception that is thrown when a transaction is misused.
TransactionException() - Constructor for class com.ibm.rational.test.lt.kernel.services.TransactionException
 
TransactionException(String) - Constructor for class com.ibm.rational.test.lt.kernel.services.TransactionException
 
TransactionException(String, Throwable) - Constructor for class com.ibm.rational.test.lt.kernel.services.TransactionException
 
TransactionException(Throwable) - Constructor for class com.ibm.rational.test.lt.kernel.services.TransactionException
 
timeInTest() - Method in interface com.ibm.rational.test.lt.kernel.ITime
 
timeZero() - Method in interface com.ibm.rational.test.lt.kernel.ITime
 
toString() - Method in class com.ibm.rational.test.lt.kernel.statistics.impl.StatType
Returns the name of the StatType.

V

VIRTUALUSER - Static variable in interface com.ibm.rational.test.lt.kernel.IDataArea
The name of the DataArea provided for each virtual user.

W

WARNING - Static variable in interface com.ibm.rational.test.lt.kernel.services.IPDLogManager
Logs messages at the 'warning' level.
wouldARM() - Method in interface com.ibm.rational.test.lt.kernel.services.IARM
Returns true if the calling virtual user is being sampled for ARM processing.
wouldLog(int) - Method in interface com.ibm.rational.test.lt.kernel.services.IPDLogManager
Returns true if a log message with the given logLevel will appear in a log.
wouldReport(int) - Method in interface com.ibm.rational.test.lt.kernel.services.IStatisticsManager
Determines if the current execution will report statistics at a given level.
wouldReport(int) - Method in interface com.ibm.rational.test.lt.kernel.services.ITestLogManager
Returns true if a TestLog event of the given level will be delivered.

A B C D E F G I K L M N O P R S T V W

Copyright (c) IBM Corp. and others 2005. All rights reserved