A C D E F G H I L M O P R S T W X

A

ALL_USERS - Static variable in class silk.performer.SilkPerformer
Operation is performed for all users.
AbortTransactionException - exception silk.performer.AbortTransactionException.
Intended for internal use only.
AbortTransactionException(String) - Constructor for class silk.performer.AbortTransactionException
Internal use only.
AbortTransactionException(int, String, int, int) - Constructor for class silk.performer.AbortTransactionException
Internal use only.
AttachThread() - Method in class silk.performer.SilkPerformer
Attaches the SilkPerformer runtime to a newly created Java thread.
AttributeDelete(String) - Method in class silk.performer.SilkPerformer
Removes an attribute from the global value pool by name.
AttributeGetBinary(String) - Method in class silk.performer.SilkPerformer
Retrieves a binary attribute from the global value pool by name.
AttributeGetBoolean(String) - Method in class silk.performer.SilkPerformer
Retrieves an boolean attribute from the global value pool by name.
AttributeGetDouble(String) - Method in class silk.performer.SilkPerformer
Retrieves a double attribute from the global value pool by name.
AttributeGetInt(String) - Method in class silk.performer.SilkPerformer
Retrieves an integer attribute from the global value pool by name.
AttributeGetString(String) - Method in class silk.performer.SilkPerformer
Retrieves a string attribute from the global value pool by name.
AttributeSetBinary(String, byte[]) - Method in class silk.performer.SilkPerformer
Sets a binary attribute value.
AttributeSetBinary(String, byte[], int) - Method in class silk.performer.SilkPerformer
Sets a number of bytes as binary attribute value.
AttributeSetBoolean(String, boolean) - Method in class silk.performer.SilkPerformer
Registers a named boolean attribute in the global value pool.
AttributeSetDouble(String, double) - Method in class silk.performer.SilkPerformer
Registers a named double attribute in the global value pool.
AttributeSetInt(String, int) - Method in class silk.performer.SilkPerformer
Registers a named integer attribute in the global value pool.
AttributeSetString(String, String) - Method in class silk.performer.SilkPerformer
Registers a named string attribute in the global value pool.
addMeasure(int) - Method in class silk.performer.MeasureTimer
Adds a single measurement to the time series.

C

Close() - Method in interface silk.performer.Error
Internally used for Oracle Forms replay.
Close() - Method in class silk.performer.ErrorImpl
Internally used for Oracle Forms replay.
CreateErrorCode(int, int, int) - Method in class silk.performer.SilkPerformer
Internally used for Oracle Forms replay.

D

DATE_DEFAULT - Static variable in class silk.performer.SilkPerformer
Default date format key.
DATE_ODBC - Static variable in class silk.performer.SilkPerformer
Date format key commonly needed together with ODBC.
DATE_YYYY_MM_DD - Static variable in class silk.performer.SilkPerformer
Date format key for YYYY-MM-DD representation.
DIRECTORY_DATA - Static variable in class silk.performer.SilkPerformer
Constant to retrieve directory information with GetDirectory.
DIRECTORY_HOME - Static variable in class silk.performer.SilkPerformer
Constant to retrieve directory information with GetDirectory.
DIRECTORY_INCLUDE - Static variable in class silk.performer.SilkPerformer
Constant to retrieve directory information with GetDirectory.
DIRECTORY_PROJECT - Static variable in class silk.performer.SilkPerformer
Constant to retrieve directory information with GetDirectory.
DIRECTORY_RESULT - Static variable in class silk.performer.SilkPerformer
Constant to retrieve directory information with GetDirectory.
DIRECTORY_SOURCE - Static variable in class silk.performer.SilkPerformer
Constant to retrieve directory information with GetDirectory.
deserialize(String) - Method in class silk.performer.ReflectionUtil
Reconstructs an object from a serialized version stored in a file.

E

Error - interface silk.performer.Error.
Internally used for Oracle Forms replay.
ErrorCreate(String) - Method in class silk.performer.SilkPerformer
Internally used for Oracle Forms replay.
ErrorCreate(String, int) - Method in class silk.performer.SilkPerformer
Internally used for Oracle Forms replay.
ErrorImpl - class silk.performer.ErrorImpl.
Internally used for Oracle Forms replay.
ErrorLogBegin(String, int) - Method in class silk.performer.SilkPerformer
Internally used for Oracle Forms replay.
ErrorLogEnd(int) - Method in class silk.performer.SilkPerformer
Internally used for Oracle Forms replay.
ErrorLogGetMaxSeverity() - Method in interface silk.performer.Error
Internally used for Oracle Forms replay.
ErrorLogGetMaxSeverity() - Method in class silk.performer.ErrorImpl
Internally used for Oracle Forms replay.
ErrorLogGetMaxSeverity(int) - Method in class silk.performer.SilkPerformer
Internally used for Oracle Forms replay.
ErrorLogRaise(int, int, String, int) - Method in class silk.performer.SilkPerformer
Internally used for Oracle Forms replay.
ensureSecurityManager() - Method in class silk.performer.ReflectionUtil
Ensures that a security manager is installed.

F

