SAP ABAP Class CL_SRT_WSP_ITSAM_OBSERVER (Web Service Observer)
Hierarchy
SAP_BASIS (Software Component) SAP Basis Component
   BC-ESI-WS-ABA-CFG (Application Component) WebServices ABAP Configuration
     SOAP_CONFIG (Package) SOAP Configuration Framework
Meta Relationship - Using
# Relationship type Using Short Description Created on
1 Interface implementation (CLASS c. INTERFACES i_ref)  IF_SRT_WSP_ITSAM_ADMIN Administration API for SRT ITSAM Methods 20071205
2 Interface implementation (CLASS c. INTERFACES i_ref)  IF_SRT_WSP_ITSAM_OBSERVER ITSAM Web Service Observer 20071204
Properties
Class CL_SRT_WSP_ITSAM_OBSERVER  
Short Description Web Service Observer    
Super Class    
Instantiability of a Class 0  Private 
Final    
General Data
Message Class    
Program status     
Category 0   
Package SOAP_CONFIG   SOAP Configuration Framework 
Created 20071204   SAP 
Last change 20090618   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 TSRTP Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
Interfaces
# Interface Abstract Final Description Created on
1 IF_SRT_WSP_ITSAM_ADMIN Administration API for SRT ITSAM Methods 20071205
2 IF_SRT_WSP_ITSAM_OBSERVER ITSAM Web Service Observer 20071204
Friends
Class CL_SRT_WSP_ITSAM_OBSERVER has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 CO_ATTR_BIND_NAME Constant Private Type reference (TYPE) STRING 'bindname' Binding Name 20071204
2 CO_ATTR_BIND_NS Constant Private Type reference (TYPE) STRING 'bindns' Binding Namespace 20071204
3 CO_ATTR_CFG_KEY Constant Private Type reference (TYPE) STRING 'cfgkey' Internal Configuration Key 20071204
4 CO_ATTR_CFG_NAME Constant Private Type reference (TYPE) STRING 'cfgname' Configuration Name 20071204
5 CO_ATTR_CFG_TYPE Constant Private Type reference (TYPE) STRING 'cfgtype' Configuration Type 20071204
6 CO_ATTR_SD Constant Private Type reference (TYPE) STRING 'sd' Service Definition 20071204
7 CO_CLASS_NAME Constant Private Type reference (TYPE) STRING 'CL_SRT_WSP_ITSAM_OBSERVER' Current Class Name 20071205
8 M_IS_ADMIN Instance attribute Private Type reference (TYPE) BOOLEAN Administration Object 20071205
9 M_IS_NEW Instance attribute Private Type reference (TYPE) BOOLEAN Object is new 20071204
10 M_OBSERV_DATA Instance attribute Private Type reference (TYPE) SRT_OBSERV_DATA Web Service Observer Entries 20071204
11 M_PROPERTY Instance attribute Private Type reference (TYPE) SRT_WSP_TEMPL_PROPERTY Single Property 20071204
12 M_PROPERTY_LIST Instance attribute Private Type reference (TYPE) SRT_WSP_TEMPL_PROPERTIES WSP Template Properties 20071204
Methods
# Method Level Visibility Method type Description Created on
1 CONSTRUCTOR Instance method Public Constructor CONSTRUCTOR 20071204
2 EXISTS Static method Public Method Checks existence of observer 20071204
3 GET_HOST_PORTS Static method Private Method Gets host name and HTTP and HTTPS ports of current server 20071205
4 INIT_PROPERTY_LIST Instance method Private Method Sets values in property list 20071204
5 LIST Static method Public Method Lists all existing observer entries 20071205
6 OPEN Static method Public Method Opens Single Observer 20071204
7 OPEN_ADMIN Static method Public Method Creates SRT ITSAM Administration Observer Instance 20071205
8 READ_DATABASE Instance method Private Method Gets Database Information 20071204
9 REMOVE Static method Public Method Removes Specified Observer 20071205
10 SAVE_DATABASE Instance method Private Method Saves Database Information 20071204
11 SET_CHANGE_INFO Instance method Private Method Sets Change Information 20071204
12 SET_CREATE_INFO Instance method Private Method Sets Creation Information 20071204
Events
Class CL_SRT_WSP_ITSAM_OBSERVER has no event.
Types
Class CL_SRT_WSP_ITSAM_OBSERVER has no local type.
Method Signatures

Method CONSTRUCTOR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing PI_ACCESS_PATH Call by reference Type reference (TYPE) STRING URL-Zugriffspfad 20071204
2 Importing PI_BINDING_KEY Call by reference Type reference (TYPE) GUID_32 Interner Schlüssel des Bindings 20071204
3 Importing PI_BINDING_NAME Call by reference Type reference (TYPE) QNAME Binding Name 20071204
4 Importing PI_CLIENT Call by reference Type reference (TYPE) MANDT Mandant 20071204
5 Importing PI_CONFIG_KEY Call by reference Type reference (TYPE) GUID_32 Interner Schlüssel der Konfiguration 20071204
6 Importing PI_CONFIG_NAME Call by reference Type reference (TYPE) SRT_WSP_RT_CONFIG_NAME Name der RT Konfiguration 20071204
7 Importing PI_CONFIG_TYPE Call by reference Type reference (TYPE) SRT_WSP_CONFIG_TYPE TSRTP_C_CONF_TYPE_WS_RT Konfigurationstyp 20071204
8 Importing PI_EX_PRE_CHECK Call by reference Type reference (TYPE) BOOLEAN ABAP_FALSE X=Existenz ist schon geprüft 20071204
9 Importing PI_IS_ADMIN Call by reference Type reference (TYPE) BOOLEAN X=Administrationsobjekt; space=Überwachungsobjekt 20071205
10 Importing PI_SERVICE_DEFINITION Call by reference Type reference (TYPE) SRT_WSP_DT_OBJ_NAME Name der Service Definition 20071204
# Exception Resumable Description Created on
1 CX_SRT_WSP_CONFIG WSP Exception 20071205

