SAP ABAP Class CL_SATC_ADAPTER_MANAGER (Adapter manager)
Hierarchy
☛
SAP_BASIS (Software Component) SAP Basis Component
⤷
BC-DWB-TOO-ATF (Application Component) ABAP Test Frameworks ( ATC, CheckMan, Code Inspector)
⤷
SATC_SHARED_ADAPTABLE_CORE (Package) INTERNAL: - *NO* REUSE - Adaptable objects implementation

⤷

⤷

Meta Relationship - Using
# | Relationship type | Using | Short Description | Created on |
---|---|---|---|---|
1 | Interface implementation (CLASS c. INTERFACES i_ref) | IF_ADAPTER_MANAGER | Registry for adapter factory | 20130516 |
Properties
Class | CL_SATC_ADAPTER_MANAGER | |
Short Description | Adapter manager | |
Super Class | ||
Instantiability of a Class | 2 | Public |
Final |
General Data
Message Class | ||
Program status | ||
Category | 0 | |
Package | SATC_SHARED_ADAPTABLE_CORE | INTERNAL: - *NO* REUSE - Adaptable objects implementation |
Created | 20130516 | SAP |
Last change | 20140121 | SAP |
Shared Memory-enabled | ||
Fixed point arithmetic | ||
Unicode checks active |
Forward declarations
Class CL_SATC_ADAPTER_MANAGER has no forward declaration.
Interfaces
# | Interface | Abstract | Final | Description | Created on |
---|---|---|---|---|---|
1 | IF_ADAPTER_MANAGER | Registry for adapter factory | 20130516 |
Friends
Class CL_SATC_ADAPTER_MANAGER has no friend class.
Attributes
# | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
Instance attribute | Private | Type reference (TYPE) | TY_ADAPTER_REGISTRY_ENTRIES | 20130516 | |||
2 | ![]() |
Instance attribute | Private | Object reference (TYPE REF TO) | CL_ABAP_INTFDESCR | 20130516 |
Methods
# | Method | Level | Visibility | Method type | Description | Created on |
---|---|---|---|---|---|---|
1 | ![]() |
Instance method | Public | Constructor | 20130516 | |
2 | ![]() |
Instance method | Private | Method | 20130516 |
Events
Class CL_SATC_ADAPTER_MANAGER has no event.
Types
# | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
---|---|---|---|---|---|---|---|
1 | TY_ADAPTER_REGISTRY_ENTRIES | Private | See coding | 20130516 | ty_Adapter_Registry_Entries type hashed table of ty_Adapter_Registry_Entry
with unique key adapter_Type_Handle
|
||
2 | TY_ADAPTER_REGISTRY_ENTRY | Private | See coding | 20130516 | begin of ty_Adapter_Registry_Entry,
adapter_Type_Handle type ref to cl_Abap_Objectdescr,
factory_Entries type ty_Factory_Registry_Entries,
end of ty_Adapter_Registry_Entry
|
||
3 | TY_FACTORY_REGISTRY_ENTRIES | Private | See coding | 20130516 | ty_Factory_Registry_Entries type standard table of ty_Factory_Registry_Entry
with non-unique key name
with unique sorted key by_Name components name
|
||
4 | TY_FACTORY_REGISTRY_ENTRY | Private | See coding | 20130516 | begin of ty_Factory_Registry_Entry,
name type string,
instance type ref to if_Adapter_Factory,
end of ty_Factory_Registry_Entry
|
Method Signatures
Method CONSTRUCTOR Signature
Method CONSTRUCTOR on class CL_SATC_ADAPTER_MANAGER has no parameter.
Method CONSTRUCTOR on class CL_SATC_ADAPTER_MANAGER has no exception.
Method GET_ADAPTER_FROM_FACTORIES Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
ADAPTABLE_OBJECT | Call by reference | Object reference (TYPE REF TO) | OBJECT | 20130516 | |||
2 | ![]() |
ADAPTER_REGISTRY | Call by reference | Type reference (TYPE) | TY_ADAPTER_REGISTRY_ENTRY | 20130516 | |||
3 | ![]() |
RESULT | Value transfer | Object reference (TYPE REF TO) | OBJECT | 20130516 |
Method GET_ADAPTER_FROM_FACTORIES on class CL_SATC_ADAPTER_MANAGER has no exception.
History
Last changed by/on | SAP | 20140121 |
SAP Release Created in | 740 |