FileCSVLoad(String, String) - Method in class silk.performer.SilkPerformer
Reads a file in CSV format (character separated format) into the memory.
FileCSVLoad(String, String, String) - Method in class silk.performer.SilkPerformer
Reads a file in CSV format (character separated format) into the memory.
FileCSVLoadGlobal(String, String) - Method in class silk.performer.SilkPerformer
Reads a file with a global row pointer in CSV format (character separated format) into the memory.
FileCSVLoadGlobal(String, String, String) - Method in class silk.performer.SilkPerformer
Reads a file with a global row pointer in CSV format (character separated format) into the memory.
FileEx - interface silk.performer.FileEx.
FileEx interface defines all methods needed to provide the extended file functions of BDL.
FileFixedLoad(String, String) - Method in class silk.performer.SilkPerformer
Reads a file with fix formatted rows into the memory.
FileFixedLoadGlobal(String, String) - Method in class silk.performer.SilkPerformer
Reads a file with a global row pointer and fix formatted rows into the memory.
FileGetCol(int, int) - Method in interface silk.performer.FileEx
Retrieves a column value of the current row.
FileGetFirstRow() - Method in interface silk.performer.FileEx
Sets the current row pointer to the first row in the file.
FileGetNextRow() - Method in interface silk.performer.FileEx
Sets the row pointer to the row after the current row.
FileGetNumRows() - Method in interface silk.performer.FileEx
Calculates the number of rows the file contains.
FileGetRndRow() - Method in interface silk.performer.FileEx
Sets the row pointer to a randomly selected row of the file.
FileGetRow(int) - Method in interface silk.performer.FileEx
Sets the current row pointer to the row number specified.
FileUnload() - Method in interface silk.performer.FileEx
Discards all resources of a loaded file.
FlushResultFile(int) - Method in class silk.performer.SilkPerformer
Flushes the buffer of the specified result file.
FormatDate(int, String) - Method in class silk.performer.SilkPerformer
Formats a date.
FormatDateTime(int, int, String) - Method in class silk.performer.SilkPerformer
Formats date and time.
flush() - Method in class silk.performer.SilkPerformerPrintStream
 

G

GLOBAL_CANCELED - Static variable in class silk.performer.SilkPerformer
User was canceled while waiting for others.
GLOBAL_ERROR - Static variable in class silk.performer.SilkPerformer
Invalid state of checkpoint.
GLOBAL_PASSED - Static variable in class silk.performer.SilkPerformer
All users have reached the checkpoint the user was waiting for, it continues execution.
GLOBAL_SYNCHRONIZED - Static variable in class silk.performer.SilkPerformer
All users have reached the checkpoint the user was waiting for, it was the last one entering the checkpoint and continues execution.
GLOBAL_TIMEOUT - Static variable in class silk.performer.SilkPerformer
User was tired to wait for others, it continues execution.
GetAgent() - Method in class silk.performer.SilkPerformer
Retrieves the name of the agent machine of a user.
GetAgentId() - Method in class silk.performer.SilkPerformer
Retrieves a unique id for the agent of a user.
GetController() - Method in class silk.performer.SilkPerformer
Retrieves the name of the controller machine of a user.
GetDataFilePath(String) - Method in class silk.performer.SilkPerformer
The method returns the absolute path to a file in the data files section during the loadtest.
GetDirectory(int) - Method in class silk.performer.SilkPerformer
Retrieves the directory where specified types of SilkPerformer files are located.
GetErrorMsg(int) - Method in class silk.performer.SilkPerformer
Retrieves the description of an error.
GetFunctionName() - Method in class silk.performer.SilkPerformer
Returns the name of the currently executing BDL function.
GetIpAddress() - Method in class silk.performer.SilkPerformer
Used for Ip spoofing.
GetLastError() - Method in class silk.performer.SilkPerformer
Retrieves the code of the last error that was detected.
GetLastErrorMsg() - Method in class silk.performer.SilkPerformer
Retrieves the description of the last error that was detected.
GetLoadtest() - Method in class silk.performer.SilkPerformer
Retrieves the number of the load test generated for the current simulation.
GetProfile() - Method in class silk.performer.SilkPerformer
Retrieves the name of the settings profile that the current virtual user uses.
GetProject() - Method in class silk.performer.SilkPerformer
Retrieves the name of the project specified in the current workload definition file (.wdf file).
GetProjectfileName() - Method in class silk.performer.SilkPerformer
Returns the absolute path the to projectfile in use.
GetRuntimes() - Method in class silk.performer.SilkPerformer
Retrieves the number of users started on the current agent.
GetThinkTimeLimit() - Method in class silk.performer.SilkPerformer
Gets the value of the setting which specifies whether think times should be limited to a certain maximum value.
GetTimeStamp(int) - Method in class silk.performer.SilkPerformer
Returns the number of seconds or milliseconds elapsed since midnight (00:00:00), January 1, 1970 likewise as GMT or local time.
GetTransactionName() - Method in class silk.performer.SilkPerformer
Returns the name of the currently executing transaction.
GetUser() - Method in class silk.performer.SilkPerformer
Retrieves the user name.
GetUserId() - Method in class silk.performer.SilkPerformer
Retrieves a unique ID (number) per virtual user within a loadtest.
GetUserIdOnAgent() - Method in class silk.performer.SilkPerformer
Retrieves a unique ID (number) per virtual user on an agent (machine).
GetUsergroup() - Method in class silk.performer.SilkPerformer
Retrieves the name of the user group to which the current virtual user belongs.
GetWorkload() - Method in class silk.performer.SilkPerformer
Retrieves the name of the active workload which the current virtual user executes.
GlobalResourceEnter(String, int, int) - Method in class silk.performer.SilkPerformer
Defines a resource that can be occupied only by a limited number of users.
GlobalResourceEnter(String, int) - Method in class silk.performer.SilkPerformer
Defines a resource that can be occupied only by a limited number of users.
GlobalResourceEnter(String) - Method in class silk.performer.SilkPerformer
Defines a resource that can be occupied only by one user.
GlobalResourceRelease(String) - Method in class silk.performer.SilkPerformer
Releases a limited usable resource.
GlobalVarGet(String, int) - Method in class silk.performer.SilkPerformer
Retrieves a global integer value accessible for all agents.
GlobalVarInc(String, int, int) - Method in class silk.performer.SilkPerformer
Increments a global integer value accessible for all agents.
GlobalVarSet(String, int, int) - Method in class silk.performer.SilkPerformer
Sets a global integer value accessible for all agents.
GlobalWaitFor(String, int, int) - Method in class silk.performer.SilkPerformer
Defines a checkpoint (= rendezvous) and blocks the calling user.
GlobalWaitFor(String, int) - Method in class silk.performer.SilkPerformer
Defines a checkpoint and blocks the calling user.
GlobalWaitFor(String) - Method in class silk.performer.SilkPerformer
Defines a checkpoint and blocks the calling user.
getClock() - Method in class silk.performer.SilkPerformer
Calculates the native Windows processor time used by the calling process.
getErrCode() - Method in class silk.performer.AbortTransactionException
 
