SAP ABAP Class CL_MON_PERF_ATTRIB_PROPERTIES (CCMS: Performance Attribute Properties)
Hierarchy
☛
SAP_BASIS (Software Component) SAP Basis Component
⤷
BC-CCM-MON (Application Component) Monitoring
⤷
SMOI_OO (Package) Object-Oriented Nesting of Monitoring Infrastructure
⤷
⤷
Meta Relationship - Using
| # | Relationship type | Using | Short Description | Created on |
|---|---|---|---|---|
| 1 | Inheritance (c INHERITING FROM c_ref) | CL_MON_OBJECT_PROPERTIES | Monitoring Object Attributes | 20011109 |
Properties
| Class | CL_MON_PERF_ATTRIB_PROPERTIES | |
| Short Description | CCMS: Performance Attribute Properties | |
| Super Class | CL_MON_OBJECT_PROPERTIES | Monitoring Object Attributes |
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | ||
| Program status | P | SAP Standard Production Program |
| Category | 0 | |
| Package | SMOI_OO | Object-Oriented Nesting of Monitoring Infrastructure |
| Created | 20011109 | SAP |
| Last change | 00000000 | SAP |
| Shared Memory-enabled | ||
| Fixed point arithmetic | ||
| Unicode checks active |
Forward declarations
Class CL_MON_PERF_ATTRIB_PROPERTIES has no forward declaration.
Interfaces
Class CL_MON_PERF_ATTRIB_PROPERTIES has no interface implemented.
Friends
Class CL_MON_PERF_ATTRIB_PROPERTIES has no friend class.
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Instance attribute | Private | Type reference (TYPE) | SYMSGID | Message Class for Alert Text | 20011109 | |||
| 2 | Instance attribute | Private | Type reference (TYPE) | SYMSGNO | Message Number for Alert Text | 20011109 | |||
| 3 | Instance attribute | Private | Type reference (TYPE) | ALDECIMALS | Number of Decimal Places of Performance Value | 20011109 | |||
| 4 | Instance attribute | Private | Type reference (TYPE) | ALPRELVALT | Comparison Value for Triggering Alert (Last, Last N min...) | 20011109 | |||
| 5 | Instance attribute | Private | Type reference (TYPE) | ALTHRESHOLDS | Threshold Value for Triggering Alert | 20011109 | |||
| 6 | Instance attribute | Private | Type reference (TYPE) | ALUNIT | Unit of Performance Value | 20011109 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Public | Method | Resets all performance attribute properties to initial vals | 20011109 | |
| 2 | Instance method | Public | Method | Resets specific perf. attribute properties to init. values | 20011109 | |
| 3 | Instance method | Public | Constructor | Constructor | 20011217 | |
| 4 | Instance method | Public | Method | Returns the Specific Performance Attribute Properties | 20011109 | |
| 5 | Instance method | Public | Method | Sets Default Value for Performance Attribute Properties | 20011109 | |
| 6 | Instance method | Private | Method | Determine Properties from Shared Memory | 20011213 | |
| 7 | Instance method | Public | Method | Sets Specific Performance Attribute Properties | 20011109 | |
| 8 | Instance method | Private | Method | Sets Threshold Values for Individual Components | 20011111 |
Events
Class CL_MON_PERF_ATTRIB_PROPERTIES has no event.
Types
Class CL_MON_PERF_ATTRIB_PROPERTIES has no local type.
Method Signatures
Method CLEAR_ALL_PERF_PROPERTIES Signature
Method CLEAR_ALL_PERF_PROPERTIES on class CL_MON_PERF_ATTRIB_PROPERTIES has no parameter.
Method CLEAR_ALL_PERF_PROPERTIES on class CL_MON_PERF_ATTRIB_PROPERTIES has no exception.
Method CLEAR_PERF_PROPERTIES Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_ALERT_MSGID | Value transfer | Type reference (TYPE) | BOOLEAN | FALSE | Nachrichtenklasse für Alerttext | 20011109 | ||
| 2 | I_ALERT_MSGNO | Value transfer | Type reference (TYPE) | BOOLEAN | FALSE | Nachrichtennummer für Alerttext | 20011109 | ||
| 3 | I_DECIMALS | Value transfer | Type reference (TYPE) | BOOLEAN | FALSE | Anzahl Nachkommastellen des Performancewertes | 20011109 | ||
| 4 | I_RELEVANT_VALUE | Value transfer | Type reference (TYPE) | BOOLEAN | FALSE | Vergleichswert für Alertauslösung (letzter, letzte N min... | 20011109 | ||
| 5 | I_THRESHOLDS | Call by reference | Type reference (TYPE) | BOOLEAN | FALSE | Schwellenwerte zur Alertauslösung | 20011109 | ||
| 6 | I_UNIT | Value transfer | Type reference (TYPE) | BOOLEAN | FALSE | Einheit des Performancewertes | 20011109 |
Method CLEAR_PERF_PROPERTIES on class CL_MON_PERF_ATTRIB_PROPERTIES has no exception.
Method CONSTRUCTOR Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_ALLOW_SYSTEMWIDE | Call by reference | Type reference (TYPE) | BOOLEAN | FALSE | boolsche Variable (X=true, -=false, space=unknown) | 20011219 | ||
| 2 | I_TID | Call by reference | Type reference (TYPE) | ALGLOBTID | Alert: global monitoring type identifier | 20011217 |
Method CONSTRUCTOR on class CL_MON_PERF_ATTRIB_PROPERTIES has no exception.
Method GET_PERF_PROPERTIES Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | E_ALERT_MSGID | Call by reference | Type reference (TYPE) | SYMSGID | Nachrichtenklasse für Alerttext | 20011109 | |||
| 2 | E_ALERT_MSGNO | Call by reference | Type reference (TYPE) | SYMSGNO | Nachrichtennummer für Alerttext | 20011109 | |||
| 3 | E_DECIMALS | Call by reference | Type reference (TYPE) | ALDECIMALS | Anzahl Nachkommastellen des Performancewertes | 20011109 | |||
| 4 | E_RELEVANT_VALUE | Call by reference | Type reference (TYPE) | ALPRELVALT | Vergleichswert für Alertauslösung (letzter, letzte N min... | 20011109 | |||
| 5 | E_THRESHOLDS | Call by reference | Type reference (TYPE) | ALTHRESHOLDS | Schwellenwerte zur Alertauslösung | 20011109 | |||
| 6 | E_UNIT | Call by reference | Type reference (TYPE) | ALUNIT | Einheit des Performancewertes | 20011109 |
Method GET_PERF_PROPERTIES on class CL_MON_PERF_ATTRIB_PROPERTIES has no exception.
Method INIT_PERF_PROPERTIES Signature
Method INIT_PERF_PROPERTIES on class CL_MON_PERF_ATTRIB_PROPERTIES has no parameter.
Method INIT_PERF_PROPERTIES on class CL_MON_PERF_ATTRIB_PROPERTIES has no exception.
Method READ_PERF_PROPERTIES Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_TID | Call by reference | Type reference (TYPE) | ALGLOBTID | Alert: global monitoring type identifier | 20011213 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | Exception Class for Exchange Infrastructure Monitoring | 20011213 |
Method SET_PERF_PROPERTIES Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_ALERT_MSGID | Value transfer | Type reference (TYPE) | SYMSGID | Nachrichtenklasse für Alerttext | 20011109 | |||
| 2 | I_ALERT_MSGNO | Value transfer | Type reference (TYPE) | SYMSGNO | Nachrichtennummer für Alerttext | 20011109 | |||
| 3 | I_DECIMALS | Value transfer | Type reference (TYPE) | ALDECIMALS | Anzahl Nachkommastellen des Performancewertes | 20011109 | |||
| 4 | I_RELEVANT_VALUE | Value transfer | Type reference (TYPE) | ALPRELVALT | Vergleichswert für Alertauslösung (letzter, letzte N min... | 20011109 | |||
| 5 | I_THRESHOLDS | Call by reference | Type reference (TYPE) | ALTHRESHOLDS | Schwellenwerte zur Alertauslösung | 20011109 | |||
| 6 | I_UNIT | Value transfer | Type reference (TYPE) | ALUNIT | Einheit des Performancewertes | 20011109 |
Method SET_PERF_PROPERTIES on class CL_MON_PERF_ATTRIB_PROPERTIES has no exception.
Method SET_THRESHOLDS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_THRESHOLDS | Call by reference | Type reference (TYPE) | ALTHRESHOLDS | CCMS: Schwellenwerte eines Performance-Attributs | 20011111 |
Method SET_THRESHOLDS on class CL_MON_PERF_ATTRIB_PROPERTIES has no exception.
History
| Last changed by/on | SAP | 00000000 |
| SAP Release Created in | 620 |