Class Reference
IRIS for UNIX 2024.1.2
|
|
Private
Storage
|
The first page for testing services
|
|
|
If true, then this dialog displays an Apply button.
JavaScript debug library Usage: ZLM.dumpObj(object);
Optional. This is the display name used for this page. If not provided, the class name is used.
Controls the access to the page, it can be set to one of the following:
The user needs initially to enter the site through a PUBLIC page.
- PRIVATE=0 - Page can be linked to/bookmarked
- PRIVATE=1 - Can only be referenced from another CSP page
User needs USE permissions on the %Ens_TestingService resource to view this page.
|
Counter to keep track of how many timer events have fired.
Maximum number of timer intervals to wait for a response. Each timer interval is half second. The default is 30 seconds.
|
Avoid writing out the session cookie if we are in a Studio session.
Get the (localized) name of the page.
Get the (localized) subtitle string for the dialog. This should be implemented in a subclass.
Get the (localized) title string for the page.
Check if a response was received or the maximum wait time has been reached.
Draw input data form for selected request type.
Draw response form data.
Draw results info.
Draw the progress bar.
Populate control with the list of request types for this target config item.
Create and save a new request object with the property values obtained from the request form data. Return null if successful or otherwise an error message.
Fire the actual testing request and populate results data.
User selected a request type.
Get the value that will be applied when the user presses the OK button. This is implemented by subclasses.
Send the testing request to the target and start the waiting timer.
This callback is called when the user presses the OK button. If this returns false, then the dialog stays open.
This callback, if defined, is called when the dialog page is loaded.
Wait for the response and update the progress bar; draw response when done.