SAP ABAP Class CL_SWNC_COLLECTOR_DB (Aggregation of Statistics Records with DB Interface)
Hierarchy
SAP_BASIS (Software Component) SAP Basis Component
   BC-CCM-MON (Application Component) Monitoring
     SWNC_COLL (Package) Collector and Aggregates
Meta Relationship - Using
# Relationship type Using Short Description Created on
1 Inheritance (c INHERITING FROM c_ref)  CL_SWNC_COLLECTOR Aggregation of Statistics Records 20040602
Properties
Class CL_SWNC_COLLECTOR_DB  
Short Description Aggregation of Statistics Records with DB Interface    
Super Class CL_SWNC_COLLECTOR Aggregation of Statistics Records 
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package SWNC_COLL   Collector and Aggregates 
Created 20040602   SAP 
Last change 20140121   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
# Type group / Object type Type Type Description
1 CL_SWNC_CONSTANTS Forward declaration class (CLASS c DEFINITION DEFERRED)  Forward declaration class (CLASS c DEFINITION DEFERRED)
Interfaces
Class CL_SWNC_COLLECTOR_DB has no interface implemented.
Friends
Class CL_SWNC_COLLECTOR_DB has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 ALL_AGGREGATES_LOADED Instance attribute Private Type reference (TYPE) BOOLEAN '-' Boolean Variable (X=true, -=false, space=unknown) 20041008
2 DAY_AGGTYPE Constant Public Type reference (TYPE) SWNCAGGTYPE 'D' Type of Aggregate for Day 20040602
3 MONIKEY Instance attribute Private Type reference (TYPE) SWNCMONIKEY SAP Workload NW Collector: Key of Data Cluster 20040708
4 MONTH_AGGTYPE Constant Public Type reference (TYPE) SWNCAGGTYPE 'M' Type of Aggregate for Month 20040602
5 RECORDS_AFTER_AGGREGATION Instance attribute Private Type reference (TYPE) I 20041022
6 RECORDS_BEFORE_AGGREGATION Instance attribute Private Type reference (TYPE) I 20041022
7 RECORDS_IN_DB Instance attribute Private Type reference (TYPE) I 20041022
8 TIMEZONE Instance attribute Private Type reference (TYPE) SWNCTIMEZONE SAP Workload NW Collector: Time Zone 20040810
9 WEEK_AGGTYPE Constant Public Type reference (TYPE) SWNCAGGTYPE 'W' Type of Aggregate for Week 20040708
Methods
# Method Level Visibility Method type Description Created on
1 CONSTRUCTOR Instance method Public Constructor CONSTRUCTOR 20040602
2 GET_AGGREGATION_STATISTIC Instance method Public Method 20041022
3 LOAD_AGG_ASTAT Instance method Private Method astat Aggregation Object 20040914
4 LOAD_AGG_AS_HITLIST_DBCNT Instance method Private Method as hitlist dbcnt Aggregation Object 20041028
5 LOAD_AGG_AS_HITLIST_RESPTI Instance method Private Method as hitlist respti Aggregation Object 20041028
6 LOAD_AGG_COMPHIER Instance method Private Method comphier Aggregation Object 20041112
7 LOAD_AGG_DBCON Instance method Private Method dbcon Aggregation Object 20041228
8 LOAD_AGG_DBPROCS Instance method Private Method dbprocs Aggregation Object 20040806
9 LOAD_AGG_EXTSYSTEM Instance method Private Method extsystem Aggregation Object 20040806
10 LOAD_AGG_FRONTEND Instance method Private Method frontend Aggregation Object 20040806
11 LOAD_AGG_HITLIST_DBCNT Instance method Private Method hitlist dbcnt Aggregation Object 20040806
12 LOAD_AGG_HITLIST_RESPTI Instance method Private Method hitlist respti Aggregation Object 20040806
13 LOAD_AGG_MEMORY Instance method Private Method memory Aggregation Object 20040806
14 LOAD_AGG_ORGUNIT Instance method Private Method orgunit Aggregation Object 20041112
15 LOAD_AGG_RFCCLIENT Instance method Private Method rfc client Aggregation Object 20040806
16 LOAD_AGG_RFCCLIENT_DEST Instance method Private Method rfc client dest Aggregation Object 20040806
17 LOAD_AGG_RFCSERVER Instance method Private Method rfc server Aggregation Object 20040806
18 LOAD_AGG_RFCSERVER_DEST Instance method Private Method rfc server dest Aggregation Object 20040806
19 LOAD_AGG_SPOOL Instance method Private Method spool Aggregation Object 20040811
20 LOAD_AGG_SPOOLACT Instance method Private Method spoolact Aggregation Object 20040806
21 LOAD_AGG_TABLEREC Instance method Private Method tablerec Aggregation Object 20040806
22 LOAD_AGG_TASKTIMES Instance method Private Method tasktimes Aggregation Object 20040806
23 LOAD_AGG_TASKTYPE Instance method Private Method tasktype Aggregation Object 20040806
24 LOAD_AGG_TCDET Instance method Private Method tcdet Aggregation Object 20040806
25 LOAD_AGG_TIMES Instance method Private Method times Aggregation Object 20040806
26 LOAD_AGG_TREX Instance method Private Method TREX Aggregation Object 20090625
27 LOAD_AGG_USERTCODE Instance method Private Method usertcode Aggregation Object 20040806
28 LOAD_AGG_USERWORKLOAD Instance method Private Method userworkload Aggregation Object 20040806
29 LOAD_AGG_VMC Instance method Private Method VMC Aggregation Object 20050308
30 LOAD_AGG_WEBC Instance method Private Method httpc Aggregation Object 20050314
31 LOAD_AGG_WEBCD Instance method Private Method httpcd Aggregation Object 20050314
32 LOAD_AGG_WEBS Instance method Private Method httpc Aggregation Object 20050314
33 LOAD_AGG_WEBSD Instance method Private Method httpcd Aggregation Object 20050314
34 LOAD_FROM_DB Instance method Public Method Load All Aggregates from DB 20041008
Events
Class CL_SWNC_COLLECTOR_DB has no event.
Types
Class CL_SWNC_COLLECTOR_DB 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 I_BUFFER Call by reference Object reference (TYPE REF TO) IF_SWNC_AGG_BUFFER SWNC Aggregation Buffer 20040907
2 Importing I_MONIKEY Call by reference Type reference (TYPE) SWNCMONIKEY SAP Workload NW Collector: Schlüssel des Datenclusters 20040708
3 Importing I_T_AGGREGATES Call by reference Type reference (TYPE) SWNC_T_AGGOBJ SAP Workload NW Collector: Aggregates references table 20040907
4 Importing I_T_TCODES Call by reference Type reference (TYPE) SWNC_T_TCODES NW05 Collector: tcodes table 20040907

