SAP ABAP Class CL_ODQ_DAEMON_NOTIFY_TASK (Daemon Task)
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 | Interface implementation (CLASS c. INTERFACES i_ref) | IF_ODQ_TASK | Asynchronous Processing Task | 20110405 |
| 2 | Interface implementation (CLASS c. INTERFACES i_ref) | IF_SERIALIZABLE_OBJECT | Serializable Object | 20110405 |
Properties
| Class | CL_ODQ_DAEMON_NOTIFY_TASK | |
| Short Description | Daemon Task | |
| Super Class | ||
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | SODQ | |
| Program status | ||
| Category | 0 | |
| Package | SODQS | Operational Delta Queue Services |
| Created | 20110405 | 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
| # | Interface | Abstract | Final | Description | Created on |
|---|---|---|---|---|---|
| 1 | IF_ODQ_TASK | Asynchronous Processing Task | 20110405 | ||
| 2 | IF_SERIALIZABLE_OBJECT | Serializable Object | 20110405 |
Friends
Class CL_ODQ_DAEMON_NOTIFY_TASK has no friend class.
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Instance attribute | Private | Type reference (TYPE) | TTH_SUBSCRIBER_TYPE_INFOS | 20110711 | ||||
| 2 | Instance attribute | Private | Type reference (TYPE) | I | Takt | 20110706 | |||
| 3 | Instance attribute | Private | Type reference (TYPE) | ODQ_TSN | Transaction Sequence Number (TSN) | 20110405 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Private | Method | 20110531 | ||
| 2 | Instance method | Private | Method | 20110531 | ||
| 3 | Instance method | Public | Constructor | CONSTRUCTOR | 20110405 | |
| 4 | Instance method | Private | Method | 20110531 | ||
| 5 | Instance method | Private | Method | 20110531 |
Events
Class CL_ODQ_DAEMON_NOTIFY_TASK has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | TS_SUBSCRIBER_TYPE_INFO | Public | See coding | 20110711 | BEGIN OF ts_subscriber_type_info,
subscriber_type TYPE odqssn-subscriber_type,
r_regressionmodel TYPE REF TO cl_odq_regressionmodel,
changemode TYPE odq_changemode,
END OF ts_subscriber_type_info
|
||
| 2 | TTH_SUBSCRIBER_TYPE_INFOS | Public | See coding | 20110711 | tth_subscriber_type_infos TYPE HASHED TABLE OF ts_subscriber_type_info
WITH UNIQUE KEY subscriber_type
|
Method Signatures
Method AFTER_NOTIFICATION Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | CT_DELTA_NOTIFICATION_INFOS | Call by reference | Type reference (TYPE) | IF_ODQ_SUBSCRIBER_TYPE=>TTS_DELTA_NOTIFICATION_INFOS | 20110531 | ||||
| 2 | IR_LOG | Call by reference | Object reference (TYPE REF TO) | IF_ODQ_LOG | Protokoll-Handle für Operationale DeltaQueue | 20110531 | |||
| 3 | I_SUBSCRIBER_TYPE | Call by reference | Type reference (TYPE) | IF_ODQ_SUBSCRIBER_TYPE=>T_SUBSCRIBER_TYPE | Abonnententyp | 20110531 |
Method AFTER_NOTIFICATION on class CL_ODQ_DAEMON_NOTIFY_TASK has no exception.
Method BEFORE_NOTIFICATION Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | CT_DELTA_NOTIFICATION_INFOS | Call by reference | Type reference (TYPE) | IF_ODQ_SUBSCRIBER_TYPE=>TTS_DELTA_NOTIFICATION_INFOS | 20110531 | ||||
| 2 | IR_LOG | Call by reference | Object reference (TYPE REF TO) | IF_ODQ_LOG | Protokoll-Handle für Operationale DeltaQueue | 20110531 | |||
| 3 | I_SUBSCRIBER_TYPE | Call by reference | Type reference (TYPE) | IF_ODQ_SUBSCRIBER_TYPE=>T_SUBSCRIBER_TYPE | Abonnententyp | 20110531 |
Method BEFORE_NOTIFICATION on class CL_ODQ_DAEMON_NOTIFY_TASK has no exception.
Method CONSTRUCTOR Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ITH_SUBSCRIBER_TYPE_INFOS | Call by reference | Type reference (TYPE) | CL_ODQ_DAEMON_NOTIFY_TASK=>TTH_SUBSCRIBER_TYPE_INFOS | 20110711 | ||||
| 2 | I_STEP | Call by reference | Type reference (TYPE) | I | Takt (0: Initialisierung; >0: sonst) | 20110706 | |||
| 3 | I_TSN | Call by reference | Type reference (TYPE) | ODQ_TSN | Fortlaufende Transaktionsnummer (TSN) | 20110405 |
Method CONSTRUCTOR on class CL_ODQ_DAEMON_NOTIFY_TASK has no exception.
Method DEQUEUE_SUBSCRIPTIONS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IT_DELTA_NOTIFICATION_INFOS | Call by reference | Type reference (TYPE) | IF_ODQ_SUBSCRIBER_TYPE=>TTS_DELTA_NOTIFICATION_INFOS | 20110531 | ||||
| 2 | I_SUBSCRIBER_TYPE | Call by reference | Type reference (TYPE) | IF_ODQ_SUBSCRIBER_TYPE=>T_SUBSCRIBER_TYPE | Abonnententyp | 20110531 |
Method DEQUEUE_SUBSCRIPTIONS on class CL_ODQ_DAEMON_NOTIFY_TASK has no exception.
Method ENQUEUE_SUBSCRIPTIONS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | CT_DELTA_NOTIFICATION_INFOS | Call by reference | Type reference (TYPE) | IF_ODQ_SUBSCRIBER_TYPE=>TTS_DELTA_NOTIFICATION_INFOS | 20110531 | ||||
| 2 | IR_LOG | Call by reference | Object reference (TYPE REF TO) | IF_ODQ_LOG | Protokoll-Handle für Operationale DeltaQueue | 20110531 | |||
| 3 | I_SUBSCRIBER_TYPE | Call by reference | Type reference (TYPE) | IF_ODQ_SUBSCRIBER_TYPE=>T_SUBSCRIBER_TYPE | Abonnententyp | 20110531 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Zeitlimit überschritten | 20110531 |
History
| Last changed by/on | SAP | 20130531 |
| SAP Release Created in | 731 |