SAP ABAP Class CL_ESH_ADM_ANY_CONNECTIVITY (Connectivity details)
Hierarchy
SAP_BASIS (Software Component) SAP Basis Component
   BC-EIM-ESH (Application Component) NetWeaver Enterprise Search
     S_ESH_ENG_ADMIN_ANY (Package) Monitoring and Admin for all other Search Service Providers
Properties
Class CL_ESH_ADM_ANY_CONNECTIVITY  
Short Description Connectivity details    
Super Class    
Instantiability of a Class 1  Protected 
Final    
General Data
Message Class    
Program status     
Category 0   
Package S_ESH_ENG_ADMIN_ANY   Monitoring and Admin for all other Search Service Providers 
Created 20071016   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)
2 CL_ESH_ADM_CONNECTIVITY Forward declaration class (CLASS c DEFINITION DEFERRED)  Forward declaration class (CLASS c DEFINITION DEFERRED)
3 CL_ESH_OM_CONSTANTS Forward declaration class (CLASS c DEFINITION DEFERRED)  Forward declaration class (CLASS c DEFINITION DEFERRED)
Interfaces
Class CL_ESH_ADM_ANY_CONNECTIVITY has no interface implemented.
Friends
Class CL_ESH_ADM_ANY_CONNECTIVITY has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 MR_DETAILS_RAW Instance attribute Private Object reference (TYPE REF TO) DATA Details in raw form 20071016
2 MT_ATTRIBUTES Instance attribute Private Type reference (TYPE) LTT_ATTRIBUTE 20071016
3 MT_STRINGS Instance attribute Private Type reference (TYPE) STRING_TABLE Attribute strings 20071114
4 MV_CONNECTION_GUID Instance attribute Public Type reference (TYPE) ESH_E_ADM_CONNECTION_GUID Connection GUID 20071016
5 MV_TYPE Instance attribute Private Type reference (TYPE) ESH_E_OM_TEMPLATE_TYPE Type 20071016
6 SC_TYPE_GENERIC Constant Public Type reference (TYPE) ESH_E_OM_TEMPLATE_TYPE CL_ESH_ADM_CONNECTIVITY=>GC_CONNECTION_TYPE_GEN Connectivity type: Generic 20081118
7 SC_TYPE_MDM Constant Public Type reference (TYPE) ESH_E_OM_TEMPLATE_TYPE CL_ESH_ADM_CONNECTIVITY=>GC_CONNECTION_TYPE_MDM Connectivity type: MDM 20071025
8 SC_TYPE_RFC Constant Public Type reference (TYPE) ESH_E_OM_TEMPLATE_TYPE CL_ESH_ADM_CONNECTIVITY=>GC_CONNECTION_TYPE_RFC Connectivity type: RFC 20071102
9 SS_CONNECTIVITY Static Attribute Private Type reference (TYPE) LST_CONNECTIVITY_INSTANCE 20130816
10 ST_CONNECTIVITIES Static Attribute Private Type reference (TYPE) LTT_CONNECTIVITY_INSTANCES 20071016
Methods
# Method Level Visibility Method type Description Created on
1 CONSTRUCTOR Instance method Public Constructor Constructor 20071016
2 GET_ATTRIBUTE Instance method Public Method Get the value of a connectivity attribute 20071016
3 GET_ATTRIBUTE_NAMES Instance method Public Method Get the names of available connectivity attributes 20081118
4 GET_ATTRIBUTE_STRING Instance method Public Method Get the value of a connectivity attribute 20071029
5 GET_DETAILS_RAW Instance method Public Method Get connectivity details in raw form 20071016
6 GET_INSTANCE Static method Public Method Get a connectivity instance 20071016
7 GET_TYPE Instance method Public Method Get the type of connectivity 20071016
8 IS_LOCAL_SYSTEM Instance method Public Method Is local system 20080130
9 SET_ATTRIBUTE Instance method Public Method Add an additional attribute 20071114
10 SET_ATTRIBUTES Instance method Protected Method Read data from DB 20071016
Events
Class CL_ESH_ADM_ANY_CONNECTIVITY has no event.
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 LTT_ATTRIBUTE_NAMES Public See coding 20081118 ltt_attribute_names TYPE SORTED TABLE OF char30 WITH UNIQUE KEY table_line
Method Signatures

Method CONSTRUCTOR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_CONNECTION_GUID Call by reference Type reference (TYPE) ESH_E_ADM_CONNECTION_GUID Connection GUID 20071016
# Exception Resumable Description Created on
1 CX_ESH_CO_CONNECTION_ERROR ESH Connection Exception 20071016

Method GET_ATTRIBUTE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_ATTRIBUTE_NAME Call by reference Type reference (TYPE) CHAR30 30 Characters 20071016
2 Returning RR_ATTRIBUTE_VALUE Value transfer Object reference (TYPE REF TO) DATA 20071016
# Exception Resumable Description Created on
1 CX_ESH_CO_NOT_FOUND Interface not supported 20071016

Method GET_ATTRIBUTE_NAMES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_ATTRIBUTE_NAMES Call by reference Type reference (TYPE) LTT_ATTRIBUTE_NAMES Attribute Names 20081118

Method GET_ATTRIBUTE_NAMES on class CL_ESH_ADM_ANY_CONNECTIVITY has no exception.

Method GET_ATTRIBUTE_STRING Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EV_ATTRIBUTE_VALUE Value transfer Type reference (TYPE) STRING 20071029
2 Importing IV_ATTRIBUTE_NAME Call by reference Type reference (TYPE) CHAR30 30 Characters 20071029
# Exception Resumable Description Created on
1 CX_ESH_CO_NOT_FOUND Interface not supported 20071029

Method GET_DETAILS_RAW Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ER_DETAILS_RAW Value transfer Object reference (TYPE REF TO) DATA 20071016

Method GET_DETAILS_RAW on class CL_ESH_ADM_ANY_CONNECTIVITY has no exception.

Method GET_INSTANCE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_CONNECTION_GUID Call by reference Type reference (TYPE) ESH_E_ADM_CONNECTION_GUID Connection GUID 20071016
2 Returning RR_CONNECTIVITY Value transfer Object reference (TYPE REF TO) CL_ESH_ADM_ANY_CONNECTIVITY Connectivity details 20071016
# Exception Resumable Description Created on
1 CX_ESH_CO_CONNECTION_ERROR ESH Connection Exception 20071016

Method GET_TYPE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RV_TYPE Value transfer Type reference (TYPE) ESH_E_OM_TEMPLATE_TYPE Template Type 20071016

Method GET_TYPE on class CL_ESH_ADM_ANY_CONNECTIVITY has no exception.

Method IS_LOCAL_SYSTEM Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RV_TRUE Value transfer Type reference (TYPE) ABAP_BOOL 20080130

Method IS_LOCAL_SYSTEM on class CL_ESH_ADM_ANY_CONNECTIVITY has no exception.

Method SET_ATTRIBUTE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_ATTRIBUTE_NAME Call by reference Type reference (TYPE) CHAR30 30 Characters 20071114
2 Importing IV_ATTRIBUTE_VALUE Call by reference Type reference (TYPE) STRING 20071114

Method SET_ATTRIBUTE on class CL_ESH_ADM_ANY_CONNECTIVITY has no exception.

Method SET_ATTRIBUTES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IS_ATTRIBUTES Call by reference Type reference (TYPE) ANY 20071016

Method SET_ATTRIBUTES on class CL_ESH_ADM_ANY_CONNECTIVITY has no exception.
History
Last changed by/on SAP  20110908 
SAP Release Created in 700