SAP ABAP Class /PLMU/CL_FRW_CONTEXT_POOL (Context Pool)
Hierarchy
SAP_BS_FND (Software Component) SAP Business Suite Foundation
   CA-EPT-SPI-FSI (Application Component) FPM SPI Integration
     /PLMU/UI_FRW_CORE (Package) UI Framework: Core
Properties
Class /PLMU/CL_FRW_CONTEXT_POOL  
Short Description Context Pool    
Super Class    
Instantiability of a Class 0  Private 
Final    
General Data
Message Class    
Program status     
Category 0   
Package /PLMU/UI_FRW_CORE   UI Framework: Core 
Created 20100312   SAP 
Last change 20110908   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
# Type group / Object type Type Type Description
1 ABAP Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
Interfaces
Class /PLMU/CL_FRW_CONTEXT_POOL has no interface implemented.
Friends
Class /PLMU/CL_FRW_CONTEXT_POOL has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 GO_INSTANCE Static Attribute Private Object reference (TYPE REF TO) /PLMU/CL_FRW_CONTEXT_POOL UI Framework - GUIBB context Info 20100312
2 MT_CONTEXT_POOL Instance attribute Private Type reference (TYPE) GTY_TS_CONTEXT_POOL 20101221
Methods
# Method Level Visibility Method type Description Created on
1 CONSTRUCTOR Instance method Private Constructor 20100315
2 GARBAGE_COLLECTOR Instance method Public Method 20110321
3 GET_INSTANCE Static method Public Method 20100312
4 HNDL_AFTER_CONTEXT_CONSTRUCT Instance method Private Event handling method 20100312
5 HNDL_BEFORE_CONTEXT_DESTRUCT Instance method Private Event handling method 20100312
6 PROCESS_NEW_NODE_IDS Instance method Public Method 20110414
7 READ_ONLY Instance method Public Method 20100312
Events
Class /PLMU/CL_FRW_CONTEXT_POOL has no event.
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 GTY_S_CONTEXT_POOL Private See coding 20100312 BEGIN OF gty_s_context_pool, abbid TYPE /plmb/spi_abbid, node_name TYPE /plmb/spi_node_name, context TYPE REF TO /plmu/if_frw_context_int, END OF gty_s_context_pool
2 GTY_TS_CONTEXT_POOL Private See coding 20100312 gty_ts_context_pool TYPE SORTED TABLE OF gty_s_context_pool WITH UNIQUE KEY abbid node_name context
Method Signatures

Method CONSTRUCTOR Signature

Method CONSTRUCTOR on class /PLMU/CL_FRW_CONTEXT_POOL has no parameter.
Method CONSTRUCTOR on class /PLMU/CL_FRW_CONTEXT_POOL has no exception.

Method GARBAGE_COLLECTOR Signature

Method GARBAGE_COLLECTOR on class /PLMU/CL_FRW_CONTEXT_POOL has no parameter.
Method GARBAGE_COLLECTOR on class /PLMU/CL_FRW_CONTEXT_POOL has no exception.

Method GET_INSTANCE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RO_CONTEXT_POOL Value transfer Object reference (TYPE REF TO) /PLMU/CL_FRW_CONTEXT_POOL UI Framework - Context 20100312

Method GET_INSTANCE on class /PLMU/CL_FRW_CONTEXT_POOL has no exception.

Method HNDL_AFTER_CONTEXT_CONSTRUCT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IO_CONTEXT Value transfer Attribute reference (LIKE) 20100312

Method HNDL_AFTER_CONTEXT_CONSTRUCT on class /PLMU/CL_FRW_CONTEXT_POOL has no exception.

Method HNDL_BEFORE_CONTEXT_DESTRUCT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IO_CONTEXT Value transfer Attribute reference (LIKE) 20100312

Method HNDL_BEFORE_CONTEXT_DESTRUCT on class /PLMU/CL_FRW_CONTEXT_POOL has no exception.

Method PROCESS_NEW_NODE_IDS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IO_METADATA Call by reference Object reference (TYPE REF TO) /PLMB/IF_SPI_METADATA_OUTPUT 20110414
2 Importing IT_NODE_ID_MAP Call by reference Type reference (TYPE) /PLMB/T_SPI_COLL_ID_MAP_NODE 20110414

Method PROCESS_NEW_NODE_IDS on class /PLMU/CL_FRW_CONTEXT_POOL has no exception.

Method READ_ONLY Signature

Method READ_ONLY on class /PLMU/CL_FRW_CONTEXT_POOL has no parameter.
Method READ_ONLY on class /PLMU/CL_FRW_CONTEXT_POOL has no exception.
History
Last changed by/on SAP  20110908 
SAP Release Created in 702