SAP ABAP Class CL_WDR_NOTIFICATION_RECEIVER (Web Dynpro Notification)
Hierarchy
☛
SAP_UI (Software Component) User Interface Technology
⤷
BC-WD-ABA (Application Component) Web Dynpro ABAP
⤷
SWDP_RUNTIME_SERVICES (Package) Web Dynpro: Additional Services of Web Dynpro Runtime
⤷
⤷
Meta Relationship - Using
| # | Relationship type | Using | Short Description | Created on |
|---|---|---|---|---|
| 1 | Inheritance (c INHERITING FROM c_ref) | CL_WDR_ABSTRACT_CTRL_SERVICE | Administration of Runtime Services | 20081217 |
Properties
| Class | CL_WDR_NOTIFICATION_RECEIVER | |
| Short Description | Web Dynpro Notification | |
| Super Class | CL_WDR_ABSTRACT_CTRL_SERVICE | Administration of Runtime Services |
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | SWDP_RUNTIME_SERVICES | Web Dynpro: Additional Services of Web Dynpro Runtime |
| Created | 20081217 | SAP |
| Last change | 20090618 | SAP |
| Shared Memory-enabled | ||
| Fixed point arithmetic | ||
| Unicode checks active |
Forward declarations
| # | Type group / Object type | Type | Type Description |
|---|---|---|---|
| 1 | Type group use (TYPE-POOLS tp) | Type group use (TYPE-POOLS tp) | |
| 2 | Forward declaration class (CLASS c DEFINITION DEFERRED) | Forward declaration class (CLASS c DEFINITION DEFERRED) | |
| 3 | Forward declaration interface (INTERFACE i DEFINITION DEF... | Forward declaration interface (INTERFACE i DEFINITION DEF... |
Interfaces
Class CL_WDR_NOTIFICATION_RECEIVER has no interface implemented.
Friends
Class CL_WDR_NOTIFICATION_RECEIVER has no friend class.
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Constant | Public | Type reference (TYPE) | STRING | 'FullEventIdShm' | Parameter Name of ID of Event in the Shared Memory | 20081217 | ||
| 2 | Constant | Public | Type reference (TYPE) | STRING | 'receiver' | URL Parameter for Event Receiver | 20081217 | ||
| 3 | Constant | Private | Type reference (TYPE) | STRING | '/sap/public/wdPolling?' | Base URL for Polling | 20081217 | ||
| 4 | Static Attribute | Public | Type reference (TYPE) | ABAP_BOOL | Is polling between client and server active? | 20081217 | |||
| 5 | Static Attribute | Private | Type reference (TYPE) | STRING | Unique ID of Web Dynpro Session | 20081217 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Static method | Private | Method | 20081217 | ||
| 2 | Static method | Public | Method | 20081217 | ||
| 3 | Static method | Public | Method | 20081217 | ||
| 4 | Static method | Public | Method | Registration of Event | 20081217 | |
| 5 | Static method | Public | Method | Deletes the registration of event | 20081217 | |
| 6 | Static method | Public | Method | Status Change of Registered Event | 20081217 |
Events
Class CL_WDR_NOTIFICATION_RECEIVER has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | T_EVENT | Public | Type reference (TYPE) | STRING | 20081217 | |
|
| 2 | T_HOST_ID | Public | Type reference (TYPE) | MSNAME2 | Application Server Name | 20081217 | |
| 3 | T_MEMORY_ID | Private | See coding | 20081217 | |
Method Signatures
Method GET_HOST_ID Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | HOST_ID | Value transfer | Type reference (TYPE) | T_HOST_ID | Name des Applikationsservers | 20081217 |
Method GET_HOST_ID on class CL_WDR_NOTIFICATION_RECEIVER has no exception.
Method GET_RECEIVER Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RECEIVER | Value transfer | Type reference (TYPE) | STRING | 20081217 |
Method GET_RECEIVER on class CL_WDR_NOTIFICATION_RECEIVER has no exception.
Method GET_RECEIVER_FOR Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RECEIVER | Value transfer | Object reference (TYPE REF TO) | CL_WDR_NOTIFICATION_RECEIVER | Web Dynpro Notification | 20081217 | |||
| 2 | VIEW_CONTROLLER | Call by reference | Object reference (TYPE REF TO) | IF_WD_VIEW_CONTROLLER | Web Dynpro: View Controller | 20081217 |
Method GET_RECEIVER_FOR on class CL_WDR_NOTIFICATION_RECEIVER has no exception.
Method REGISTER_EVENT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ACTION | Call by reference | Type reference (TYPE) | STRING | Name der Aktion | 20081217 | |||
| 2 | ACTION_LOCATION | Call by reference | Type reference (TYPE) | STRING | 20081217 | ||||
| 3 | EVENT_ID | Value transfer | Type reference (TYPE) | STRING | Generierte Id der Registrierung | 20081217 |
Method REGISTER_EVENT on class CL_WDR_NOTIFICATION_RECEIVER has no exception.
Method REMOVE_REGISTRATION_BY_FULL_ID Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ID | Call by reference | Type reference (TYPE) | STRING | 20081217 |
Method REMOVE_REGISTRATION_BY_FULL_ID on class CL_WDR_NOTIFICATION_RECEIVER has no exception.
Method UPDATE_EVENT_STATUS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | EVENT_ID | Call by reference | Type reference (TYPE) | STRING | 20081217 | ||||
| 2 | STATUS | Call by reference | Type reference (TYPE) | CL_WD_NOTIFICATION_SERVICE=>T_EVENT_STATUS | 20081217 |
Method UPDATE_EVENT_STATUS on class CL_WDR_NOTIFICATION_RECEIVER has no exception.
History
| Last changed by/on | SAP | 20090618 |
| SAP Release Created in | 720 |