/AWS1/CL_GACPORTRANGE¶
A complex type for a range of ports for a listener.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_fromport TYPE /AWS1/GACPORTNUMBER /AWS1/GACPORTNUMBER¶
The first port in the range of ports, inclusive.
iv_toport TYPE /AWS1/GACPORTNUMBER /AWS1/GACPORTNUMBER¶
The last port in the range of ports, inclusive.
Queryable Attributes¶
FromPort¶
The first port in the range of ports, inclusive.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_FROMPORT() |
Getter for FROMPORT, with configurable default |
ASK_FROMPORT() |
Getter for FROMPORT w/ exceptions if field has no value |
HAS_FROMPORT() |
Determine if FROMPORT has a value |
ToPort¶
The last port in the range of ports, inclusive.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_TOPORT() |
Getter for TOPORT, with configurable default |
ASK_TOPORT() |
Getter for TOPORT w/ exceptions if field has no value |
HAS_TOPORT() |
Determine if TOPORT 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_PORTRANGES¶
TYPES TT_PORTRANGES TYPE STANDARD TABLE OF REF TO /AWS1/CL_GACPORTRANGE WITH DEFAULT KEY
.