SAP ABAP Class CL_SOAP_MONI_LOGTRC_COLLECTION (Configuration of SOAP Runtime Monitoring)
Hierarchy
SAP_BASIS (Software Component) SAP Basis Component
   BC-ESI-WS-ABA-MON (Application Component) WebServices ABAP Monitoring
     SOAP_MONITORING (Package) SOAP Monitoring Framework
Meta Relationship - Using
# Relationship type Using Short Description Created on
1 Interface implementation (CLASS c. INTERFACES i_ref)  IF_SOAP_MONI_LOGTRC_COLLECTION Interface for Trace Object Collection 20060524
Properties
Class CL_SOAP_MONI_LOGTRC_COLLECTION  
Short Description Configuration of SOAP Runtime Monitoring    
Super Class    
Instantiability of a Class 1  Protected 
Final    
General Data
Message Class    
Program status     
Category 0   
Package SOAP_MONITORING   SOAP Monitoring Framework 
Created 20060524   SAP 
Last change 20130531   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
# Type group / Object type Type Type Description
1 TSRTM Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
Interfaces
# Interface Abstract Final Description Created on
1 IF_SOAP_MONI_LOGTRC_COLLECTION Interface for Trace Object Collection 20060524
Friends
# Friend Modeled only Created on Description
1 CL_SOAP_MONI_FACTORY 20060524 SOAP Monitoring Factory
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 CO_CLASS_NAME Constant Private Type reference (TYPE) STRING 'CL_SOAP_MONI_CONFIGURATION' 20060524
2 CO_PROCESSOR_ID Constant Private Type reference (TYPE) SRT_MONI_PROC_ID 'MONI_CONFIG' SOAP Runtime Processor Unit ID 20060524
3 CO_SEPARATOR_COMMA Constant Private Type reference (TYPE) STRING TSRTM_LOGTRC_ENTRY_SEPARATOR Separator Comma 20060524
4 MS_AUTH_CFG Static Attribute Public Type reference (TYPE) SRT_MON_AUTH_CONFIG Structure for Authorization Object S_SRTMONCF 20061012
5 MT_LOG_ENTRIES Instance attribute Private Type reference (TYPE) SRT_MONI_LOG_ENTRIES Table Type for Log Entries 20060524
6 MT_TRC_ENTRIES Instance attribute Private Type reference (TYPE) SRT_MONI_TRACE_ENTRIES Table Type for Trace Entries 20060524
Methods
# Method Level Visibility Method type Description Created on
1 AUTHORITY_CHECK Instance method Private Method Check Authorization Object S_SRTMONCF 20061012
2 CONCATENATE_LOG_STRING Instance method Private Method Merge Log Components in String 20060601
3 CONCATENATE_TRACE_STRING Instance method Private Method Merge Trace Components in String 20060601
4 CONSTRUCTOR Instance method Public Constructor CONSTRUCTOR 20060524
5 DELETE_LOG_FORCE Instance method Private Method 20060825
6 DELETE_TRACE_FORCE Instance method Private Method 20060825
7 READ_LOG_PROPERTY_VALUES Instance method Protected Method Get Log Configuration 20060526
8 READ_TRACE_PROPERTY_VALUES Instance method Protected Method Get Trace Configuration 20060524
9 SPLIT_LOG_STRING Instance method Private Method Split Log String 20060621
10 SPLIT_TRACE_STRING Instance method Private Method Split Trace String 20060621
11 VALIDATION_POST_PROCESSING Instance method Private Method Persist Valid Trace Entries in Trace CKonfiguration 20070414
12 WRITE_LOG_TO_GLOBAL_PROPERTY Instance method Private Method Persist in Log Configuration 20060529
13 WRITE_TRACE_TO_GLOBAL_PROPERTY Instance method Private Method Persist in Trace Configuration 20060529
14 _CREATE_LOG_ENTRY Instance method Private Method No authority check (internal use only) 20061024
15 _CREATE_TRACE_ENTRY Instance method Private Method No authority check (internal use only) 20061024
Events
Class CL_SOAP_MONI_LOGTRC_COLLECTION has no event.
Types
Class CL_SOAP_MONI_LOGTRC_COLLECTION has no local type.
Method Signatures

Method AUTHORITY_CHECK Signature

Method AUTHORITY_CHECK on class CL_SOAP_MONI_LOGTRC_COLLECTION has no parameter.
# Exception Resumable Description Created on
1 CX_SOAP_MONITORING SOAP Monitoring Exception 20061012

Method CONCATENATE_LOG_STRING Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_LOG_STRING Call by reference Type reference (TYPE) SRT_MONI_LOG_ENTRY Struktur der Log-Einträge für SOAP Runtime Monitoring 20060601
2 Returning RS_LOG_STRING Value transfer Type reference (TYPE) STRING 20060601

Method CONCATENATE_LOG_STRING on class CL_SOAP_MONI_LOGTRC_COLLECTION has no exception.

Method CONCATENATE_TRACE_STRING Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_TRC_STRING Call by reference Type reference (TYPE) SRT_MONI_TRACE_ENTRY Struktur der Trace-Einträge für SOAP Runtime Monitoring 20060601
2 Returning RS_TRC_STRING Value transfer Type reference (TYPE) STRING 20060601