Method CONSTRUCTOR on class CL_SWNC_COLLECTOR_DB has no exception.

Method GET_AGGREGATION_STATISTIC Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting E_RECORDS_AFTER Call by reference Type reference (TYPE) I 20041022
2 Exporting E_RECORDS_BEFORE Call by reference Type reference (TYPE) I 20041022

Method GET_AGGREGATION_STATISTIC on class CL_SWNC_COLLECTOR_DB has no exception.

Method LOAD_AGG_ASTAT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RETURN Value transfer Object reference (TYPE REF TO) CL_SWNC_AGG_ASTAT "ASTAT" Aggregat 20040914

Method LOAD_AGG_ASTAT on class CL_SWNC_COLLECTOR_DB has no exception.

Method LOAD_AGG_AS_HITLIST_DBCNT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RETURN Value transfer Object reference (TYPE REF TO) CL_SWNC_AGG_AS_HITLIST_DBCNT "HITLISTS" DB-Zugriffe Aggregat 20041028

Method LOAD_AGG_AS_HITLIST_DBCNT on class CL_SWNC_COLLECTOR_DB has no exception.

Method LOAD_AGG_AS_HITLIST_RESPTI Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RETURN Value transfer Object reference (TYPE REF TO) CL_SWNC_AGG_AS_HITLIST_RESPTI "HITLISTS" Antwortzeit Aggregat 20041028

Method LOAD_AGG_AS_HITLIST_RESPTI on class CL_SWNC_COLLECTOR_DB has no exception.

Method LOAD_AGG_COMPHIER Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RETURN Value transfer Object reference (TYPE REF TO) CL_SWNC_AGG_COMPHIER Comphirarchy 20041112

Method LOAD_AGG_COMPHIER on class CL_SWNC_COLLECTOR_DB has no exception.

