SAP ABAP Class CL_DB6_LW_FACILITY (DBA Lock-Wait: DB6 implementation of common LW framework)
Hierarchy
SAP_BASIS (Software Component) SAP Basis Component
   BC-DB-DB6 (Application Component) DB2 Universal Database for UNIX / NT
     STU6 (Package) DB6: Performance-Monitor (UNIX/Windows)
Meta Relationship - Using
# Relationship type Using Short Description Created on
1 Inheritance (c INHERITING FROM c_ref)  CL_DBA_LW_FACILITY DBA Cockpit Lock-Wait Analyzer 20081107
Properties
Class CL_DB6_LW_FACILITY  
Short Description DBA Lock-Wait: DB6 implementation of common LW framework    
Super Class CL_DBA_LW_FACILITY DBA Cockpit Lock-Wait Analyzer 
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package STU6   DB6: Performance-Monitor (UNIX/Windows) 
Created 20081107   SAP 
Last change 20130531   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)
Interfaces
Class CL_DB6_LW_FACILITY has no interface implemented.
Friends
Class CL_DB6_LW_FACILITY has no friend class.
Attributes
Class CL_DB6_LW_FACILITY has no attribute.
Methods
# Method Level Visibility Method type Description Created on
1 CONSTRUCTOR Instance method Public Constructor CONSTRUCTOR 20081107
2 GET_LOCK_ATTRIBUTES Static method Public Method 20100602
3 GET_LOCK_MODE Static method Public Method 20100602
4 GET_LOCK_OBJECT_TYPE Static method Public Method 20100602
5 GET_LOCK_STATUS Static method Public Method 20100602
6 GET_LW_EVENTS_V8 Instance method Private Method 20090424
7 GET_LW_EVENTS_V97 Instance method Private Method 20090424
8 GET_LW_EVENT_HISTORY_V97 Instance method Private Method 20090424
9 IS_EVMON_WRITE_TO_TABLE Instance method Private Method 20120123
10 READ_EVMON_ACTIVITIES Instance method Private Method 20090515
11 READ_EVMON_ACTIVITY_VALUES Instance method Private Method 20090518
12 READ_EVMON_EVENTS Instance method Private Method 20090429
13 READ_EVMON_PARTICIPANTS Instance method Private Method 20090429
Events
Class CL_DB6_LW_FACILITY has no event.
Types
Class CL_DB6_LW_FACILITY 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 SYSTEM Call by reference Object reference (TYPE REF TO) CL_DB6_SYS DB6: Remote System Administration 20081107

Method CONSTRUCTOR on class CL_DB6_LW_FACILITY has no exception.

Method GET_LOCK_ATTRIBUTES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning DESCR Value transfer Type reference (TYPE) STRING 20100602
2 Importing LOCK_ATTRIBUTES Call by reference Type reference (TYPE) DB6MON_APPL_LOCKWAIT-LOCK_ATTRIBUTES 20100602

Method GET_LOCK_ATTRIBUTES on class CL_DB6_LW_FACILITY has no exception.

Method GET_LOCK_MODE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning DESCR Value transfer Type reference (TYPE) STRING 20100602
2 Importing LOCK_MODE Call by reference Type reference (TYPE) DB6MON_APPL_LOCKWAIT-LOCK_MODE 20100602

Method GET_LOCK_MODE on class CL_DB6_LW_FACILITY has no exception.

Method GET_LOCK_OBJECT_TYPE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning DESCR Value transfer Type reference (TYPE) STRING 20100602
2 Importing OBJECT_TYPE Call by reference Type reference (TYPE) DB6MON_APPL_LOCKWAIT-LOCK_OBJECT_TYPE 20100602

Method GET_LOCK_OBJECT_TYPE on class CL_DB6_LW_FACILITY has no exception.

Method GET_LOCK_STATUS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning DESCR Value transfer Type reference (TYPE) STRING 20100602
2 Importing LOCK_STATUS Call by reference Type reference (TYPE) DB6MON_APPL_LOCKWAIT-LOCK_STATUS 20100602

Method GET_LOCK_STATUS on class CL_DB6_LW_FACILITY has no exception.

Method GET_LW_EVENTS_V8 Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing INCLUDE_DEADLOCKS Call by reference Type reference (TYPE) ABAP_BOOL 20090424
2 Importing INCLUDE_LOCKWAITS Call by reference Type reference (TYPE) ABAP_BOOL 20090424
3 Returning LW_EVENTS Value transfer Type reference (TYPE) DBALW_EVENT_OBJ_TAB DBA Cockpit: Table of DBALW_EVENT_OBJ 20090424
4 Importing MIN_LOCKWAIT_TIME_MS Call by reference Type reference (TYPE) I 20100601