Method CONCATENATE_TRACE_STRING on class CL_SOAP_MONI_LOGTRC_COLLECTION has no exception.

Method CONSTRUCTOR Signature

Method CONSTRUCTOR on class CL_SOAP_MONI_LOGTRC_COLLECTION has no parameter.
# Exception Resumable Description Created on
1 CX_SOAP_MONITORING SOAP Monitoring Exception 20060602

Method DELETE_LOG_FORCE Signature

Method DELETE_LOG_FORCE on class CL_SOAP_MONI_LOGTRC_COLLECTION has no parameter.
Method DELETE_LOG_FORCE on class CL_SOAP_MONI_LOGTRC_COLLECTION has no exception.

Method DELETE_TRACE_FORCE Signature

Method DELETE_TRACE_FORCE on class CL_SOAP_MONI_LOGTRC_COLLECTION has no parameter.
Method DELETE_TRACE_FORCE on class CL_SOAP_MONI_LOGTRC_COLLECTION has no exception.

Method READ_LOG_PROPERTY_VALUES Signature

Method READ_LOG_PROPERTY_VALUES on class CL_SOAP_MONI_LOGTRC_COLLECTION has no parameter.
# Exception Resumable Description Created on
1 CX_SOAP_MONITORING SOAP Monitoring Exception 20060526

Method READ_TRACE_PROPERTY_VALUES Signature

Method READ_TRACE_PROPERTY_VALUES on class CL_SOAP_MONI_LOGTRC_COLLECTION has no parameter.
# Exception Resumable Description Created on
1 CX_SOAP_MONITORING SOAP Monitoring Exception 20060524

Method SPLIT_LOG_STRING Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IP_LOG_STRING Call by reference Type reference (TYPE) STRING 20060621
2 Returning RS_LOG_ENTRY Value transfer Type reference (TYPE) SRT_MONI_LOG_ENTRY Struktur der Log-Einträge für SOAP Runtime Monitoring 20060621

Method SPLIT_LOG_STRING on class CL_SOAP_MONI_LOGTRC_COLLECTION has no exception.

Method SPLIT_TRACE_STRING Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IP_TRC_STRING Call by reference Type reference (TYPE) STRING 20060621
2 Returning RS_TRC_ENTRY Value transfer Type reference (TYPE) SRT_MONI_TRACE_ENTRY Struktur der Trace-Einträge für SOAP Runtime Monitoring 20060621

Method SPLIT_TRACE_STRING on class CL_SOAP_MONI_LOGTRC_COLLECTION has no exception.

Method VALIDATION_POST_PROCESSING Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IP_CLIENT Call by reference Type reference (TYPE) SRT_MONI_CLIENT Soap Client Number 20070414
2 Importing IT_TRC Call by reference Type reference (TYPE) SRT_MONI_TRACE_ENTRY_TAB Tabellentyp für Traceeinträge 20070414
# Exception Resumable Description Created on
1 CX_SOAP_MONITORING SOAP Monitoring Exception 20070414

Method WRITE_LOG_TO_GLOBAL_PROPERTY Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IT_LOG Call by reference Type reference (TYPE) SRT_MONI_LOG_ENTRY_TAB Tabellentyp für logeinträge 20060529
# Exception Resumable Description Created on
1 CX_SOAP_MONITORING SOAP Monitoring Exception 20060602

Method WRITE_TRACE_TO_GLOBAL_PROPERTY Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IT_TRC Call by reference Type reference (TYPE) SRT_MONI_TRACE_ENTRY_TAB Tabellentyp für Traceeinträge 20060529
# Exception Resumable Description Created on
1 CX_SOAP_MONITORING SOAP Monitoring Exception 20060602

Method _CREATE_LOG_ENTRY Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_INTERFACE Call by reference Type reference (TYPE) SRT_MONI_SRVDEF Design-Time Objektname 20061024
2 Importing I_USER Call by reference Type reference (TYPE) SRT_MONI_USER Benutzername 20061024
3 Returning RP_LOG_ENTRY Value transfer Object reference (TYPE REF TO) IF_SOAP_MONI_LOG_ENTRY Interface für die Logeinträge der Moni-Konfiguration 20061024
# Exception Resumable Description Created on
1 CX_SOAP_MONITORING SOAP Monitoring Exception 20061024

Method _CREATE_TRACE_ENTRY Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_INTERFACE Call by reference Type reference (TYPE) SRT_MONI_SRVDEF Design-Time Objektname 20061024
2 Importing I_USER Call by reference Type reference (TYPE) SRT_MONI_USER Benutzername 20061024
3 Returning RP_TRC_ENTRY Value transfer Object reference (TYPE REF TO) IF_SOAP_MONI_TRC_ENTRY Interface für die Traceeinträge der Moni-Konfiguration 20061024
# Exception Resumable Description Created on
1 CX_SOAP_MONITORING SOAP Monitoring Exception 20061024
History
Last changed by/on SAP  20130531 
SAP Release Created in 710