Method LOAD_AGG_DBCON Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RETURN Value transfer Object reference (TYPE REF TO) CL_SWNC_AGG_DBCON "DBCON" Aggregat 20041228

Method LOAD_AGG_DBCON on class CL_SWNC_COLLECTOR_DB has no exception.

Method LOAD_AGG_DBPROCS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RETURN Value transfer Object reference (TYPE REF TO) CL_SWNC_AGG_DBPROCS "DBPROCS" Aggregat 20040806

Method LOAD_AGG_DBPROCS on class CL_SWNC_COLLECTOR_DB has no exception.

Method LOAD_AGG_EXTSYSTEM Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RETURN Value transfer Object reference (TYPE REF TO) CL_SWNC_AGG_EXTSYSTEM "EXTSYSTEM" Aggregat 20040806

Method LOAD_AGG_EXTSYSTEM on class CL_SWNC_COLLECTOR_DB has no exception.

Method LOAD_AGG_FRONTEND Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RETURN Value transfer Object reference (TYPE REF TO) CL_SWNC_AGG_FRONTEND "FRONTEND" Aggregat 20040806

Method LOAD_AGG_FRONTEND on class CL_SWNC_COLLECTOR_DB has no exception.

Method LOAD_AGG_HITLIST_DBCNT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RETURN Value transfer Object reference (TYPE REF TO) CL_SWNC_AGG_HITLIST_DBCNT "HITLISTS" DB-Zugriffe Aggregat 20040806

Method LOAD_AGG_HITLIST_DBCNT on class CL_SWNC_COLLECTOR_DB has no exception.

Method LOAD_AGG_HITLIST_RESPTI Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RETURN Value transfer Object reference (TYPE REF TO) CL_SWNC_AGG_HITLIST_RESPTIME "HITLISTS" Antwortzeit Aggregat 20040806

Method LOAD_AGG_HITLIST_RESPTI on class CL_SWNC_COLLECTOR_DB has no exception.

Method LOAD_AGG_MEMORY Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RETURN Value transfer Object reference (TYPE REF TO) CL_SWNC_AGG_MEMORY "MEMORY" Aggregat 20040806

Method LOAD_AGG_MEMORY on class CL_SWNC_COLLECTOR_DB has no exception.

Method LOAD_AGG_ORGUNIT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RETURN Value transfer Object reference (TYPE REF TO) CL_SWNC_AGG_ORGUNIT Orgunit 20041112

Method LOAD_AGG_ORGUNIT on class CL_SWNC_COLLECTOR_DB has no exception.

Method LOAD_AGG_RFCCLIENT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RETURN Value transfer Object reference (TYPE REF TO) CL_SWNC_AGG_RFCCLIENT "RFCCLIENT" Aggregat 20040806

Method LOAD_AGG_RFCCLIENT on class CL_SWNC_COLLECTOR_DB has no exception.

Method LOAD_AGG_RFCCLIENT_DEST Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RETURN Value transfer Object reference (TYPE REF TO) CL_SWNC_AGG_RFCCLIENT_DEST "RFCCLIENT_DEST" Aggregat 20040806

Method LOAD_AGG_RFCCLIENT_DEST on class CL_SWNC_COLLECTOR_DB has no exception.

Method LOAD_AGG_RFCSERVER Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RETURN Value transfer Object reference (TYPE REF TO) CL_SWNC_AGG_RFCSERVER "RFCSERVER" Aggregat 20040806

Method LOAD_AGG_RFCSERVER on class CL_SWNC_COLLECTOR_DB has no exception.

Method LOAD_AGG_RFCSERVER_DEST Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RETURN Value transfer Object reference (TYPE REF TO) CL_SWNC_AGG_RFCSERVER_DEST "RFCSERVER_DEST" Aggregat 20040806

Method LOAD_AGG_RFCSERVER_DEST on class CL_SWNC_COLLECTOR_DB has no exception.

Method LOAD_AGG_SPOOL Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RETURN Value transfer Object reference (TYPE REF TO) CL_SWNC_AGG_SPOOL "SPOOL" Aggregat 20040811

Method LOAD_AGG_SPOOL on class CL_SWNC_COLLECTOR_DB has no exception.

Method LOAD_AGG_SPOOLACT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RETURN Value transfer Object reference (TYPE REF TO) CL_SWNC_AGG_SPOOLACT "SPOOLACT" Aggregat 20040806