Method GET_LW_EVENTS_V8 on class CL_DB6_LW_FACILITY has no exception.

Method GET_LW_EVENTS_V97 Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing INCLUDE_DEADLOCKS Call by reference Type reference (TYPE) ABAP_BOOL 20090424
2 Importing INCLUDE_LOCKWAITS Call by reference Type reference (TYPE) ABAP_BOOL 20090424
3 Returning LW_EVENTS Value transfer Type reference (TYPE) DBALW_EVENT_OBJ_TAB DBA Cockpit: Table of DBALW_EVENT_OBJ 20090424
4 Importing MIN_LOCKWAIT_TIME_MS Call by reference Type reference (TYPE) I 20100601

Method GET_LW_EVENTS_V97 on class CL_DB6_LW_FACILITY has no exception.

Method GET_LW_EVENT_HISTORY_V97 Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing INCLUDE_DEADLOCKS Call by reference Type reference (TYPE) ABAP_BOOL 20090424
2 Importing INCLUDE_LOCKWAITS Call by reference Type reference (TYPE) ABAP_BOOL 20090424
3 Importing INCLUDE_TIMEOUTS Call by reference Type reference (TYPE) ABAP_BOOL 20090428
4 Returning LW_EVENTS Value transfer Type reference (TYPE) DBALW_EVENT_OBJ_TAB DBA Cockpit: Table of DBALW_EVENT_OBJ 20090424
5 Importing MIN_LOCKWAIT_TIME_MS Call by reference Type reference (TYPE) I 20100601
6 Importing TIMESLIDER Call by reference Type reference (TYPE) DBA_WD_TIMESLIDER DBA Cockpit: Description of Time Slider UI Element 20090427
# Exception Resumable Description Created on
1 CX_DBA_ADBC DBA Cockpit: ADBC Errors 20090429

Method IS_EVMON_WRITE_TO_TABLE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning EVMON_IS_WRITE_TO_TABLE Value transfer Type reference (TYPE) ABAP_BOOL 20120123
# Exception Resumable Description Created on
1 CX_DBA_ADBC DBA Cockpit: ADBC Errors 20120123

Method READ_EVMON_ACTIVITIES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning LWACTIVITIES Value transfer Type reference (TYPE) DB6LW_PARTACTIVITY_TAB 20090515
2 Importing XMLID Call by reference Type reference (TYPE) DB6LW_EVENT-XMLID 20090515
# Exception Resumable Description Created on
1 CX_DBA_ADBC DBA Cockpit: ADBC Errors 20090515

Method READ_EVMON_ACTIVITY_VALUES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning LWACTVALUES Value transfer Type reference (TYPE) DB6LW_ACT_VALUE_TAB DB6: Table of DB6LW_ACT_VALUE 20090518
2 Importing XMLID Call by reference Type reference (TYPE) DB6LW_EVENT-XMLID 20090518
# Exception Resumable Description Created on
1 CX_DBA_ADBC DBA Cockpit: ADBC Errors 20090518

Method READ_EVMON_EVENTS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing INCLUDE_DEADLOCKS Call by reference Type reference (TYPE) ABAP_BOOL 20090429
2 Importing INCLUDE_LOCKWAITS Call by reference Type reference (TYPE) ABAP_BOOL 20090429
3 Importing INCLUDE_TIMEOUTS Call by reference Type reference (TYPE) ABAP_BOOL 20090429
4 Returning LWEVENTS Value transfer Type reference (TYPE) DB6LW_EVENT_TAB DB6: Table of DB6LW_EVENT 20090429
5 Importing MIN_LOCKWAIT_TIME_MS Call by reference Type reference (TYPE) I 20100601
6 Importing TIMESLIDER Call by reference Type reference (TYPE) DBA_WD_TIMESLIDER DBA Cockpit: Description of Time Slider UI Element 20090429
# Exception Resumable Description Created on
1 CX_DBA_ADBC DBA Cockpit: ADBC Errors 20090429

Method READ_EVMON_PARTICIPANTS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning LWPARTICIPANTS Value transfer Type reference (TYPE) DB6LW_PARTICIPANT_TAB DB6: Table of DB6LW_PARTICIPANT 20090429
2 Importing XMLID Call by reference Type reference (TYPE) DB6LW_EVENT-XMLID 20090429
# Exception Resumable Description Created on
1 CX_DBA_ADBC DBA Cockpit: ADBC Errors 20090429
History
Last changed by/on SAP  20130531 
SAP Release Created in 720