getFileName() - Method in interface silk.performer.FileEx
Retrieves the name of the file that is represented by this FileEx object.
getIdx() - Method in class silk.performer.MeasureCounter
Returns the counter list index of that object.
getIdx() - Method in class silk.performer.MeasureTimer
Returns the timer list index of that counter.
getName() - Method in class silk.performer.MeasureCounter
Returns the name of the counter.
getName() - Method in class silk.performer.MeasureTimer
Returns the name of the counter.
getNpBoolean(Object, String) - Static method in class silk.performer.ReflectionUtil
Retrieves the boolean value of the specified field of the specified object.
getNpByte(Object, String) - Static method in class silk.performer.ReflectionUtil
Retrieves the byte value of the specified field of the specified object.
getNpChar(Object, String) - Static method in class silk.performer.ReflectionUtil
Retrieves the char value of the specified field of the specified object.
getNpDouble(Object, String) - Static method in class silk.performer.ReflectionUtil
Retrieves the double value of the specified field of the specified object.
getNpFloat(Object, String) - Static method in class silk.performer.ReflectionUtil
Retrieves the float value of the specified field of the specified object.
getNpInt(Object, String) - Static method in class silk.performer.ReflectionUtil
Retrieves the int value of the specified field of the specified object.
getNpLong(Object, String) - Static method in class silk.performer.ReflectionUtil
Retrieves the long value of the specified field of the specified object.
getNpObject(Object, String) - Static method in class silk.performer.ReflectionUtil
Retrieves the Object value of the specified field of the specified object.
getNpShort(Object, String) - Static method in class silk.performer.ReflectionUtil
Retrieves the short value of the specified field of the specified object.
getNpStaticBoolean(Class, String) - Static method in class silk.performer.ReflectionUtil
Retrieves the boolean value of the specified static field of the specified class.
getNpStaticByte(Class, String) - Static method in class silk.performer.ReflectionUtil
Retrieves the byte value of the specified static field of the specified class.
getNpStaticChar(Class, String) - Static method in class silk.performer.ReflectionUtil
Retrieves the char value of the specified static field of the specified class.
getNpStaticDouble(Class, String) - Static method in class silk.performer.ReflectionUtil
Retrieves the double value of the specified static field of the specified class.
getNpStaticFloat(Class, String) - Static method in class silk.performer.ReflectionUtil
Retrieves the float value of the specified static field of the specified class.
getNpStaticInt(Class, String) - Static method in class silk.performer.ReflectionUtil
Retrieves the int value of the specified static field of the specified class.
getNpStaticLong(Class, String) - Static method in class silk.performer.ReflectionUtil
Retrieves the long value of the specified static field of the specified class.
getNpStaticObject(Class, String) - Static method in class silk.performer.ReflectionUtil
Retrieves the Object value of the specified static field of the specified class.
getNpStaticShort(Class, String) - Static method in class silk.performer.ReflectionUtil
Retrieves the short value of the specified static field of the specified class.
getTickCount() - Method in class silk.performer.SilkPerformer
Retrieves the number of milliseconds that have elapsed since Windows was started.
getUnit() - Method in class silk.performer.MeasureCounter
Returns the metric unit of the counter.
getUsage() - Method in class silk.performer.MeasureCounter
Returns the usage of the counter, see also MEASURE_USAGE_ options of SilkPerformer class.

