Factory class for creating the DiagOtxApi.
More...
Factory class for creating the DiagOtxApi.
◆ createOtxDiag()
static IOtxDiag OpenTestSystem.Otx.DiagManager.OtxDiagApi.OtxDiagFactory.createOtxDiag |
( |
IClient |
client | ) |
|
|
inlinestatic |
Creates a OtxDiag instance inside a separate process with inter process communication.
- Parameters
-
- Returns
- IOtxDiag
- Exceptions
-
DiagRuntimeException | Throw when license key is not valid or is expired |
◆ createPipeOtxDiag()
static IOtxDiag OpenTestSystem.Otx.DiagManager.OtxDiagApi.OtxDiagFactory.createPipeOtxDiag |
( |
String |
pipeName | ) |
|
|
inlinestatic |
Creates a OtxDiag instance inside a separate process with inter process communication.
- Parameters
-
- Returns
- IOtxDiag
- Exceptions
-
DiagRuntimeException | Throw when license key is not valid or is expired |
◆ createSocketOtxDiag() [1/2]
static IOtxDiag OpenTestSystem.Otx.DiagManager.OtxDiagApi.OtxDiagFactory.createSocketOtxDiag |
( |
| ) |
|
|
inlinestatic |
Creates a OtxDiag with default port (8888) instance inside a separate process with inter process communication.
- Returns
- IOtxDiag
- Exceptions
-
DiagRuntimeException | Throw when license key is not valid or is expired |
◆ createSocketOtxDiag() [2/2]
static IOtxDiag OpenTestSystem.Otx.DiagManager.OtxDiagApi.OtxDiagFactory.createSocketOtxDiag |
( |
int |
port | ) |
|
|
inlinestatic |
Creates a OtxDiag instance inside a separate process with inter process communication.
- Parameters
-
- Returns
- IOtxDiag
- Exceptions
-
DiagRuntimeException | Throw when license key is not valid or is expired |
The documentation for this class was generated from the following file: