SAP ABAP Class IF_SRT_WSP_PING_CNTRL (SRT: Ping Controller)
Meta Relationship - Used By
| # | Relationship type | Used by | Short Description | Created on |
|---|---|---|---|---|
| 1 | Interface implementation (CLASS c. INTERFACES i_ref) | CL_SRT_WSP_PING_CNTRL | SRT: Ping Controller | 20110117 |
Properties
| Class | IF_SRT_WSP_PING_CNTRL | |
| Short Description | SRT: Ping Controller | |
| Super Class | ||
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | ||
| Created | 20100315 | SAP |
| Last change | 20110908 | SAP |
| Shared Memory-enabled | ||
| Fixed point arithmetic | ||
| Unicode checks active |
Forward declarations
Class IF_SRT_WSP_PING_CNTRL has no forward declaration.
Interfaces
Class IF_SRT_WSP_PING_CNTRL has no interface implemented.
Friends
Class IF_SRT_WSP_PING_CNTRL has no friend class.
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Constant | Public | Type reference (TYPE) | STRING | 'http://ping.check.srt.sap.com' | 20110117 | |||
| 2 | Constant | Public | Type reference (TYPE) | STRING | 'OverloadedSecuritySettings' | 20110117 | |||
| 3 | Constant | Public | Type reference (TYPE) | STRING | 'CL_SRT_WSP_PING_HDL' | 20110117 | |||
| 4 | Constant | Public | Type reference (TYPE) | STRING | 'sap/bc/srt/ping' | 20110117 | |||
| 5 | Constant | Public | Type reference (TYPE) | STRING | 'SecuritySettings' | 20110117 | |||
| 6 | Constant | Public | Type reference (TYPE) | STRING | 'PingURL' | 20110117 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Public | Method | Deletes Security Settings | 20110117 | |
| 2 | Instance method | Public | Method | Deletes List of URL´s | 20110117 | |
| 3 | Instance method | Public | Method | Check whether Security Settings exists | 20110117 | |
| 4 | Instance method | Public | Method | Check whether List of URL´s exists | 20110117 | |
| 5 | Instance method | Public | Method | Get information about the last update performed | 20110117 | |
| 6 | Instance method | Public | Method | Returns Security Settings | 20110117 | |
| 7 | Instance method | Public | Method | Returns List of URL´s for Pinging | 20110117 | |
| 8 | Instance method | Public | Method | Gets the URL proposals | 20110117 | |
| 9 | Instance method | Public | Method | Executes Ping | 20110117 | |
| 10 | Instance method | Public | Method | Save URL´s and Security Settings | 20110117 | |
| 11 | Instance method | Public | Method | Set Security Settings | 20110117 | |
| 12 | Instance method | Public | Method | Set List of URL´s | 20110117 |
Events
Class IF_SRT_WSP_PING_CNTRL has no event.
Types
Class IF_SRT_WSP_PING_CNTRL has no local type.
Method Signatures
Method DELETE_SECURITY_SETTINGS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | URL | Call by reference | Type reference (TYPE) | SRT_WSP_PING_CHK_URL | SRT WSP: Ping Check URL | 20110117 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | WSP Exception | 20110117 |
Method DELETE_URL Signature
Method DELETE_URL on class IF_SRT_WSP_PING_CNTRL has no parameter.
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | WSP Exception | 20110117 |
Method EXISTS_SECURITY_SETTINGS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | EXISTS | Value transfer | Type reference (TYPE) | BOOLEAN | Boolean Variable (X=True, -=False, Space=Unknown) | 20110117 | |||
| 2 | QNAME | Call by reference | Type reference (TYPE) | QNAME | Qualified Name | 20110117 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | WSP Exception | 20110117 |
Method EXISTS_URL Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | EXISTS | Value transfer | Type reference (TYPE) | BOOLEAN | X=exists; space=does not exist | 20110117 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | WSP Exception | 20110117 |
Method GET_LAST_CHANGE_INFO Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | PE_DATE | Call by reference | Type reference (TYPE) | UDATUM | Date of Last Change | 20110117 | |||
| 2 | PE_TIME | Call by reference | Type reference (TYPE) | UZEIT | Time | 20110117 | |||
| 3 | PE_USER | Call by reference | Type reference (TYPE) | UNAME | User Name | 20110117 |
Method GET_LAST_CHANGE_INFO on class IF_SRT_WSP_PING_CNTRL has no exception.
Method GET_SECURITY_SETTINGS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | SECURITY_SETTINGS | Value transfer | Type reference (TYPE) | SRT_WSP_PING_CHK_SEC_SETTINGS | SRT WSP: Ping Check Security Settings | 20110117 | |||
| 2 | URL | Call by reference | Type reference (TYPE) | SRT_WSP_PING_CHK_URL | SRT WSP: Ping Check URL | 20110117 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | WSP Exception | 20110117 |
Method GET_URLS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | URLS | Value transfer | Type reference (TYPE) | SRT_WSP_PING_CHK_URL_LIST_T | SRT WSP: Ping Check List of URLs | 20110117 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | WSP Exception | 20110117 |
Method GET_URL_PROPOSALS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RT_URL_PROPOSALS | Value transfer | Type reference (TYPE) | SRT_WSP_PING_CHK_URL_LIST_T | SRT WSP: Ping Check List of URLs | 20110117 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | WSP Exception | 20110117 |
Method PING Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | CS_RESULT_DATA | Value transfer | Type reference (TYPE) | SRT_HCHECK_RESULT_DATA | Health check result | 20110117 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | WSP Exception | 20110117 |
Method SAVE Signature
Method SAVE on class IF_SRT_WSP_PING_CNTRL has no parameter.
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | WSP Exception | 20110117 |
Method SET_SECURITY_SETTINGS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | SECURITY_SETTINGS | Call by reference | Type reference (TYPE) | SRT_WSP_PING_CHK_SEC_SETTINGS | SRT WSP: Ping Check Security Settings | 20110117 | |||
| 2 | URL | Call by reference | Type reference (TYPE) | STRING | 20110117 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | WSP Exception | 20110117 |
Method SET_URLS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | URLS | Call by reference | Type reference (TYPE) | SRT_WSP_PING_CHK_URL_LIST_T | SRT WSP: Ping Check List of URLs | 20110117 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | WSP Exception | 20110117 |
History
| Last changed by/on | SAP | 20110908 |
| SAP Release Created in |