SAP ABAP Class IF_ADAPTER_MANAGER (Registry for adapter factory)
Meta Relationship - Used By
# Relationship type Used by Short Description Created on
1 Interface implementation (CLASS c. INTERFACES i_ref)  CL_SATC_ADAPTER_MANAGER Adapter manager 20130516
Properties
Class IF_ADAPTER_MANAGER  
Short Description Registry for adapter factory    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package      
Created 20130516   SAP 
Last change 20140121   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
Class IF_ADAPTER_MANAGER has no forward declaration.
Interfaces
Class IF_ADAPTER_MANAGER has no interface implemented.
Friends
Class IF_ADAPTER_MANAGER has no friend class.
Attributes
Class IF_ADAPTER_MANAGER has no attribute.
Methods
# Method Level Visibility Method type Description Created on
1 ADD_FACTORY Instance method Public Method Adds factory for a given object type to registry 20130516
2 GET_ADAPTER Instance method Public Method Returns initial or instance of the given adapter type 20130516
3 REMOVE_FACTORY Instance method Public Method Removes factory from registry 20130516
Events
Class IF_ADAPTER_MANAGER has no event.
Types
Class IF_ADAPTER_MANAGER has no local type.
Method Signatures

Method ADD_FACTORY Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing ADAPTER_FACTORY Call by reference Object reference (TYPE REF TO) IF_ADAPTER_FACTORY Factory for adapters / behavioral extensions of class 20130516
2 Importing ADAPTER_TYPE_HANDLE Call by reference Object reference (TYPE REF TO) CL_ABAP_OBJECTDESCR Type of adapter 20130516

Method ADD_FACTORY on class IF_ADAPTER_MANAGER has no exception.

Method GET_ADAPTER Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing ADAPTABLE_OBJECT Call by reference Object reference (TYPE REF TO) OBJECT Object that shall be adapted 20130516
2 Importing ADAPTER_TYPE_HANDLE Call by reference Object reference (TYPE REF TO) CL_ABAP_OBJECTDESCR Type handle that specifies adapter 20130516
3 Returning RESULT Value transfer Object reference (TYPE REF TO) OBJECT Initial or adapter 20130516

Method GET_ADAPTER on class IF_ADAPTER_MANAGER has no exception.

Method REMOVE_FACTORY Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing ADAPTER_FACTORY Call by reference Object reference (TYPE REF TO) IF_ADAPTER_FACTORY Factory for adapters / behavioral extensions of class 20130516

Method REMOVE_FACTORY on class IF_ADAPTER_MANAGER has no exception.
History
Last changed by/on SAP  20140121 
SAP Release Created in