Method LOAD_AGG_SPOOLACT on class CL_SWNC_COLLECTOR_DB has no exception.

Method LOAD_AGG_TABLEREC Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RETURN Value transfer Object reference (TYPE REF TO) CL_SWNC_AGG_TABLEREC 20040806

Method LOAD_AGG_TABLEREC on class CL_SWNC_COLLECTOR_DB has no exception.

Method LOAD_AGG_TASKTIMES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RETURN Value transfer Object reference (TYPE REF TO) CL_SWNC_AGG_TASKTIMES "TASKTIMES" Aggregat 20040806

Method LOAD_AGG_TASKTIMES on class CL_SWNC_COLLECTOR_DB has no exception.

Method LOAD_AGG_TASKTYPE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RETURN Value transfer Object reference (TYPE REF TO) CL_SWNC_AGG_TASK_TYPE Aggregates references table 20040806

Method LOAD_AGG_TASKTYPE on class CL_SWNC_COLLECTOR_DB has no exception.

Method LOAD_AGG_TCDET Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RETURN Value transfer Object reference (TYPE REF TO) CL_SWNC_AGG_TCDET "TCDET" Aggregat 20040806

Method LOAD_AGG_TCDET on class CL_SWNC_COLLECTOR_DB has no exception.

Method LOAD_AGG_TIMES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RETURN Value transfer Object reference (TYPE REF TO) CL_SWNC_AGG_TIMES "TIMES" Aggregat 20040806

Method LOAD_AGG_TIMES on class CL_SWNC_COLLECTOR_DB has no exception.

Method LOAD_AGG_TREX Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RETURN Value transfer Object reference (TYPE REF TO) CL_SWNC_AGG_TREX TREX Aggregat 20090625

Method LOAD_AGG_TREX on class CL_SWNC_COLLECTOR_DB has no exception.

Method LOAD_AGG_USERTCODE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RETURN Value transfer Object reference (TYPE REF TO) CL_SWNC_AGG_USERTCODE "USERTCODE" Aggregat 20040806

Method LOAD_AGG_USERTCODE on class CL_SWNC_COLLECTOR_DB has no exception.

Method LOAD_AGG_USERWORKLOAD Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RETURN Value transfer Object reference (TYPE REF TO) CL_SWNC_AGG_USERWORKLOAD "USER WORKLOAD" Aggregat 20040806

Method LOAD_AGG_USERWORKLOAD on class CL_SWNC_COLLECTOR_DB has no exception.

Method LOAD_AGG_VMC Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RETURN Value transfer Object reference (TYPE REF TO) CL_SWNC_AGG_VMC "VMC" Aggregat 20050308

Method LOAD_AGG_VMC on class CL_SWNC_COLLECTOR_DB has no exception.

Method LOAD_AGG_WEBC Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RETURN Value transfer Object reference (TYPE REF TO) CL_SWNC_AGG_WEB_CLIENT 'WEB CLIENT' Aggregate 20050314

Method LOAD_AGG_WEBC on class CL_SWNC_COLLECTOR_DB has no exception.

Method LOAD_AGG_WEBCD Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RETURN Value transfer Object reference (TYPE REF TO) CL_SWNC_AGG_WEB_CLIENT_DEST 'WEB CLIENT DESTINATION' Aggregate 20050314

Method LOAD_AGG_WEBCD on class CL_SWNC_COLLECTOR_DB has no exception.

Method LOAD_AGG_WEBS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RETURN Value transfer Object reference (TYPE REF TO) CL_SWNC_AGG_WEB_SERVER 'WEB SERVER' Aggregate 20050314

Method LOAD_AGG_WEBS on class CL_SWNC_COLLECTOR_DB has no exception.

Method LOAD_AGG_WEBSD Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RETURN Value transfer Object reference (TYPE REF TO) CL_SWNC_AGG_WEB_SERVER_DEST 'WEB CLIENT DESTINATION' Aggregate 20050314

Method LOAD_AGG_WEBSD on class CL_SWNC_COLLECTOR_DB has no exception.

Method LOAD_FROM_DB Signature

Method LOAD_FROM_DB on class CL_SWNC_COLLECTOR_DB has no parameter.
Method LOAD_FROM_DB on class CL_SWNC_COLLECTOR_DB has no exception.
History
Last changed by/on SAP  20140121 
SAP Release Created in 700