H

Halt(String) - Method in class silk.performer.SilkPerformer
Displayes a message and terminates the current user.
Halt() - Method in class silk.performer.SilkPerformer
Terminates the current user.

I

INFINITE - Static variable in class silk.performer.SilkPerformer
Infinite timeout.
ITestClass - interface silk.performer.ITestClass.
 
IncDate(int, int) - Method in class silk.performer.SilkPerformer
Increments a date value.
inc() - Method in class silk.performer.MeasureCounter
Increments the counter by 1 and returns the current value (sum or average, see usage).
inc(double) - Method in class silk.performer.MeasureCounter
Increments the counter by a value and returns the current value (sum or average, see usage).
isGlobal() - Method in interface silk.performer.FileEx
Retrieves if a file has a global row pointer.

L

LIB_NAME - Static variable in class silk.performer.SilkPerformer
Library name that implements the SilkPerformer native methods.
LOCK - Static variable in class silk.performer.SilkPerformer
Synchronization object for threads.
LogApiInfo(int, String, String, int) - Method in class silk.performer.TrueLogApi
Internally used for Oracle Forms replay.
LogApiStatus(int, int, boolean) - Method in class silk.performer.TrueLogApi
Internally used for Oracle Forms replay.
LogError(String, String, int, String, String) - Method in class silk.performer.TrueLogApi
Internally used for Oracle Forms replay.
LogSimpleApiCall(String, String, String, int, int, int, int) - Method in class silk.performer.TrueLogApi
Internally used for Oracle Forms replay.
LogSimpleApiData(int, int, int, String, int, boolean) - Method in class silk.performer.TrueLogApi
Internally used for Oracle Forms replay.
LogSimpleApiProp(int, int, String, String) - Method in class silk.performer.TrueLogApi
Internally used for Oracle Forms replay.
LogSimpleApiProp(int, int, String, byte[], int) - Method in class silk.performer.TrueLogApi
Internally used for Oracle Forms replay.

M

MEASURE_COUNTER - Static variable in class silk.performer.SilkPerformer
Indicates counter measures related settings.
MEASURE_COUNTER_CUSTOMCOUNTER - Static variable in class silk.performer.SilkPerformer
Indicates a custom counter.
MEASURE_KIND_AVERAGE - Static variable in class silk.performer.SilkPerformer
Creates an average counter.
MEASURE_KIND_SUM - Static variable in class silk.performer.SilkPerformer
Creates a sum counter.
MEASURE_TIMER - Static variable in class silk.performer.SilkPerformer
Indicates timer measures related settings.
MEASURE_TIMER_RESPONSETIME - Static variable in class silk.performer.SilkPerformer
Indicates a responsetime measure.
MEASURE_USAGE - Static variable in class silk.performer.SilkPerformer
 
MEASURE_USAGE_AVGONLY_COUNTER - Static variable in class silk.performer.SilkPerformer
Usage parameter for Measure functions: the Average is displayed as default datasource in perfexp.
MEASURE_USAGE_AVG_COUNTER - Static variable in class silk.performer.SilkPerformer
Usage parameter for Measure functions: the Average is displayed as default datasource in perfexp.
MEASURE_USAGE_EVENT_COUNTER - Static variable in class silk.performer.SilkPerformer
Usage parameter for Measure functions: the Count is displayed as default datasource in perfexp.
MEASURE_USAGE_SUMONLY_COUNTER - Static variable in class silk.performer.SilkPerformer
Usage parameter for Measure functions: the Sum is displayed as default datasource in perfexp.
MEASURE_USAGE_SUM_COUNTER - Static variable in class silk.performer.SilkPerformer
Usage parameter for Measure functions: the Sum is displayed as default datasource in perfexp (= default).
MeasureCounter - class silk.performer.MeasureCounter.
Represents a custom counter.
MeasureCounter(String, SilkPerformer) - Constructor for class silk.performer.MeasureCounter
Creates a new custom counter without a metric unit string at first position of the counter list.
MeasureCounter(String, String, SilkPerformer) - Constructor for class silk.performer.MeasureCounter
Creates a new custom counter at first position of the counter list.
MeasureCounter(String, String, int, SilkPerformer) - Constructor for class silk.performer.MeasureCounter
Creates a new custom counter at first position of the counter list.
MeasureCounter(String, String, int, int, SilkPerformer) - Constructor for class silk.performer.MeasureCounter
Creates a new custom counter.
MeasureInc(String, int, int) - Method in class silk.performer.SilkPerformer
Increments the value of a custom counter and aggregates it individually.
MeasureInc(String, int) - Method in class silk.performer.SilkPerformer
Increments the value of a custom counter.
MeasureInc(String) - Method in class silk.performer.SilkPerformer
Increments the value of a custom counter by 1.
MeasureIncFloat(String, double, String, int, int) - Method in class silk.performer.SilkPerformer
Increments custom counter by a float value.
MeasurePause(String) - Method in class silk.performer.SilkPerformer
Pauses a custom time measure with a specified measure name.
MeasureResume(String) - Method in class silk.performer.SilkPerformer
Resumes a prviously paused custom time measure.
MeasureSetBound(String, int, int, double) - Method in class silk.performer.SilkPerformer
Determines the bound value for a specified timer or counter.
MeasureSetBound(String, int, int, double, int) - Method in class silk.performer.SilkPerformer
Determines the bound value for a specified timer or counter.
MeasureSetTimer(String, int) - Method in class silk.performer.SilkPerformer
Sets a value for a custom time measure with a specified measure name.
MeasureStart(String) - Method in class silk.performer.SilkPerformer
Starts a custom time measure with a specified measure name.
MeasureStart(String, int) - Method in class silk.performer.SilkPerformer
Starts a custom time measure with a specified measure name.
MeasureStop(String) - Method in class silk.performer.SilkPerformer
Stops a custom time measure with a specified measure name.
MeasureTimer - class silk.performer.MeasureTimer.
Represents a time measure series.
MeasureTimer(String, SilkPerformer) - Constructor for class silk.performer.MeasureTimer
Creates a custom time measurement at first position of the timer list.
MeasureTimer(String, int, SilkPerformer) - Constructor for class silk.performer.MeasureTimer
Creates a custom time measurement on .
MeasureTimeseries(int, boolean) - Method in class silk.performer.SilkPerformer
Determines whether to generate measure data or not.
main(String[]) - Static method in class silk.performer.SilkPerformer
Installation check.
muteMeasureFunctionTrueLog(boolean) - Method in class silk.performer.TrueLogApi
Internally used for Oracle Forms replay.

