SAP ABAP Class CL_SRT_HEALTH_CHECK_COMP (Parent class for all check components)
Hierarchy
SAP_BASIS (Software Component) SAP Basis Component
   BC-ESI-WS-ABA-CFG (Application Component) WebServices ABAP Configuration
     SOAP_CONFIG_CHECK (Package) Check tools for SOAP Configuration Framework
Meta Relationship - Using
# Relationship type Using Short Description Created on
1 Interface implementation (CLASS c. INTERFACES i_ref)  IF_SRT_WSP_HEALTH_CHECK_COMP Item for the SRT WSP Health check 20110117
Meta Relationship - Used By
# Relationship type Used by Short Description Created on
1 Inheritance (c INHERITING FROM c_ref)  CL_SRT_HEALTH_CHECK_DT_CACHE Health check component for DT Cache 20110117
2 Inheritance (c INHERITING FROM c_ref)  CL_SRT_HEALTH_CHECK_TEST Test 20110117
3 Inheritance (c INHERITING FROM c_ref)  CL_SRT_HEALTH_CHECK_SR_CONSIST Checks the Consistency of Service Registry 20120709
4 Inheritance (c INHERITING FROM c_ref)  CL_SRT_HEALTH_CHECK_PROTOTYPE Health check component for ICF test 20110117
5 Inheritance (c INHERITING FROM c_ref)  CL_SRT_HEALTH_CHECK_PING Ping Check 20110117
6 Inheritance (c INHERITING FROM c_ref)  CL_SRT_HEALTH_CHECK_LRD LRD Check: SuperClass for all LRD Checks 20110117
7 Inheritance (c INHERITING FROM c_ref)  CL_SRT_HEALTH_CHECK_ICF Check for ICF root nodes required by SRT 20110117
8 Inheritance (c INHERITING FROM c_ref)  CL_SRT_HEALTH_CHECK_IBCR Identifiable Business Context Reference Check 20120611
9 Inheritance (c INHERITING FROM c_ref)  CL_SRT_HEALTH_CHECK_IBC Identifiable Business Context Check 20120611
10 Inheritance (c INHERITING FROM c_ref)  CL_SRT_HCHK_ADMIN_SERVICE Health check for admin service 20121029
... Click here to see Used By full list (18 items)
Properties
Class CL_SRT_HEALTH_CHECK_COMP  
Short Description Parent class for all check components    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package SOAP_CONFIG_CHECK   Check tools for SOAP Configuration Framework 
Created 20100222   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
# Interface Abstract Final Description Created on
1 IF_SRT_WSP_HEALTH_CHECK_COMP Item for the SRT WSP Health check 20110117
Friends
Class CL_SRT_HEALTH_CHECK_COMP has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 COMPONENT_CLASS Instance attribute Protected Type reference (TYPE) SRT_WSP_HCHECK_COMPONENT_NAME SRT Health Check: Component Name 20110117
2 COMPONENT_NAME Instance attribute Protected Type reference (TYPE) SRT_WSP_HCHECK_COMPONENT_NAME SRT Health Check: Component Name 20110117
3 COMPONENT_VERSION Instance attribute Protected Type reference (TYPE) SRT_WSP_HCHECK_COMP_VERSION SRT Health Check: Component Version 20110117
4 CO_CLASS_NAME Constant Private Type reference (TYPE) STRING 'CL_SRT_HEALTH_CHECK_COMP' 20110117
Methods
# Method Level Visibility Method type Description Created on
1 CALL_CONNECTIVITY Instance method Private Method Calls the connectivity 20110117
2 CONSTRUCTOR Instance method Public Constructor Constructor 20110117
3 EXECUTE_CHECK Instance method Public Method Starts and executes the check 20110117
4 GET_COMPONENT_ID Instance method Public Method Gets the component id 20110117
5 GET_COMPONENT_VERSION Instance method Public Method Gets the component version 20110117
6 GET_INFO_TEXT Instance method Public Method 20110117
7 GET_RESULT Instance method Public Method Get the result of the check 20110117
8 GET_STATUS Instance method Public Method Gets the status of the check 20110117
9 IS_REPAIRED Instance method Public Method 20110117
10 OPEN Instance method Public Method Open health check 20110117
11 REPAIR_CHECK Instance method Public Method Triggers repair function of check 20110117
12 SET_PROGRESS_STATUS Instance method Public Method Sets the progress status 20110117
13 SET_REPAIR_STATUS Instance method Public Method Sets the result status 20110117
14 SET_RESULT Instance method Private Method Sets the result 20110117
Events
Class CL_SRT_HEALTH_CHECK_COMP has no event.
Types
Class CL_SRT_HEALTH_CHECK_COMP has no local type.
Method Signatures

