![]() |
Qorus Integration Engine® Enterprise Edition 7.1.0_prod
|
service test class More...
Inherits QorusInterfaceTest.
Public Member Methods | |
| constructor (string name, string svc_type="user", reference< auto > p_argv, *hash< auto > opts) | |
| creates the object from the arguments | |
| constructor (string name, string svc_type="user", *list< auto > p_argv, *hash< auto > opts) | |
| creates the object from the arguments | |
| constructor (string name, string svc_type="user", hash< auto > opts) | |
| creates the object from the arguments | |
| constructor (string name, string svc_type="user") | |
| creates the object from the arguments | |
| string | getLogFileName () |
| returns the log file name for the current object | |
| bool | canRun () |
| checks if the interface can run | |
Private Attributes | |
| string | m_svc_type |
| the type of service | |
service test class
| QorusServiceTest::constructor | ( | string | name, |
| string | svc_type = "user" |
||
| ) |
creates the object from the arguments
the version number is not given because it's only possible to test the latest version of the service in any case
| name | the service name |
| svc_type | the service type:
|
| QorusServiceTest::constructor | ( | string | name, |
| string | svc_type = "user", |
||
| *list< auto > | p_argv, | ||
| *hash< auto > | opts | ||
| ) |
creates the object from the arguments
the version number is not given because it's only possible to test the latest version of the service in any case
| name | the service name |
| svc_type | the service type:
|
| p_argv | an optional reference to command-line arguments to process |
| opts | an optional option hash for Qore::GetOpt::constructor() |
| QorusServiceTest::constructor | ( | string | name, |
| string | svc_type = "user", |
||
| hash< auto > | opts | ||
| ) |
creates the object from the arguments
the version number is not given because it's only possible to test the latest version of the service in any case
| name | the service name |
| svc_type | the service type:
|
| opts | an optional option hash for Qore::GetOpt::constructor() |
| QorusServiceTest::constructor | ( | string | name, |
| string | svc_type = "user", |
||
| reference< auto > | p_argv, | ||
| *hash< auto > | opts | ||
| ) |
creates the object from the arguments
the version number is not given because it's only possible to test the latest version of the service in any case
| name | the service name |
| svc_type | the service type:
|
| p_argv | an optional reference to command-line arguments to process |
| opts | an optional option hash for Qore::GetOpt::constructor() |