SAP ABAP Class CL_ODQ_DAEMON_NOTIFY_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_NOTIFY_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 CL_ODQ_DAEMON_EXTRACT_TASK Forward declaration class (CLASS c DEFINITION DEFERRED)  Forward declaration class (CLASS c DEFINITION DEFERRED)
2 CL_ODQ_DAEMON_NOTIFY_TASK Forward declaration class (CLASS c DEFINITION DEFERRED)  Forward declaration class (CLASS c DEFINITION DEFERRED)
3 IF_ODQ_CONSTANTS Forward declaration interface (INTERFACE i DEFINITION DEF...  Forward declaration interface (INTERFACE i DEFINITION DEF...
Interfaces
Class CL_ODQ_DAEMON_NOTIFY_DISP has no interface implemented.
Friends
Class CL_ODQ_DAEMON_NOTIFY_DISP has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 PR_INSTANCE Static Attribute Private Object reference (TYPE REF TO) CL_ODQ_DAEMON_NOTIFY_DISP Dispatcher for Extraction Tasks 20110629
2 PR_LOG Static Attribute Private Object reference (TYPE REF TO) IF_ODQ_LOG Log Handle for Operational Delta Queue 20110629
3 PTH_SUBSCRIBER_TYPE_INFOS Static Attribute Private Type reference (TYPE) CL_ODQ_DAEMON_NOTIFY_TASK=>TTH_SUBSCRIBER_TYPE_INFOS 20110711
4 PTH_TASKS Static Attribute Private Type reference (TYPE) TTH_TASKS 20110629
5 PT_MESSAGES Static Attribute Private Type reference (TYPE) IF_ODQ_LOG=>TT_MESSAGES 20110629
6 P_KEEP_TASKS Static Attribute Private Type reference (TYPE) IF_ODQ_CONSTANTS=>T_BOOLEAN 20110629
7 P_MAXIMUM_TASKS Static Attribute Private Type reference (TYPE) I 20110629
8 P_RUNNING_TASKS Static Attribute Private Type reference (TYPE) I 20110629
Methods
# Method Level Visibility Method type Description Created on
1 CONSTRUCTOR Instance method Public Constructor CONSTRUCTOR 20110629
2 GET_INSTANCE Static method Public Method 20110629
3 RECEIVE_RESPONSE Static method Public Method 20110629
Events
Class CL_ODQ_DAEMON_NOTIFY_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, destination TYPE rfcdest, start TYPE timestampl, duration TYPE timestampl, overload TYPE i, r_task TYPE REF TO cl_odq_daemon_notify_task, END OF ts_task
2 TTH_TASKS Private See coding 20110629 tth_tasks TYPE HASHED TABLE OF ts_task WITH UNIQUE KEY taskid
Method Signatures

Method CONSTRUCTOR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_CYCLE_TIME Call by reference Type reference (TYPE) I 20110714
2 Importing I_PERIOD Call by reference Type reference (TYPE) I 20110714

Method CONSTRUCTOR on class CL_ODQ_DAEMON_NOTIFY_DISP has no exception.

Method GET_INSTANCE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_CYCLE_TIME Call by reference Type reference (TYPE) I 20110714
2 Importing I_PERIOD Call by reference Type reference (TYPE) I 20110714
3 Returning 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_NOTIFY_DISP has no exception.

Method RECEIVE_RESPONSE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing P_TASK Call by reference Type reference (TYPE) CLIKE 20110629

Method RECEIVE_RESPONSE on class CL_ODQ_DAEMON_NOTIFY_DISP has no exception.
History
Last changed by/on SAP  20130531 
SAP Release Created in 731