Method CALL_CONNECTIVITY Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting E_RESPONSE Value transfer Type reference (TYPE) ANY 20110117
2 Importing I_OPERATION Call by reference Type reference (TYPE) SRT_WSP_CON_APPL_OPERATION SOAManager Connectivity : Application operation 20110117
3 Importing I_REQUEST_DATA Call by reference Type reference (TYPE) ANY 20110117
4 Importing I_RESPONSE_TYPE Call by reference Type reference (TYPE) CHAR30 30 Characters 20110117
5 Importing I_TENANT_KEY Call by reference Type reference (TYPE) SRT_WSP_CON_TENANT_KEY SOAManager Connectivity: System Key 20110117
# Exception Resumable Description Created on
1 CX_SRT_WSP_CONFIG WSP Exception 20110117

Method CONSTRUCTOR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_COMPONENT_NAME Call by reference Type reference (TYPE) SRT_WSP_HCHECK_COMPONENT_NAME SRT Health Check: Component Name 20110117
2 Importing I_COMPONENT_VERSION Call by reference Type reference (TYPE) SRT_WSP_HCHECK_COMP_VERSION '1' SRT Health Check: Component Version 20110117

Method CONSTRUCTOR on class CL_SRT_HEALTH_CHECK_COMP has no exception.

Method EXECUTE_CHECK Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_CHECK_ID Call by reference Type reference (TYPE) SRT_WSP_HCHECK_CHECK_ID SRT Health Check : Check ID 20110117
# Exception Resumable Description Created on
1 CX_SRT_WSP_CONFIG WSP Exception 20110117

Method GET_COMPONENT_ID Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning COMPONENT_ID Value transfer Type reference (TYPE) STRING 20110117

Method GET_COMPONENT_ID on class CL_SRT_HEALTH_CHECK_COMP has no exception.

Method GET_COMPONENT_VERSION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning COMPONENT_VERSION Value transfer Type reference (TYPE) SRT_WSP_HCHECK_COMP_VERSION SRT Health Check: Component Version 20110117

Method GET_COMPONENT_VERSION on class CL_SRT_HEALTH_CHECK_COMP has no exception.

Method GET_INFO_TEXT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting INFO_TEXT Call by reference Type reference (TYPE) STRING 20110117
2 Exporting SHORT_TEXT Call by reference Type reference (TYPE) STRING 20110117

Method GET_INFO_TEXT on class CL_SRT_HEALTH_CHECK_COMP has no exception.

Method GET_RESULT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CS_RESULT_DATA Call by reference Type reference (TYPE) SRT_HCHECK_RESULT_DATA Health check result 20110117
2 Importing I_CHECK_ID Call by reference Type reference (TYPE) SRT_WSP_HCHECK_CHECK_ID SRT Health Check : Check ID 20110117
# Exception Resumable Description Created on
1 CX_SRT_WSP_CONFIG WSP Exception 20110117

Method GET_STATUS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting E_EXC_IN_CLIENT Call by reference Type reference (TYPE) SRT_WSP_HCHECK_CLIENT Client for Health check 20110117
2 Exporting E_PROGRESS Call by reference Type reference (TYPE) SRT_WSP_HCHECK_CHECK_PROGRESS SRT Health Check: Check Progress (Value Fluctuation 0 - 100) 20110117
3 Exporting E_PROGRESS_STATUS Call by reference Type reference (TYPE) SRT_WSP_HCHECK_CHECK_STATUS SRT Health Check: Component Check Status 20110117
4 Importing I_CHECK_ID Call by reference Type reference (TYPE) SRT_WSP_HCHECK_CHECK_ID SRT Health Check : Check ID 20110117
# Exception Resumable Description Created on
1 CX_SRT_WSP_CONFIG WSP Exception 20110117

Method IS_REPAIRED Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_CHECK_ID Call by reference Type reference (TYPE) SRT_WSP_HCHECK_CHECK_ID SRT Health Check : Check ID 20110117
2 Returning REPAIRED Value transfer Type reference (TYPE) BOOLEAN Boolean Variable (X=True, -=False, Space=Unknown) 20110117
# Exception Resumable Description Created on
1 CX_SRT_WSP_CONFIG WSP Exception 20110117

Method OPEN Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_CHECK_ID Call by reference Type reference (TYPE) SRT_WSP_HCHECK_CHECK_ID SRT Health Check : Check ID 20110117
# Exception Resumable Description Created on
1 CX_SRT_WSP_CONFIG WSP Exception 20110117

Method REPAIR_CHECK Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting E_MSG Call by reference Type reference (TYPE) SRT_LP_MESSAGE Logical Port Message Format 20110117
2 Exporting E_STATUS Call by reference Type reference (TYPE) SRT_WSP_HCHECK_RESULT_STATUS SRT Health Check: Component Check Status 20110117
3 Importing I_CHECK_ID Call by reference Type reference (TYPE) SRT_WSP_HCHECK_CHECK_ID SRT Health Check : Check ID 20110117
4 Importing I_OBJECT_ID Call by reference Type reference (TYPE) STRING 20110117
5 Importing I_TENANT_KEY Call by reference Type reference (TYPE) SRT_WSP_CON_TENANT_KEY SOAManager Connectivity: System Key 20110117
# Exception Resumable Description Created on
1 CX_SRT_WSP_CONFIG WSP Exception 20110117

