SAP ABAP Class CLC2DIR_PERS_FACTORY (Creator for Persistence Adaptor)
Hierarchy
☛
SAP_BASIS (Software Component) SAP Basis Component
⤷
BC-CFG-RT (Application Component) Business Configuration Tools: Runtime
⤷
SC2_PERSISTANCE (Package) C2 Directory Persistence Services
⤷
⤷
Meta Relationship - Using
| # | Relationship type | Using | Short Description | Created on |
|---|---|---|---|---|
| 1 | Interface implementation (CLASS c. INTERFACES i_ref) | IFC2PERS_FACTORY | Persistence Factory | 20040816 |
Properties
| Class | CLC2DIR_PERS_FACTORY | |
| Short Description | Creator for Persistence Adaptor | |
| Super Class | ||
| Instantiability of a Class | 1 | Protected |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | SC2_PERSISTANCE | C2 Directory Persistence Services |
| Created | 20040812 | SAP |
| Last change | 20041208 | SAP |
| Shared Memory-enabled | ||
| Fixed point arithmetic | ||
| Unicode checks active |
Forward declarations
Class CLC2DIR_PERS_FACTORY has no forward declaration.
Interfaces
| # | Interface | Abstract | Final | Description | Created on |
|---|---|---|---|---|---|
| 1 | IFC2PERS_FACTORY | Persistence Factory | 20040816 |
Friends
| # | Friend | Modeled only | Created on | Description |
|---|---|---|---|---|
| 1 | CLC2DIR_META_FACTORY | 20040817 | Gets C2 Directory Factory Instances |
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Static Attribute | Protected | Type reference (TYPE) | LT_PERS_AGENT_CACHE_TYPE | 20040816 | ||||
| 2 | Instance attribute | Protected | Type reference (TYPE) | LT_PERS_META_AGENT_CACHE_TYPE | 20041103 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Public | Constructor | CONSTRUCTOR | 20040818 |
Events
Class CLC2DIR_PERS_FACTORY has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | LS_PERS_AGENT_CACHE_TYPE | Protected | See coding | 20040816 | BEGIN OF ls_pers_agent_cache_type,
co_object TYPE sc2_configuration_object,
read_agent TYPE REF TO ifc2pers_read,
maint_agent TYPE REF TO ifc2pers_maint_acc,
END OF ls_pers_agent_cache_type
|
||
| 2 | LS_PERS_META_AGENT_CACHE_TYPE | Protected | See coding | 20041103 | BEGIN OF ls_pers_meta_agent_cache_type,
co_object TYPE sc2_configuration_object,
meta_agent TYPE REF TO cl_abap_weak_reference,
END OF ls_pers_meta_agent_cache_type
|
||
| 3 | LT_PERS_AGENT_CACHE_TYPE | Protected | See coding | 20040816 | lt_pers_agent_cache_type TYPE HASHED TABLE OF ls_pers_agent_cache_type
WITH UNIQUE KEY co_object
|
||
| 4 | LT_PERS_META_AGENT_CACHE_TYPE | Protected | See coding | 20041103 | lt_pers_meta_agent_cache_type TYPE HASHED TABLE OF ls_pers_meta_agent_cache_type
WITH UNIQUE KEY co_object
|
Method Signatures
Method CONSTRUCTOR Signature
Method CONSTRUCTOR on class CLC2DIR_PERS_FACTORY has no parameter.
Method CONSTRUCTOR on class CLC2DIR_PERS_FACTORY has no exception.
History
| Last changed by/on | SAP | 20041208 |
| SAP Release Created in | 700 |