O

OPT_DISPLAY_ALL - Static variable in class silk.performer.SilkPerformer
Indicates the message concerns all display levels.
OPT_DISPLAY_DATA - Static variable in class silk.performer.SilkPerformer
Indicates data should be printed to the monitor display.
OPT_DISPLAY_ERRORS - Static variable in class silk.performer.SilkPerformer
Indicates an error message should be printed to the monitor display.
OPT_DISPLAY_FUNCTIONS - Static variable in class silk.performer.SilkPerformer
Indicates a function specific information should be printed to the monitor display.
OPT_DISPLAY_INFO - Static variable in class silk.performer.SilkPerformer
Indicates an informational message should be printed to the monitor display.
OPT_DISPLAY_NONE - Static variable in class silk.performer.SilkPerformer
Indicates a message should not be printed to the monitor display of the controller.
OPT_DISPLAY_TIMERS - Static variable in class silk.performer.SilkPerformer
Indicates a timer specific information should be printed to the monitor display.
OPT_DISPLAY_TRANSACTIONS - Static variable in class silk.performer.SilkPerformer
Indicates a transaction specific information should be printed to the monitor display.
OPT_THINKTIME_RANDOMWAIT - Static variable in class silk.performer.SilkPerformer
Indicates to calculate and use random think times, otherwise the absolute values are used for thinking.
OPT_THINKTIME_STRESSTEST - Static variable in class silk.performer.SilkPerformer
Indicates to ignore think times.
OPT_WRITEDATA_HEX - Static variable in class silk.performer.SilkPerformer
A mixed notation (ascii and hex) is used for printing data.
OPT_WRITEDATA_HEXONLY - Static variable in class silk.performer.SilkPerformer
The data is printed in hexadecimal notation.
OPT_WRITEDATA_PRINTABLE - Static variable in class silk.performer.SilkPerformer
If the string buffer contains only printable characters, the ASCII representation of the data is printed, otherwise a mixed notation is used.

P

Print(String) - Method in class silk.performer.SilkPerformer
Prints a message to the run-time monitor window of a user.
Print(String, int) - Method in class silk.performer.SilkPerformer
Prints a message to the run-time monitor window in an individual context.
Print(String, int, int) - Method in class silk.performer.SilkPerformer
Prints a message to the run-time monitor window in an individual context and color.
ProcessPendingErrors() - Method in class silk.performer.TrueLogApi
Internally used for Oracle Forms replay.
pause() - Method in class silk.performer.MeasureTimer
Pauses a previously started measurement.
print(boolean) - Method in class silk.performer.SilkPerformerPrintStream
 
print(char) - Method in class silk.performer.SilkPerformerPrintStream
 
print(char[]) - Method in class silk.performer.SilkPerformerPrintStream
 
print(double) - Method in class silk.performer.SilkPerformerPrintStream
 
print(float) - Method in class silk.performer.SilkPerformerPrintStream
 
print(int) - Method in class silk.performer.SilkPerformerPrintStream
 
print(long) - Method in class silk.performer.SilkPerformerPrintStream
 
print(Object) - Method in class silk.performer.SilkPerformerPrintStream
 
print(String) - Method in class silk.performer.SilkPerformerPrintStream
 
println() - Method in class silk.performer.SilkPerformerPrintStream
 
println(boolean) - Method in class silk.performer.SilkPerformerPrintStream
 
println(char) - Method in class silk.performer.SilkPerformerPrintStream
 
println(char[]) - Method in class silk.performer.SilkPerformerPrintStream
 
println(double) - Method in class silk.performer.SilkPerformerPrintStream
 
println(float) - Method in class silk.performer.SilkPerformerPrintStream
 
println(int) - Method in class silk.performer.SilkPerformerPrintStream
 