Method SET_PROGRESS_STATUS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_CHECK_ID Call by reference Type reference (TYPE) SRT_WSP_HCHECK_CHECK_ID SRT Health Check : Check ID 20110117
2 Importing I_EXC_IN_CLIENT Call by reference Type reference (TYPE) SRT_WSP_HCHECK_CLIENT Client for Health check 20110117
3 Importing I_PROGRESS Call by reference Type reference (TYPE) SRT_WSP_HCHECK_CHECK_PROGRESS SRT Health Check: Check Progress (Value Fluctuation 0 - 100) 20110117
4 Importing I_PROGRESS_STATUS Call by reference Type reference (TYPE) SRT_WSP_HCHECK_CHECK_STATUS SRT Health Check: Component Check Status 20110117
# Exception Resumable Description Created on
1 CX_SRT_WSP_CONFIG WSP Exception 20110117

Method SET_REPAIR_STATUS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_CHECK_ID Call by reference Type reference (TYPE) SRT_WSP_HCHECK_CHECK_ID SRT Health Check : Check ID 20110117
2 Importing I_OBJECT_ID Call by reference Type reference (TYPE) STRING 20110117
3 Importing I_STATUS Call by reference Type reference (TYPE) SRT_WSP_HCHECK_RESULT_STATUS SRT Health Check: Component Check Status 20110117
# Exception Resumable Description Created on
1 CX_SRT_WSP_CONFIG WSP Exception 20110117

Method SET_RESULT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IS_RESULT Call by reference Type reference (TYPE) SRT_HCHECK_RESULT_DATA Health check result 20110117
2 Importing I_CHECK_ID Call by reference Type reference (TYPE) SRT_WSP_HCHECK_CHECK_ID SRT Health Check : Check ID 20110117
# Exception Resumable Description Created on
1 CX_SRT_WSP_CONFIG WSP Exception 20110117
Meta Relationship - Used By (full list)
# Relationship type Used by Short Description Created on
1 Inheritance (c INHERITING FROM c_ref)  CL_SRT_HEALTH_CHECK_DT_CACHE Health check component for DT Cache 20110117
2 Inheritance (c INHERITING FROM c_ref)  CL_SRT_HEALTH_CHECK_TEST Test 20110117
3 Inheritance (c INHERITING FROM c_ref)  CL_SRT_HEALTH_CHECK_SR_CONSIST Checks the Consistency of Service Registry 20120709
4 Inheritance (c INHERITING FROM c_ref)  CL_SRT_HEALTH_CHECK_PROTOTYPE Health check component for ICF test 20110117
5 Inheritance (c INHERITING FROM c_ref)  CL_SRT_HEALTH_CHECK_PING Ping Check 20110117
6 Inheritance (c INHERITING FROM c_ref)  CL_SRT_HEALTH_CHECK_LRD LRD Check: SuperClass for all LRD Checks 20110117
7 Inheritance (c INHERITING FROM c_ref)  CL_SRT_HEALTH_CHECK_ICF Check for ICF root nodes required by SRT 20110117
8 Inheritance (c INHERITING FROM c_ref)  CL_SRT_HEALTH_CHECK_IBCR Identifiable Business Context Reference Check 20120611
9 Inheritance (c INHERITING FROM c_ref)  CL_SRT_HEALTH_CHECK_IBC Identifiable Business Context Check 20120611
10 Inheritance (c INHERITING FROM c_ref)  CL_SRT_HCHK_ADMIN_SERVICE Health check for admin service 20121029
11 Inheritance (c INHERITING FROM c_ref)  CL_SRT_HEALTH_CHECK_CON_EP Checks the management connection endpoint. 20110117
12 Inheritance (c INHERITING FROM c_ref)  CL_SRT_HEALTH_CHECK_CON_APPL Lists the available management applications. 20110117
13 Inheritance (c INHERITING FROM c_ref)  CL_SRT_HEALTH_CHECK_CONSIST Health check component for ICF test 20110117
14 Inheritance (c INHERITING FROM c_ref)  CL_SRT_HEALTH_CHECK_CONNECTVTY Checks all maintained management connections 20110117
15 Inheritance (c INHERITING FROM c_ref)  CL_SRT_HCHK_SERVICE_IDENTIFIER Check for Services Identifier 20110202
16 Inheritance (c INHERITING FROM c_ref)  CL_SRT_HCHK_SERVICES_REGISTRY Check for Services Registry Connections 20110202
17 Inheritance (c INHERITING FROM c_ref)  CL_SRT_HCHK_SERVICES_DIRECTORY Check for Services Registry Component 20110202
18 Inheritance (c INHERITING FROM c_ref)  CL_SRT_HCHK_EXT_HTTP_SETTINGS Check external HTTP settings 20110117
History
Last changed by/on SAP  20110908 
SAP Release Created in 740