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

A

actualDuration - Variable in class com.soasta.scripting.v1.SimulatedTransactionInfo
Optionally, the actual duration of the Transaction in milliseconds.

B

bytesReceived - Variable in class com.soasta.scripting.v1.SimulatedActionInfo
The number of bytes received for this action.
bytesSent - Variable in class com.soasta.scripting.v1.SimulatedActionInfo
The number of bytes sent for this action.

C

com.soasta.scripting.v1 - package com.soasta.scripting.v1
 
completionType - Variable in class com.soasta.scripting.v1.SimulatedActionInfo
The completion type for this action.
completionType - Variable in class com.soasta.scripting.v1.SimulatedTransactionInfo
The completion type for this Transaction.
Composition - Interface in com.soasta.scripting.v1
A singleton object that provides access to the current Composition and it's current state.
connectionEstablishTime - Variable in class com.soasta.scripting.v1.SimulatedActionInfo
The amount of time, in milliseconds, spent establishing a connection for this action.
Context - Interface in com.soasta.scripting.v1
A singleton object that provides access to components of, and the state of, the current Composition.
createSimulatedActionInfo() - Method in interface com.soasta.scripting.v1.Result
Factory method that creates a new instance of a SimulatedActionInfo object.
createSimulatedTargetInfo() - Method in interface com.soasta.scripting.v1.Result
Factory method that creates a new instance of a SimulatedTargetInfo object.
createSimulatedTransactionInfo() - Method in interface com.soasta.scripting.v1.Result
Factory method that creates a new instance of a SimulatedTransactionInfo object.
CustomProperties - Interface in com.soasta.scripting.v1
A singleton object that provides access to all Custom Properties in the current Composition.

D

deltaFromScheduledStart - Variable in class com.soasta.scripting.v1.SimulatedActionInfo
The difference, in milliseconds, between the time this action was "scheduled" to be started and when it was actually started.
deltaFromScheduledStart - Variable in class com.soasta.scripting.v1.SimulatedTransactionInfo
The difference, in milliseconds, between the time this Transaction was "scheduled" to be started and when it was actually started.
dnsLookupDuration - Variable in class com.soasta.scripting.v1.SimulatedActionInfo
The amount of time, in milliseconds, spent performing DNS lookup for this action.
duration - Variable in class com.soasta.scripting.v1.SimulatedActionInfo
The length of time, in milliseconds, spent actually communicating to perform this action, in milliseconds.

E

effectiveDuration - Variable in class com.soasta.scripting.v1.SimulatedTransactionInfo
Optionally, the "effective" duration of the Transaction in milliseconds.

F

failureText - Variable in class com.soasta.scripting.v1.SimulatedActionInfo
If the action is to be considered as having failed, this is the error text for the failure.
failureText - Variable in class com.soasta.scripting.v1.SimulatedTransactionInfo
If the Transaction is to be considered as having failed, this is the error text for the failure.

G

getComposition() - Method in interface com.soasta.scripting.v1.Context
Returns the Composition object, an object that represents the Composition itself and it's current state.
getContext() - Method in interface com.soasta.scripting.v1.ScriptEnvironment
Returns the singleton Context object, an object that provides access to components of, and the state of, the current Composition.
getCustomProperties() - Method in interface com.soasta.scripting.v1.ScriptEnvironment
Returns the singleton CustomProperties object, an object that provides access to all Custom Properties in the current Composition.
getGlobalProperties() - Method in interface com.soasta.scripting.v1.ScriptEnvironment
Returns the singleton GlobalProperties object, an object that provides access to all Global Properties in the Repository.
getPropertyValue(String, String) - Method in interface com.soasta.scripting.v1.CustomProperties
Returns the value of the specified Custom Property.
getPropertyValue(String, boolean) - Method in interface com.soasta.scripting.v1.GlobalProperties
Returns the value of the specified Global Property from the Repository.
getPropertyValue(String, String) - Method in interface com.soasta.scripting.v1.SystemProperties
Returns the value of the specified System Property.
getResult() - Method in interface com.soasta.scripting.v1.Context
Returns the singleton Result object, an object that that provides access to the Result object for the current play of the current Composition.
getSystemProperties() - Method in interface com.soasta.scripting.v1.ScriptEnvironment
Returns the singleton SystemProperties object, an object that provides access to all System Properties in the current Composition.
GlobalProperties - Interface in com.soasta.scripting.v1
A singleton object that provides access to all Global Properties in the Repository.

