Alphabetical Listing - Java Utility Functions

Click one of the following functions for more information:

lr.abortAborts the execution of a script.
lr.advance_paramAdvances to the next available value in the parameter data file.
lr.cyberark_get_vaultQueries a protected password in a CyberArk Vault and Safe, and saves it to a parameter.
lr.debug_messageSends a debug message to the output window or log file.
lr.decryptDeprecated. Use lr_unmask.
lr.deserializeExpands an object to represent its ASCII components.
lr.enable_redirectionRedirects Java output and error streams to a log file.
lr.end_sub_transactionMarks the end of a sub-transaction.
lr.end_timerStops a timer.
lr.end_transactionMarks the end of a transaction.
lr.error_messageSends an error message to the log file and output window with location details.
lr.eval_dataReturns an array of bytes from a parameter.
lr.eval_intReturns the integer value of a parameter.
lr.eval_stringReturns the string argument after evaluating embedded parameters.
lr.exitExits from the script, action, or iteration.
lr.get_attrib_doubleReturns the value of a command line parameter as a double type.
lr.get_attrib_longReturns the value of a command line parameter as a long integer.
lr.get_attrib_stringReturns the value of a command line parameter as a string.
lr.get_debug_messageReturns the current message logging settings.
lr.get_group_nameReturns the name of the Vuser's group.
lr.get_host_nameReturns the name of the host executing the script.
lr.get_master_host_nameReturns the name of the machine running Controller.
lr.get_objectCaptures a Java object and dumps it to a data file.
lr.get_scenario_idReturns the current Scenario or Session step ID.
lr.get_transaction_durationGets the duration of a transaction by its name.
lr.get_vuser_idReturns the current Vuser ID.
lr.logSends a message to the log file of the Vuser.
lr.log_messageSends a message to the log file.
lr.messageSends a message to the log file and output window.
lr.next_rowAdvances to the next row in the parameter data file.
lr.output_messageSends a message to the log file and output window with location details.
lr.peek_eventsIndicates a point to search for events.
lr.read_fileReads a file into a parameter.
lr.read_xmlReturns the contents of an XML file as a string.
lr.redirectRedirects a string to a file.
lr.rendezvousCreates a rendezvous point in the Vuser script.
lr.save_dataSaves a byte as a parameter.
lr.save_intSaves an integer as a parameter.
lr.save_stringSaves a null-terminated string as a parameter.
lr.set_debug_messageSets the message level.
lr.set_transactionCreates a completed transaction.
lr.set_transaction_statusSets the status of open transactions.
lr.start_sub_transactionStarts a sub-transaction specified by its parent's name.
lr.start_timerStarts a timer.
lr.start_transactionMarks the beginning of a transaction.
lr.think_timePauses execution between commands in a script.
lr.unmask Unmasks an encoded string during replay.
lr.user_data_pointRecords a user-defined data sample.
lr.value_checkChecks the value of a parameter.
lr.vuser_status_messageSends a message to the Vuser Status area in the Controller window.
lr.wasted_timeSets the wasted time for all open transactions.