/AWS1/CL_SSWSIMULATIONAPPPOR00¶
A collection of TCP/UDP ports for a custom or service app.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_declared TYPE /AWS1/SSWPORTNUMBER /AWS1/SSWPORTNUMBER¶
The TCP/UDP port number of the app, declared in the simulation schema. SimSpace Weaver maps the
Declaredport to theActualport. The source code for the app should bind to theDeclaredport.
iv_actual TYPE /AWS1/SSWPORTNUMBER /AWS1/SSWPORTNUMBER¶
The TCP/UDP port number of the running app. SimSpace Weaver dynamically assigns this port number when the app starts. SimSpace Weaver maps the
Declaredport to theActualport. Clients connect to the app using the app's IP address and theActualport number.
Queryable Attributes¶
Declared¶
The TCP/UDP port number of the app, declared in the simulation schema. SimSpace Weaver maps the
Declaredport to theActualport. The source code for the app should bind to theDeclaredport.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_DECLARED() |
Getter for DECLARED, with configurable default |
ASK_DECLARED() |
Getter for DECLARED w/ exceptions if field has no value |
HAS_DECLARED() |
Determine if DECLARED has a value |
Actual¶
The TCP/UDP port number of the running app. SimSpace Weaver dynamically assigns this port number when the app starts. SimSpace Weaver maps the
Declaredport to theActualport. Clients connect to the app using the app's IP address and theActualport number.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_ACTUAL() |
Getter for ACTUAL, with configurable default |
ASK_ACTUAL() |
Getter for ACTUAL w/ exceptions if field has no value |
HAS_ACTUAL() |
Determine if ACTUAL has a value |
Public Local Types In This Class¶
Internal table types, representing arrays and maps of this class, are defined as local types:
TT_APPPORTMAPPINGS¶
TYPES TT_APPPORTMAPPINGS TYPE STANDARD TABLE OF REF TO /AWS1/CL_SSWSIMULATIONAPPPOR00 WITH DEFAULT KEY
.