I

isAborting() - Method in interface com.soasta.scripting.v1.Composition
Returns an indication as to whether the Composition is currently trying to abort due to a "force stop" request.
isEnding() - Method in interface com.soasta.scripting.v1.Composition
Returns an indication as to whether the Composition is currently trying to end early (before normal completion) for any reason, such as a stop request or a fatal error.

N

name - Variable in class com.soasta.scripting.v1.SimulatedActionInfo
The name to be assigned to the action.
name - Variable in class com.soasta.scripting.v1.SimulatedTargetInfo
The name by which the Target of this action is known within it's Clip in the Composition (the Clip within which the calling Script resides).
name - Variable in class com.soasta.scripting.v1.SimulatedTransactionInfo
The name to be assigned to the simulated Transaction.

O

operation - Variable in class com.soasta.scripting.v1.SimulatedActionInfo
The "operation" for this action.

P

parentPath - Variable in class com.soasta.scripting.v1.SimulatedActionInfo
parentPathType and parentPath specify the "starting point" of the path, and the path itself, respectively, to the containing item into which this action is to be recorded.
parentPath - Variable in class com.soasta.scripting.v1.SimulatedTransactionInfo
parentPathType and parentPath specify the "starting point" of the path, and the path itself, respectively, to the containing item into which this Transaction is to be recorded.
parentPathType - Variable in class com.soasta.scripting.v1.SimulatedActionInfo
See parentPath.
parentPathType - Variable in class com.soasta.scripting.v1.SimulatedTransactionInfo
See parentPath.
postMessage(ResultLevel, String) - Method in interface com.soasta.scripting.v1.Result
Inserts a custom event (message) into the Result object with the given text.
postMessage(ResultLevel, String, String) - Method in interface com.soasta.scripting.v1.Result
Inserts a custom event (message) with details text into the Result object.

R

receiveTime - Variable in class com.soasta.scripting.v1.SimulatedActionInfo
The amount of time, in milliseconds, spent receiving for this action.
recordActionCompletion(SimulatedTargetInfo, SimulatedActionInfo) - Method in interface com.soasta.scripting.v1.Result
Records the completion of a simulated Action (Message) into the Result.
recordTransactionCompletion(SimulatedTransactionInfo) - Method in interface com.soasta.scripting.v1.Result
Records the completion of a simulated Transaction that was created by the recordTransactionStart method.
recordTransactionStart(SimulatedTransactionInfo) - Method in interface com.soasta.scripting.v1.Result
Records the start of a simulated Transaction into the Result.
repeatIndex - Variable in class com.soasta.scripting.v1.SimulatedActionInfo
An optional repeat index if the simulated action is to be considered to be repeating.
repeatIndex - Variable in class com.soasta.scripting.v1.SimulatedTransactionInfo
An optional repeat index if the simulated Transaction is to be considered to be repeating.
repositoryName - Variable in class com.soasta.scripting.v1.SimulatedTargetInfo
repositoryName and repositoryPath are the Repository names to be used for this simulted target, as if it was a real Target that came from the Repository.
repositoryPath - Variable in class com.soasta.scripting.v1.SimulatedTargetInfo
See repositoryName.
Result - Interface in com.soasta.scripting.v1
A singleton object that provides access to the Result object for the current play of the current Composition.
ResultLevel - Enum in com.soasta.scripting.v1
A message level indicator passed to postMessage methods of the Result object.

S