println(long) - Method in class silk.performer.SilkPerformerPrintStream
 
println(Object) - Method in class silk.performer.SilkPerformerPrintStream
 
println(String) - Method in class silk.performer.SilkPerformerPrintStream
 

R

RESULT_FILE_ALL - Static variable in class silk.performer.SilkPerformer
Constant that specifies that all resultfiles should be flushed with FlushResultFile.
RESULT_FILE_ERR - Static variable in class silk.performer.SilkPerformer
Constant that specifies that the .err file should be flushed with FlushResultFile.
RESULT_FILE_LOG - Static variable in class silk.performer.SilkPerformer
Constant that specifies that the .log file should be flushed with FlushResultFile.
RESULT_FILE_RPT - Static variable in class silk.performer.SilkPerformer
Constant that specifies that the .rpt file should be flushed with FlushResultFile.
RESULT_FILE_TSD - Static variable in class silk.performer.SilkPerformer
Constant that specifies that the .tsd file should be flushed with FlushResultFile.
RESULT_FILE_WRT - Static variable in class silk.performer.SilkPerformer
Constant that specifies that the .wrt file should be flushed with FlushResultFile.
RESULT_FILE_XLG - Static variable in class silk.performer.SilkPerformer
Constant that specifies that the .xlg file should be flushed with FlushResultFile.
Raise(int, String) - Method in interface silk.performer.Error
Internally used for Oracle Forms replay.
Raise(int, String, int) - Method in interface silk.performer.Error
Internally used for Oracle Forms replay.
Raise(int, String) - Method in class silk.performer.ErrorImpl
Internally used for Oracle Forms replay.
Raise(int, String, int) - Method in class silk.performer.ErrorImpl
Internally used for Oracle Forms replay.
RaiseError(int, String, int) - Method in class silk.performer.SilkPerformer
Internally used for Oracle Forms replay.
RaiseError(int, String) - Method in class silk.performer.SilkPerformer
Internally used for Oracle Forms replay.
RaiseError(int, String, int, int) - Method in class silk.performer.SilkPerformer
Internally used for Oracle Forms replay.
ReflectionUtil - class silk.performer.ReflectionUtil.
The ReflectionUtil class provides methods for reading and writing non-public fields of objects, for reading non-public static fields of classes and for reconstructing objects from a serialized representation stored in a file.
ReflectionUtil() - Constructor for class silk.performer.ReflectionUtil
Default constructor.
ReflectionUtil(SilkPerformer) - Constructor for class silk.performer.ReflectionUtil
Constructor for use within SilkPerformers JavaFramework.
RepMessage(String, int) - Method in class silk.performer.SilkPerformer
Writes a message to the repository (if enabled) and to the .err file of a user.
RndDate(int, int) - Method in class silk.performer.SilkPerformer
Adds a random number of days to a date.
RndFormatDate(int, int, String) - Method in class silk.performer.SilkPerformer
Adds a random number of days to a date and formats the resulted date.
RndUniN(int, int) - Method in class silk.performer.SilkPerformer
Calculates a uniformly distributed random number between a specific boundary.
resume() - Method in class silk.performer.MeasureTimer
Resumes a previously paused measurement.

S

SEVERITY_ERROR - Static variable in class silk.performer.SilkPerformer
Indicates an error but the user is able to continue.
SEVERITY_INFORMATIONAL - Static variable in class silk.performer.SilkPerformer
Indicates a state that requires an informational message.
SEVERITY_PROCESS_EXIT - Static variable in class silk.performer.SilkPerformer
Indicates an error and the current user has to be terminated.
SEVERITY_SUCCESS - Static variable in class silk.performer.SilkPerformer
Indicates that no errors were found.
SEVERITY_TRANS_EXIT - Static variable in class silk.performer.SilkPerformer
Indicates an error and the current transaction has to be terminated.
SEVERITY_WARNING - Static variable in class silk.performer.SilkPerformer
Indicates a state that requires a warning.
SetThinkTimeLimit(boolean, double) - Method in class silk.performer.SilkPerformer
Specifies whether think times should be limited to a certain maximum value.
ShmCounter - class silk.performer.ShmCounter.
Internally used for Oracle Forms replay.
ShmCounter(SilkPerformer) - Constructor for class silk.performer.ShmCounter
Internally used for Oracle Forms replay.
ShmDecStateConnectedSockets() - Method in class silk.performer.ShmCounter
Internally used for Oracle Forms replay.
ShmDecStateOutstandingResponses() - Method in class silk.performer.ShmCounter
Internally used for Oracle Forms replay.
ShmIncBytesReceived(int) - Method in class silk.performer.ShmCounter
Internally used for Oracle Forms replay.
ShmIncBytesSent(int) - Method in class silk.performer.ShmCounter
Internally used for Oracle Forms replay.
ShmIncCountConnect() - Method in class silk.performer.ShmCounter
Internally used for Oracle Forms replay.
ShmIncCountConnectFailure() - Method in class silk.performer.ShmCounter
Internally used for Oracle Forms replay.
ShmIncCountConnectRetry() - Method in class silk.performer.ShmCounter
Internally used for Oracle Forms replay.
ShmIncCountCookieRecv() - Method in class silk.performer.ShmCounter
Internally used for Oracle Forms replay.
ShmIncCountCookieSend(int) - Method in class silk.performer.ShmCounter
Internally used for Oracle Forms replay.
ShmIncCountError() - Method in class silk.performer.ShmCounter
Internally used for Oracle Forms replay.
ShmIncCountHttpAuthentication() - Method in class silk.performer.ShmCounter
Internally used for Oracle Forms replay.
ShmIncCountHttpHit() - Method in class silk.performer.ShmCounter
Internally used for Oracle Forms replay.
ShmIncCountHttpPage() - Method in class silk.performer.ShmCounter
Internally used for Oracle Forms replay.
ShmIncCountHttpRedirection() - Method in class silk.performer.ShmCounter
Internally used for Oracle Forms replay.
ShmIncCountRequest() - Method in class silk.performer.ShmCounter
Internally used for Oracle Forms replay.
ShmIncCountRequestFailure() - Method in class silk.performer.ShmCounter
Internally used for Oracle Forms replay.
ShmIncCountResponse() - Method in class silk.performer.ShmCounter
Internally used for Oracle Forms replay.
ShmIncCountResponseFailure() - Method in class silk.performer.ShmCounter
Internally used for Oracle Forms replay.
ShmIncStateConnectedSockets() - Method in class silk.performer.ShmCounter
Internally used for Oracle Forms replay.
ShmIncStateOutstandingResponses() - Method in class silk.performer.ShmCounter
Internally used for Oracle Forms replay.
SilkPerformer - class silk.performer.SilkPerformer.
SilkPerformer is the general class for communication with the controller of a load test that allows to integrate a Java class into the SilkPerformer run-time environment.
SilkPerformer() - Constructor for class silk.performer.SilkPerformer
Class default constructor.
SilkPerformer(int) - Constructor for class silk.performer.SilkPerformer
 
