SAP ABAP Class CL_ODQ_DAEMON_EXTRACT_DISP (Dispatcher for Extraction Tasks)
Hierarchy
☛
SAP_BASIS (Software Component) SAP Basis Component
⤷
BC-BW-SRV (Application Component) BW Generation Tool and Set Object
⤷
SODQS (Package) Operational Delta Queue Services
⤷
⤷
Meta Relationship - Using
| # | Relationship type | Using | Short Description | Created on |
|---|---|---|---|---|
| 1 | Inheritance (c INHERITING FROM c_ref) | CL_ODQ_DAEMON_DISPATCHER | Dispatcher for Extraction Tasks | 20110629 |
Properties
| Class | CL_ODQ_DAEMON_EXTRACT_DISP | |
| Short Description | Dispatcher for Extraction Tasks | |
| Super Class | CL_ODQ_DAEMON_DISPATCHER | Dispatcher for Extraction Tasks |
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | SODQ | |
| Program status | ||
| Category | 0 | |
| Package | SODQS | Operational Delta Queue Services |
| Created | 20110629 | SAP |
| Last change | 20130531 | SAP |
| Shared Memory-enabled | ||
| Fixed point arithmetic | ||
| Unicode checks active |
Forward declarations
| # | Type group / Object type | Type | Type Description |
|---|---|---|---|
| 1 | Forward declaration class (CLASS c DEFINITION DEFERRED) | Forward declaration class (CLASS c DEFINITION DEFERRED) | |
| 2 | Forward declaration interface (INTERFACE i DEFINITION DEF... | Forward declaration interface (INTERFACE i DEFINITION DEF... |
Interfaces
Class CL_ODQ_DAEMON_EXTRACT_DISP has no interface implemented.
Friends
Class CL_ODQ_DAEMON_EXTRACT_DISP has no friend class.
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Static Attribute | Private | Object reference (TYPE REF TO) | CL_ODQ_CORE_SERVICE | Core Services for Operational Delta Queue | 20110712 | |||
| 2 | Static Attribute | Private | Object reference (TYPE REF TO) | CL_ODQ_DAEMON_EXTRACT_DISP | 20110629 | ||||
| 3 | Static Attribute | Private | Object reference (TYPE REF TO) | IF_ODQ_LOG | Log Handle for Operational Delta Queue | 20110629 | |||
| 4 | Static Attribute | Private | Type reference (TYPE) | CL_ODQ_DAEMON_EXTRACT_TASK=>TTH_QUEUESTATES | 20110629 | ||||
| 5 | Static Attribute | Private | Type reference (TYPE) | TTH_TASKS | 20110629 | ||||
| 6 | Static Attribute | Private | Type reference (TYPE) | IF_ODQ_CONSTANTS=>T_BOOLEAN | 20110629 | ||||
| 7 | Static Attribute | Private | Type reference (TYPE) | I | 20110629 | ||||
| 8 | Static Attribute | Private | Type reference (TYPE) | I | 20110629 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Static method | Public | Constructor | CLASS_CONSTRUCTOR | 20110712 | |
| 2 | Instance method | Public | Constructor | CONSTRUCTOR | 20110629 | |
| 3 | Static method | Public | Method | 20110629 | ||
| 4 | Static method | Public | Method | 20110629 |
Events
Class CL_ODQ_DAEMON_EXTRACT_DISP has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | TS_TASK | Private | See coding | 20110629 | BEGIN OF ts_task,
taskid TYPE odq_taskid,
daemonid TYPE i,
tsn TYPE odq_tsn,
destination TYPE rfcdest,
start TYPE timestampl,
duration TYPE timestampl,
r_task TYPE REF TO cl_odq_daemon_extract_task,
END OF ts_task
|
||
| 2 | TTH_TASKS | Private | See coding | 20110629 | tth_tasks TYPE HASHED TABLE OF ts_task
WITH UNIQUE KEY taskid
WITH NON-UNIQUE SORTED KEY daemonid COMPONENTS daemonid
WITH NON-UNIQUE SORTED KEY duration COMPONENTS duration
|
Method Signatures
Method CLASS_CONSTRUCTOR Signature
Method CLASS_CONSTRUCTOR on class CL_ODQ_DAEMON_EXTRACT_DISP has no parameter.
Method CLASS_CONSTRUCTOR on class CL_ODQ_DAEMON_EXTRACT_DISP has no exception.
Method CONSTRUCTOR Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_CYCLE_TIME | Call by reference | Type reference (TYPE) | I | 20110714 | ||||
| 2 | I_PERIOD | Call by reference | Type reference (TYPE) | I | 20110714 |
Method CONSTRUCTOR on class CL_ODQ_DAEMON_EXTRACT_DISP has no exception.
Method GET_INSTANCE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_CYCLE_TIME | Call by reference | Type reference (TYPE) | I | Taktzeit | 20110714 | |||
| 2 | I_PERIOD | Call by reference | Type reference (TYPE) | I | Daemon-Periode in Sekunden (Periode des Hintergrund-Jobs) | 20110714 | |||
| 3 | RR_INSTANCE | Value transfer | Object reference (TYPE REF TO) | IF_ODQ_DAEMON_DISPATCHER | Dispatcher für Daemon-Tasks | 20110629 |
Method GET_INSTANCE on class CL_ODQ_DAEMON_EXTRACT_DISP has no exception.
Method RECEIVE_RESPONSE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | P_TASK | Call by reference | Type reference (TYPE) | CLIKE | 20110629 |
Method RECEIVE_RESPONSE on class CL_ODQ_DAEMON_EXTRACT_DISP has no exception.
History
| Last changed by/on | SAP | 20130531 |
| SAP Release Created in | 731 |