ScriptEnvironment - Interface in com.soasta.scripting.v1
The top level, starting object of this API.
ScriptEnvironmentException - Exception in com.soasta.scripting.v1
Exception class for errors that can be generated by this API.
ScriptEnvironmentException(String) - Constructor for exception com.soasta.scripting.v1.ScriptEnvironmentException
(Constructor can be called by the system only.)
sendTime - Variable in class com.soasta.scripting.v1.SimulatedActionInfo
The amount of time, in milliseconds, spent sending for this action.
setPropertyValue(String, String, Object) - Method in interface com.soasta.scripting.v1.CustomProperties
Sets a new value into the specified Custom Property.
setPropertyValue(String, Object) - Method in interface com.soasta.scripting.v1.GlobalProperties
Sets the value of the specified Global Property in the Repository.
setPropertyValue(String, String, Object) - Method in interface com.soasta.scripting.v1.SystemProperties
Sets a new value into the specified System Property.
SimulatedActionInfo - Class in com.soasta.scripting.v1
Contains information about a simulated Action that is being recorded into the Result via the recordActionCompletion method of the Result object.
SimulatedActionInfo() - Constructor for class com.soasta.scripting.v1.SimulatedActionInfo
 
SimulatedTargetInfo - Class in com.soasta.scripting.v1
Contains information about the simulated Target for a simulated Action that is being recorded into the Result via the recordActionCompletion method of the Result object.
SimulatedTargetInfo() - Constructor for class com.soasta.scripting.v1.SimulatedTargetInfo
 
SimulatedTransactionInfo - Class in com.soasta.scripting.v1
Contains information about a simulated Transaction that is being recorded into the Result via the recordTransactionStart or recordTransactionCompletion method of the Result object.
SimulatedTransactionInfo() - Constructor for class com.soasta.scripting.v1.SimulatedTransactionInfo
 
startTime - Variable in class com.soasta.scripting.v1.SimulatedActionInfo
The time at which the the action started, in milliseconds since epoch.
startTime - Variable in class com.soasta.scripting.v1.SimulatedTransactionInfo
Optionally, the start time of the Transaction, as expressed by System.currentTimeMillis() (the difference, measured in milliseconds, between the current time and midnight, January 1, 1970 UTC.
SystemProperties - Interface in com.soasta.scripting.v1
A singleton object that provides access to all System Properties in the current Composition.

T

textReceived - Variable in class com.soasta.scripting.v1.SimulatedActionInfo
The text of the response that was received for this action, to be reported in the Result.
textSent - Variable in class com.soasta.scripting.v1.SimulatedActionInfo
The text that was sent for this action, to be reported in the Result.
totalPortRetryCount - Variable in class com.soasta.scripting.v1.SimulatedActionInfo
The number of retries required to obtain a port from the OS in order to perform this action.
totalPortRetryTime - Variable in class com.soasta.scripting.v1.SimulatedActionInfo
The amount of time, in milliseconds, spent retrying to obtain a port from the OS in order to perform this action.
totalTime - Variable in class com.soasta.scripting.v1.SimulatedActionInfo
The total amount of time, in milliseconds, spent for this action, including communication time and other overhead processing time.
ttfb - Variable in class com.soasta.scripting.v1.SimulatedActionInfo
Time to first byte, in milliseconds.
ttlb - Variable in class com.soasta.scripting.v1.SimulatedActionInfo
Time to last byte, in milliseconds.

U

url - Variable in class com.soasta.scripting.v1.SimulatedActionInfo
The "URL" for this action.

V

validationPassed - Variable in class com.soasta.scripting.v1.SimulatedActionInfo
True if the action's "validation" is to be considered to have passed for Result reporting purposes.
valueOf(String) - Static method in enum com.soasta.scripting.v1.ResultLevel
Returns the enum constant of this type with the specified name.
values() - Static method in enum com.soasta.scripting.v1.ResultLevel
Returns an array containing the constants of this enum type, in the order they are declared.

W

waitForConnectionPoolTime - Variable in class com.soasta.scripting.v1.SimulatedActionInfo
The amount of time, in milliseconds, spent waiting on a Connection Pool for this action.
A B C D E F G I N O P R S T U V W