/AWS1/CL_TBDASSIGNEDSESSION¶
The assigned session for the worker.
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
iv_queueid TYPE /AWS1/TBDQUEUEID /AWS1/TBDQUEUEID¶
The queue ID of the assigned session.
iv_jobid TYPE /AWS1/TBDJOBID /AWS1/TBDJOBID¶
The job ID for the assigned session.
it_sessionactions TYPE /AWS1/CL_TBDASSIGNEDSESSACTION=>TT_ASSIGNEDSESSIONACTIONS TT_ASSIGNEDSESSIONACTIONS¶
The session actions to apply to the assigned session.
io_logconfiguration TYPE REF TO /AWS1/CL_TBDLOGCONFIGURATION /AWS1/CL_TBDLOGCONFIGURATION¶
The log configuration for the worker's assigned session.
Queryable Attributes¶
queueId¶
The queue ID of the assigned session.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_QUEUEID() |
Getter for QUEUEID, with configurable default |
ASK_QUEUEID() |
Getter for QUEUEID w/ exceptions if field has no value |
HAS_QUEUEID() |
Determine if QUEUEID has a value |
jobId¶
The job ID for the assigned session.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_JOBID() |
Getter for JOBID, with configurable default |
ASK_JOBID() |
Getter for JOBID w/ exceptions if field has no value |
HAS_JOBID() |
Determine if JOBID has a value |
sessionActions¶
The session actions to apply to the assigned session.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_SESSIONACTIONS() |
Getter for SESSIONACTIONS, with configurable default |
ASK_SESSIONACTIONS() |
Getter for SESSIONACTIONS w/ exceptions if field has no valu |
HAS_SESSIONACTIONS() |
Determine if SESSIONACTIONS has a value |
logConfiguration¶
The log configuration for the worker's assigned session.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_LOGCONFIGURATION() |
Getter for LOGCONFIGURATION |
Public Local Types In This Class¶
Internal table types, representing arrays and maps of this class, are defined as local types:
TT_ASSIGNEDSESSIONS¶
TYPES TT_ASSIGNEDSESSIONS TYPE HASHED TABLE OF /AWS1/CL_TBDASSIGNEDSESSION=>TS_ASSIGNEDSESSIONS_MAPROW WITH UNIQUE KEY key
.
TS_ASSIGNEDSESSIONS_MAPROW¶
TYPES: BEGIN OF TS_ASSIGNEDSESSIONS_MAPROW,
key TYPE /AWS1/TBDSESSIONID,
value TYPE REF TO /AWS1/CL_TBDASSIGNEDSESSION,
END OF TS_ASSIGNEDSESSIONS_MAPROW.