SAP ABAP Class IF_SRT_WSP_HCHK_DB_CONTROLLER (SRT Health Check: DB Operations for Controller Class)
Meta Relationship - Used By
| # | Relationship type | Used by | Short Description | Created on |
|---|---|---|---|---|
| 1 | Interface implementation (CLASS c. INTERFACES i_ref) | CL_SRT_WSP_HCHECK_DB_LAYER | SRT Health Check: DB Operations | 20110117 |
Properties
| Class | IF_SRT_WSP_HCHK_DB_CONTROLLER | |
| Short Description | SRT Health Check: DB Operations for Controller Class | |
| Super Class | ||
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | ||
| Created | 20100218 | SAP |
| Last change | 20110908 | SAP |
| Shared Memory-enabled | ||
| Fixed point arithmetic | ||
| Unicode checks active |
Forward declarations
Class IF_SRT_WSP_HCHK_DB_CONTROLLER has no forward declaration.
Interfaces
Class IF_SRT_WSP_HCHK_DB_CONTROLLER has no interface implemented.
Friends
Class IF_SRT_WSP_HCHK_DB_CONTROLLER has no friend class.
Attributes
Class IF_SRT_WSP_HCHK_DB_CONTROLLER has no attribute.
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Public | Method | Create a new health check identifier | 20110117 | |
| 2 | Instance method | Public | Method | Delete already existing health check identifier from DB | 20110117 | |
| 3 | Instance method | Public | Method | Get Single Health Check | 20110117 | |
| 4 | Instance method | Public | Method | Gets the health check status | 20110117 | |
| 5 | Instance method | Public | Method | Keeps health check | 20110117 | |
| 6 | Instance method | Public | Method | List existing health check identifiers | 20110117 | |
| 7 | Instance method | Public | Method | Updates the health check identifier with the overall status | 20110117 |
Events
Class IF_SRT_WSP_HCHK_DB_CONTROLLER has no event.
Types
Class IF_SRT_WSP_HCHK_DB_CONTROLLER has no local type.
Method Signatures
Method CREATE_HEALTH_CHECK_ID Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_ASYNC_PROCESSING | Call by reference | Type reference (TYPE) | BOOLEAN | Boolean Variable (X=True, -=False, Space=Unknown) | 20110117 | |||
| 2 | I_CHECK_ID | Call by reference | Type reference (TYPE) | SRT_WSP_HCHECK_CHECK_ID | If given, use this check ID instead of generating a new one | 20110117 | |||
| 3 | I_SYSTEM_KEY | Call by reference | Type reference (TYPE) | SRT_WSP_CON_TENANT_KEY | SOAManager Connectivity: System Key | 20110117 | |||
| 4 | R_ID | Value transfer | Type reference (TYPE) | SRT_WSP_HCHECK_CHECK_ID | SRT Health Check : Check ID | 20110117 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | WSP Exception | 20110117 |
Method DELETE_HEALTH_CHECK_ID Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | 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 | WSP Exception | 20110117 |
Method GET_HEALTH_CHECK Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_CHECK_ID | Call by reference | Type reference (TYPE) | SRT_WSP_HCHECK_CHECK_ID | SRT Health Check : Check ID | 20110117 | |||
| 2 | R_CHECK_INFO | Value transfer | Type reference (TYPE) | SRT_WSP_HCHECK_IDENTIFIER_INFO | SRT Health Check: Identifier information | 20110117 |
Method GET_HEALTH_CHECK on class IF_SRT_WSP_HCHK_DB_CONTROLLER has no exception.
Method GET_HEALTH_CHECK_STATUS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | E_PROGRESS_STATUS | Call by reference | Type reference (TYPE) | SRT_WSP_HCHECK_CHECK_STATUS | SRT Health Check: Component Check Status | 20110117 | |||
| 2 | E_RESULT_STATUS | Call by reference | Type reference (TYPE) | SRT_WSP_HCHECK_RESULT_STATUS | SRT Health Check: Component Check Status | 20110117 | |||
| 3 | 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 | WSP Exception | 20110117 |
Method KEEP_HEALTH_CHECK_ID Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | 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 | WSP Exception | 20110117 |
Method LIST_HEALTH_CHECK_IDS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | E_IDENTIFIER_INFORMATION | Call by reference | Type reference (TYPE) | SRT_WSP_HCHK_IDENTIFIER_INFO | SRT Health Check: Identifier information | 20110117 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | WSP Exception | 20110117 |
Method UPDATE_HEALTH_CHECK_STATUS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_CHECK_ID | Call by reference | Type reference (TYPE) | SRT_WSP_HCHECK_CHECK_ID | SRT Health Check : Check ID | 20110117 | |||
| 2 | I_PROGRESS_STATUS | Call by reference | Type reference (TYPE) | SRT_WSP_HCHECK_CHECK_STATUS | SRT Health Check: Component Check Status | 20110117 | |||
| 3 | I_RESULT_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 | WSP Exception | 20110117 |
History
| Last changed by/on | SAP | 20110908 |
| SAP Release Created in |