SAP ABAP Class CL_WDR_ABSTRACT_SRV_EVTHDL_REG (Web Dynpro: Event Handler Registry)
Hierarchy
SAP_UI (Software Component) User Interface Technology
   BC-WD-ABA-RUN (Application Component) Web Dynpro ABAP Runtime
     SWDP_RUNTIME_CORE (Package) Web Dynpro Runtime: Core Functions
Meta Relationship - Used By
# Relationship type Used by Short Description Created on
1 Inheritance (c INHERITING FROM c_ref)  CL_WDR_SERVICE_EVNT_HDLR_REG Web Dynpro: Event Handler Registry 20030226
Properties
Class CL_WDR_ABSTRACT_SRV_EVTHDL_REG  
Short Description Web Dynpro: Event Handler Registry    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package SWDP_RUNTIME_CORE   Web Dynpro Runtime: Core Functions 
Created 20030226   SAP 
Last change 20030226   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
Class CL_WDR_ABSTRACT_SRV_EVTHDL_REG has no forward declaration.
Interfaces
Class CL_WDR_ABSTRACT_SRV_EVTHDL_REG has no interface implemented.
Friends
Class CL_WDR_ABSTRACT_SRV_EVTHDL_REG has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 HANDLER_BY_COMMAND Instance attribute Private Type reference (TYPE) TYPE_HANDLERS Object List 20030226
Methods
# Method Level Visibility Method type Description Created on
1 GET_SERVER_EVENT_HANDLER Instance method Public Method 20030226
2 REGISTER Instance method Public Method 20030226
3 UNREGISTER Instance method Public Method 20030226
Events
Class CL_WDR_ABSTRACT_SRV_EVTHDL_REG has no event.
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 TYPE_HANDLER Private See coding 20040617 begin of type_handler, name type string, handler type ref to if_wdr_server_event_handler, end of type_handler
2 TYPE_HANDLERS Private See coding 20040617 TYPE_HANDLERS type hashed table of type_handler with unique key name
Method Signatures

Method GET_SERVER_EVENT_HANDLER Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing EVENT Call by reference Object reference (TYPE REF TO) CL_WDR_SERVER_EVENT $REF$ 20030226
2 Returning EVENT_HANDLER Value transfer Object reference (TYPE REF TO) IF_WDR_SERVER_EVENT_HANDLER $REF$ 20030226

Method GET_SERVER_EVENT_HANDLER on class CL_WDR_ABSTRACT_SRV_EVTHDL_REG has no exception.

Method REGISTER Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing EVENT_HANDLER Call by reference Object reference (TYPE REF TO) IF_WDR_SERVER_EVENT_HANDLER $REF$ 20030226
2 Importing HANDLER_CLASS_NAME Call by reference Type reference (TYPE) STRING $REF$ 20030226
3 Importing HANDLER_ID Call by reference Type reference (TYPE) STRING $REF$ 20030226

Method REGISTER on class CL_WDR_ABSTRACT_SRV_EVTHDL_REG has no exception.

Method UNREGISTER Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing HANDLER_ID Call by reference Type reference (TYPE) STRING $REF$ 20030226

Method UNREGISTER on class CL_WDR_ABSTRACT_SRV_EVTHDL_REG has no exception.
History
Last changed by/on SAP  20030226 
SAP Release Created in 640