API Examples and Methods
The GenRocket runtime application interface allows programmers to access the GenRocket runtime directly create scenarios from their own programs.
Description This method is used to initialize a Scenario prior to calling the method scenarioRun(scenarioName). This method needs to be called when contro...
Thu, 25 Apr, 2019 at 10:31 AM
Description This method is used to load a GenRocket Scenario, Scenario Chain & Scenario Chainset. The GenRocket API requires loading a valid Scenario...
Mon, 2 Sep, 2019 at 3:16 AM
Description This method returns the list of Scenario names. This method is useful for retrieving the list of Scenarios within a Scenario chain. The name ...
Sun, 23 Apr, 2017 at 2:01 PM
Description This method is used to remove all Domains and Receivers from a Scenario; this will enable a Scenario to be built from scratch. This method is ...
Fri, 29 Sep, 2023 at 7:25 AM
Description This method is used to run a Scenario. Exceptions The following GenRocket exceptions may be thrown by this method:
If no Scenarios ha...
Tue, 23 Jan, 2018 at 8:30 PM
Description This method is used to run Scenario and returns the results in memory only. In the Scenario, all Receivers are disabled and a SimpleMapReceive...
Wed, 31 Oct, 2018 at 9:07 AM
Description This method renames the current name of a Scenario. Requirements The GenRocket API requires loading a valid Scenario in order to do secu...
Tue, 12 Dec, 2017 at 1:34 PM
Description This method is used to execute a single loop of the GenRocket engine. Use this method when it is absolutely necessary to control each iteratio...
Tue, 12 Dec, 2017 at 1:16 PM
Description The executeShutdown method must be used in conjunction with the scenarioExecuteLoop() method to complete the GenRocket engine's life cycle....
Tue, 12 Dec, 2017 at 1:22 PM
Description This method returns the list of Domain names. Exceptions This method does not throw any GenRocket exceptions. Runtime Method Signature...
Mon, 20 Feb, 2017 at 4:41 AM