SilkPerformer(int, int) - Constructor for class silk.performer.SilkPerformer
Class constructor specifying a magic number.
SilkPerformerException - exception silk.performer.SilkPerformerException.
SilkPerformerException objects are thrown by the SilkPerformer run-time system on internal errors or inconsistences.
SilkPerformerException(String) - Constructor for class silk.performer.SilkPerformerException
 
SilkPerformerPrintStream - class silk.performer.SilkPerformerPrintStream.
SilkPerformerPrintStream redirects a PrintStream to SilkPerformers RepMessage() function.
SilkPerformerPrintStream(SilkPerformer) - Constructor for class silk.performer.SilkPerformerPrintStream
 
setBound(double, double) - Method in class silk.performer.MeasureTimer
Determines the bound of the timer.
setMultiMode(boolean) - Method in class silk.performer.SilkPerformer
 
setPrivateField(Object, String, Object) - Static method in class silk.performer.ReflectionUtil
Assigns an Object value to the specified field of the specified object.
setPrivateField(Object, String, boolean) - Static method in class silk.performer.ReflectionUtil
Assigns a boolean value to the specified field of the specified object.
setPrivateField(Object, String, byte) - Static method in class silk.performer.ReflectionUtil
Assigns a byte value to the specified field of the specified object.
setPrivateField(Object, String, short) - Static method in class silk.performer.ReflectionUtil
Assigns a short value to the specified field of the specified object.
setPrivateField(Object, String, int) - Static method in class silk.performer.ReflectionUtil
Assigns an int value to the specified field of the specified object.
setPrivateField(Object, String, long) - Static method in class silk.performer.ReflectionUtil
Assigns a long value to the specified field of the specified object.
setPrivateField(Object, String, char) - Static method in class silk.performer.ReflectionUtil
Assigns a char value to the specified field of the specified object.
setPrivateField(Object, String, float) - Static method in class silk.performer.ReflectionUtil
Assigns a float value to the specified field of the specified object.
setPrivateField(Object, String, double) - Static method in class silk.performer.ReflectionUtil
Assigns a double value to the specified field of the specified object.
silk.performer - package silk.performer
 
start() - Method in class silk.performer.MeasureTimer
Starts a measurement.
stop() - Method in class silk.performer.MeasureTimer
Stops a previously started measurement.

T

TEXT_BLACK - Static variable in class silk.performer.SilkPerformer
 
TEXT_BLUE - Static variable in class silk.performer.SilkPerformer
 
TEXT_GRAY - Static variable in class silk.performer.SilkPerformer
 
TEXT_GREEN - Static variable in class silk.performer.SilkPerformer
 
TEXT_MAGENTA - Static variable in class silk.performer.SilkPerformer
 
TEXT_RED - Static variable in class silk.performer.SilkPerformer
 