Method EXISTS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing PI_ACCESS_PATH Call by reference Type reference (TYPE) STRING URL-Zugriffspfad 20071204
2 Importing PI_BINDING_KEY Call by reference Type reference (TYPE) GUID_32 Interner Schlüssel des Binding 20071204
3 Importing PI_CLIENT Call by reference Type reference (TYPE) MANDT Mandant 20071204
4 Returning PR_EXISTS Value transfer Type reference (TYPE) BOOLEAN X=Überwachung existiert; space=sonst 20071206
# Exception Resumable Description Created on
1 CX_SRT_WSP_CONFIG WSP Exception 20071205

Method GET_HOST_PORTS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting PE_HOST Call by reference Type reference (TYPE) STRING Hostname des aktuellen Applikationsservers 20071205
2 Exporting PE_HTTPS_PORT Call by reference Type reference (TYPE) STRING HTTPS Port 20071205
3 Exporting PE_HTTP_PORT Call by reference Type reference (TYPE) STRING HTTP Port 20071205
# Exception Resumable Description Created on
1 CX_SRT_WSP_CONFIG WSP Exception 20080113

Method INIT_PROPERTY_LIST Signature

Method INIT_PROPERTY_LIST on class CL_SRT_WSP_ITSAM_OBSERVER has no parameter.
Method INIT_PROPERTY_LIST on class CL_SRT_WSP_ITSAM_OBSERVER has no exception.

Method LIST Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning PR_LIST Value transfer Type reference (TYPE) SRT_WSP_ITSAM_OBSERVER_LIST Liste ITSAM Web Service Überwacher 20071205

Method LIST on class CL_SRT_WSP_ITSAM_OBSERVER has no exception.

Method OPEN Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning PE_OBSERV_OBJ Value transfer Object reference (TYPE REF TO) IF_SRT_WSP_ITSAM_OBSERVER ITSAM Web Service Überwachung 20071204
2 Importing PI_ACCESS_PATH Call by reference Type reference (TYPE) STRING URL-Zugriffspfad 20071204
3 Importing PI_BINDING_KEY Call by reference Type reference (TYPE) GUID_32 Interner Schlüssel des Bindings 20071204
4 Importing PI_BINDING_NAME Call by reference Type reference (TYPE) QNAME Binding Name 20071204
5 Importing PI_CLIENT Call by reference Type reference (TYPE) MANDT Mandant 20071204
6 Importing PI_CONFIG_KEY Call by reference Type reference (TYPE) GUID_32 Interner Schlüssel der Konfiguration 20071204
7 Importing PI_CONFIG_NAME Call by reference Type reference (TYPE) SRT_WSP_RT_CONFIG_NAME Name der RT Konfiguration 20071204
8 Importing PI_CONFIG_TYPE Call by reference Type reference (TYPE) SRT_WSP_CONFIG_TYPE Konfigurationstyp 20071204
9 Importing PI_SERVICE_DEFINITION Call by reference Type reference (TYPE) SRT_WSP_DT_OBJ_NAME Name der Service Definition 20071204
# Exception Resumable Description Created on
1 CX_SRT_WSP_CONFIG WSP Exception 20071205

Method OPEN_ADMIN Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning PR_ADMIN Value transfer Object reference (TYPE REF TO) IF_SRT_WSP_ITSAM_ADMIN Administrations-API für SRT ITSAM Methoden 20071205
# Exception Resumable Description Created on
1 CX_SRT_WSP_CONFIG WSP Exception 20080113

Method READ_DATABASE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing PI_ACCESS_PATH Call by reference Type reference (TYPE) STRING URL-Zugriffspfad 20071206
2 Importing PI_BINDING_KEY Call by reference Type reference (TYPE) GUID_32 Interner Binding Schlüssel 20071204
3 Importing PI_CLIENT Call by reference Type reference (TYPE) MANDT Mandant 20071204
# Exception Resumable Description Created on
1 CX_SRT_WSP_CONFIG WSP Exception 20071206

Method REMOVE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing PI_BINDING_KEY Call by reference Type reference (TYPE) GUID_32 Interner Schlüssel des Bindings 20071205
2 Importing PI_CLIENT Call by reference Type reference (TYPE) MANDT Mandant in dem gelöscht werden soll 20071205
# Exception Resumable Description Created on
1 CX_SRT_WSP_CONFIG WSP Exception 20071205

Method SAVE_DATABASE Signature

Method SAVE_DATABASE on class CL_SRT_WSP_ITSAM_OBSERVER has no parameter.
Method SAVE_DATABASE on class CL_SRT_WSP_ITSAM_OBSERVER has no exception.

Method SET_CHANGE_INFO Signature

Method SET_CHANGE_INFO on class CL_SRT_WSP_ITSAM_OBSERVER has no parameter.
Method SET_CHANGE_INFO on class CL_SRT_WSP_ITSAM_OBSERVER has no exception.

Method SET_CREATE_INFO Signature

Method SET_CREATE_INFO on class CL_SRT_WSP_ITSAM_OBSERVER has no parameter.
Method SET_CREATE_INFO on class CL_SRT_WSP_ITSAM_OBSERVER has no exception.
History
Last changed by/on SAP  20090618 
SAP Release Created in 711