Inheritance diagram for Requester::expedap:

Public Class Methods | |
| new () | |
| create a requester. | |
Public Object Methods | |
| scalar | startup (list args) |
| Starts the expedap external command (and extends the path so that it contains the expedap directory). | |
| hashref | getinfo (arrayref vars, arrayref indexes) |
| Just calls walk with parameter list extended by an empty walks list. | |
| hashref | getwalk (arrayref vars, arrayref indexes, arrayref walks) |
| Mainly determines the command from the variable list and the tester environment and then uses the superclass' getinfo() method. | |
| void | do (scalar srq) |
| Accepts lines of the form. | |
This requester requires an external program to handle the actual requests and return it to print "variable=value" lines on STDOUT.
|
|
Accepts lines of the form. variable=value as written to the STDOUT of the expedap external program. Reimplemented from Requester::SlowRequester. |
|
||||||||||||
|
Just calls walk with parameter list extended by an empty walks list.
Reimplemented from Requester::SlowRequester. |
|
||||||||||||||||
|
Mainly determines the command from the variable list and the tester environment and then uses the superclass' getinfo() method.
Reimplemented from Requester::Requester. |
|
|
create a requester.
Reimplemented from Requester::Requester. |
|
|
Starts the expedap external command (and extends the path so that it contains the expedap directory). Passes arguments and return values through to/from the superclass method. |
1.4.5