TIMESTAMP_DEFAULT - Static variable in class silk.performer.SilkPerformer
Default date/time format key for YYYY-MM-DD HH:MM:SS representation.
TIMESTAMP_GMT - Static variable in class silk.performer.SilkPerformer
Constant to retrieve timestamp with GetTimeStamp as GMT time.
TIMESTAMP_IN_MS - Static variable in class silk.performer.SilkPerformer
Constant to retrieve timestamp with GetTimeStamp in milliseconds.
TIMESTAMP_IN_SEC - Static variable in class silk.performer.SilkPerformer
Constant to retrieve timestamp with GetTimeStamp in seconds.
TIMESTAMP_LOCAL - Static variable in class silk.performer.SilkPerformer
Constant to retrieve timestamp with GetTimeStamp as local time.
TIMESTAMP_ODBC - Static variable in class silk.performer.SilkPerformer
Default date/time format key commonly needed together with ODBC.
ThinkTime(double) - Method in class silk.performer.SilkPerformer
Blocks execution of the user for some time.
ThinkTime(double, int) - Method in class silk.performer.SilkPerformer
Blocks execution of the user for some time.
TrueLogApi - class silk.performer.TrueLogApi.
Internally used for Oracle Forms replay.
TrueLogApi(SilkPerformer) - Constructor for class silk.performer.TrueLogApi
Internally used for Oracle Forms replay.
testEnd() - Method in interface silk.performer.ITestClass
 
testInit(SilkPerformer) - Method in interface silk.performer.ITestClass
 
toString() - Method in class silk.performer.MeasureCounter
 
toString() - Method in class silk.performer.MeasureTimer
 

W

Wait(double) - Method in class silk.performer.SilkPerformer
 
Write(String) - Method in class silk.performer.SilkPerformer
Writes to the .out file of the current user.
WriteData(byte[], int, int) - Method in class silk.performer.SilkPerformer
Writes binary data to the .out file of the current user.
WriteData(byte[], int) - Method in class silk.performer.SilkPerformer
Writes binary data to the .out file of the current user.
WriteData(byte[]) - Method in class silk.performer.SilkPerformer
Writes binary data to the .out file of the current user.
WriteErr(String) - Method in class silk.performer.SilkPerformer
Writes to the .err file of the current user.
WriteLog(String) - Method in class silk.performer.SilkPerformer
Writes to the .log file of the current user.
WriteLog(Throwable) - Method in class silk.performer.SilkPerformer
Writes an exception stack trace to the .log file of the current user.
Writeln(String) - Method in class silk.performer.SilkPerformer
Writes to the .out file of the current user appending a new line.
Writeln() - Method in class silk.performer.SilkPerformer
Writes a new line to the .out file of the current user.

X

XMLLog_eApiDataDisplayLast - Static variable in class silk.performer.TrueLogApi
Internally used for Oracle Forms replay.
XMLLog_eApiDataTypeGeneric - Static variable in class silk.performer.TrueLogApi
Internally used for Oracle Forms replay.
XMLLog_eApiDataTypeLast - Static variable in class silk.performer.TrueLogApi
Internally used for Oracle Forms replay.
XMLLog_eApiDataTypeOraFormsMsg - Static variable in class silk.performer.TrueLogApi
Internally used for Oracle Forms replay.
XMLLog_eApiDataTypeXml - Static variable in class silk.performer.TrueLogApi
Internally used for Oracle Forms replay.
XMLLog_eApiInData - Static variable in class silk.performer.TrueLogApi
Internally used for Oracle Forms replay.
XMLLog_eApiOutData - Static variable in class silk.performer.TrueLogApi
Internally used for Oracle Forms replay.
XMLLog_eApiReferTypeContext - Static variable in class silk.performer.TrueLogApi
Internally used for Oracle Forms replay.
XMLLog_eApiReferTypeNone - Static variable in class silk.performer.TrueLogApi
Internally used for Oracle Forms replay.
XMLLog_eApiReferTypeParent - Static variable in class silk.performer.TrueLogApi
Internally used for Oracle Forms replay.
XMLLog_eApiTypeLast - Static variable in class silk.performer.TrueLogApi
Internally used for Oracle Forms replay.
XMLLog_eCommon - Static variable in class silk.performer.TrueLogApi
Internally used for Oracle Forms replay.
XMLLog_eDatabase - Static variable in class silk.performer.TrueLogApi
Internally used for Oracle Forms replay.
XMLLog_eIiop - Static variable in class silk.performer.TrueLogApi
Internally used for Oracle Forms replay.
XMLLog_eOraForms - Static variable in class silk.performer.TrueLogApi
Internally used for Oracle Forms replay.
XMLLog_ePop - Static variable in class silk.performer.TrueLogApi
Internally used for Oracle Forms replay.
XMLLog_ePropMode_Binary - Static variable in class silk.performer.TrueLogApi
Internally used for Oracle Forms replay.
XMLLog_ePropMode_Plain - Static variable in class silk.performer.TrueLogApi
Internally used for Oracle Forms replay.
XMLLog_ePropMode_Zipped - Static variable in class silk.performer.TrueLogApi
Internally used for Oracle Forms replay.
XMLLog_eSmtp - Static variable in class silk.performer.TrueLogApi
Internally used for Oracle Forms replay.
XMLLog_eTcpIp - Static variable in class silk.performer.TrueLogApi
Internally used for Oracle Forms replay.
XMLLog_eTux - Static variable in class silk.performer.TrueLogApi
Internally used for Oracle Forms replay.
XMLLog_eUdp - Static variable in class silk.performer.TrueLogApi
Internally used for Oracle Forms replay.

A C D E F G H I L M O P R S T W X