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 CO_DEFAULT_NAMESPACE Constant Public Type reference (TYPE) STRING 'http://ping.check.srt.sap.com' 20110117
2 CO_OVERLOAD_SEC_SETTINGS_NAMES Constant Public Type reference (TYPE) STRING 'OverloadedSecuritySettings' 20110117
3 CO_PING_HANDLER Constant Public Type reference (TYPE) STRING 'CL_SRT_WSP_PING_HDL' 20110117
4 CO_PING_PATH Constant Public Type reference (TYPE) STRING 'sap/bc/srt/ping' 20110117
5 CO_SEC_SETTINGS_NAME Constant Public Type reference (TYPE) STRING 'SecuritySettings' 20110117
6 CO_URL_NAME Constant Public Type reference (TYPE) STRING 'PingURL' 20110117
Methods
# Method Level Visibility Method type Description Created on
1 DELETE_SECURITY_SETTINGS Instance method Public Method Deletes Security Settings 20110117
2 DELETE_URL Instance method Public Method Deletes List of URL´s 20110117
3 EXISTS_SECURITY_SETTINGS Instance method Public Method Check whether Security Settings exists 20110117
4 EXISTS_URL Instance method Public Method Check whether List of URL´s exists 20110117
5 GET_LAST_CHANGE_INFO Instance method Public Method Get information about the last update performed 20110117
6 GET_SECURITY_SETTINGS Instance method Public Method Returns Security Settings 20110117
7 GET_URLS Instance method Public Method Returns List of URL´s for Pinging 20110117
8 GET_URL_PROPOSALS Instance method Public Method Gets the URL proposals 20110117
9 PING Instance method Public Method Executes Ping 20110117
10 SAVE Instance method Public Method Save URL´s and Security Settings 20110117
11 SET_SECURITY_SETTINGS Instance method Public Method Set Security Settings 20110117
12 SET_URLS 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 Importing URL Call by reference Type reference (TYPE) SRT_WSP_PING_CHK_URL SRT WSP: Ping Check URL 20110117
# Exception Resumable Description Created on
1 CX_SRT_WSP_CONFIG 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 CX_SRT_WSP_CONFIG WSP Exception 20110117

Method EXISTS_SECURITY_SETTINGS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning EXISTS Value transfer Type reference (TYPE) BOOLEAN Boolean Variable (X=True, -=False, Space=Unknown) 20110117
2 Importing QNAME Call by reference Type reference (TYPE) QNAME Qualified Name 20110117
# Exception Resumable Description Created on
1 CX_SRT_WSP_CONFIG WSP Exception 20110117

Method EXISTS_URL Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning EXISTS Value transfer Type reference (TYPE) BOOLEAN X=exists; space=does not exist 20110117
# Exception Resumable Description Created on
1 CX_SRT_WSP_CONFIG WSP Exception 20110117

Method GET_LAST_CHANGE_INFO Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting PE_DATE Call by reference Type reference (TYPE) UDATUM Date of Last Change 20110117
2 Exporting PE_TIME Call by reference Type reference (TYPE) UZEIT Time 20110117
3 Exporting 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 Returning SECURITY_SETTINGS Value transfer Type reference (TYPE) SRT_WSP_PING_CHK_SEC_SETTINGS SRT WSP: Ping Check Security Settings 20110117
2 Importing URL Call by reference Type reference (TYPE) SRT_WSP_PING_CHK_URL SRT WSP: Ping Check URL 20110117
# Exception Resumable Description Created on
1 CX_SRT_WSP_CONFIG WSP Exception 20110117

Method GET_URLS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning 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 CX_SRT_WSP_CONFIG WSP Exception 20110117

Method GET_URL_PROPOSALS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning 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 CX_SRT_WSP_CONFIG WSP Exception 20110117

Method PING Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CS_RESULT_DATA Value transfer Type reference (TYPE) SRT_HCHECK_RESULT_DATA Health check result 20110117
# Exception Resumable Description Created on
1 CX_SRT_WSP_CONFIG WSP Exception 20110117

Method SAVE Signature

Method SAVE on class IF_SRT_WSP_PING_CNTRL has no parameter.
# Exception Resumable Description Created on
1 CX_SRT_WSP_CONFIG WSP Exception 20110117

Method SET_SECURITY_SETTINGS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing SECURITY_SETTINGS Call by reference Type reference (TYPE) SRT_WSP_PING_CHK_SEC_SETTINGS SRT WSP: Ping Check Security Settings 20110117
2 Importing URL Call by reference Type reference (TYPE) STRING 20110117
# Exception Resumable Description Created on
1 CX_SRT_WSP_CONFIG WSP Exception 20110117

Method SET_URLS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing 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 CX_SRT_WSP_CONFIG WSP Exception 20110117
History
Last changed by/on SAP  20110908 
SAP Release Created in