SAP ABAP Class CL_VMC_JIT_BASE (Base Class for JIT Monitoring Classes of SM53)
Hierarchy
☛
SAP_BASIS (Software Component) SAP Basis Component
⤷
BC-VMC (Application Component) Virtual Machine Container
⤷
SVMCRT_ADMIN (Package) VMC Administration and Monitoring
⤷
⤷
Meta Relationship - Using
| # | Relationship type | Using | Short Description | Created on |
|---|---|---|---|---|
| 1 | Interface implementation (CLASS c. INTERFACES i_ref) | IF_VMCADMIN_NAVCONTEXT | Navigation Tree Properties | 20051129 |
| 2 | Interface implementation (CLASS c. INTERFACES i_ref) | IF_VMCADMIN_NAVIGATION_OBJECT | Navigation object which responds to navigation tree events | 20051129 |
Meta Relationship - Used By
| # | Relationship type | Used by | Short Description | Created on |
|---|---|---|---|---|
| 1 | Inheritance (c INHERITING FROM c_ref) | CL_VMC_JIT_BAD_METHODS | Monitoring for "Bad Methods" of VMC JIT | 20051129 |
| 2 | Inheritance (c INHERITING FROM c_ref) | CL_VMC_JIT_CODE_CACHE | Monitoring for the Code Cache of the VMC JIT | 20051129 |
| 3 | Inheritance (c INHERITING FROM c_ref) | CL_VMC_JIT_CONFIGURATION | Monitoring for VMC JIT Configuration | 20051129 |
| 4 | Inheritance (c INHERITING FROM c_ref) | CL_VMC_JIT_STATISTICS | VMC JIT Statistics | 20051129 |
Properties
| Class | CL_VMC_JIT_BASE | |
| Short Description | Base Class for JIT Monitoring Classes of SM53 | |
| Super Class | ||
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | VMC_ADMIN | |
| Program status | ||
| Category | 0 | |
| Package | SVMCRT_ADMIN | VMC Administration and Monitoring |
| Created | 20051129 | SAP |
| Last change | 20130531 | SAP |
| Shared Memory-enabled | ||
| Fixed point arithmetic | ||
| Unicode checks active |
Forward declarations
Class CL_VMC_JIT_BASE has no forward declaration.
Interfaces
| # | Interface | Abstract | Final | Description | Created on |
|---|---|---|---|---|---|
| 1 | IF_VMCADMIN_NAVCONTEXT | Navigation Tree Properties | 20051129 | ||
| 2 | IF_VMCADMIN_NAVIGATION_OBJECT | Navigation object which responds to navigation tree events | 20051129 |
Friends
Class CL_VMC_JIT_BASE has no friend class.
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Instance attribute | Protected | Object reference (TYPE REF TO) | CL_GUI_CONTAINER | Abstract Container for GUI Controls | 20051129 | |||
| 2 | Instance attribute | Protected | Object reference (TYPE REF TO) | CL_DD_DOCUMENT | Dynamic Documents: Document | 20051129 | |||
| 3 | Instance attribute | Protected | Object reference (TYPE REF TO) | CL_GUI_SPLITTER_CONTAINER | Splitter Control | 20051129 | |||
| 4 | Instance attribute | Protected | Type reference (TYPE) | INT4 | -1 | ID of Selected Java VM | 20051129 | ||
| 5 | Instance attribute | Protected | Object reference (TYPE REF TO) | CL_DD_SELECT_ELEMENT | Selection Dropdown for VM | 20051129 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Protected | Method | Creation and Initialization of Interface Elements | 20051129 | |
| 2 | Instance method | Protected | Method | 20051129 | ||
| 3 | Instance method | Protected | Method | Create and Initialize Dynamic Document | 20051129 | |
| 4 | Instance method | Protected | Method | Fills the dynamic document to input options | 20051129 | |
| 5 | Instance method | Protected | Method | Get Information About Java VMs | 20051129 | |
| 6 | Instance method | Protected | Event handling method | Extends the toolbar of MAIN_GRID with REFRESH | 20051129 | |
| 7 | Instance method | Protected | Event handling method | Handles USER_COMMAND Event of REFRESH Button | 20051129 | |
| 8 | Instance method | Protected | Event handling method | Java VM selected | 20051129 | |
| 9 | Instance method | Protected | Method | 20051129 | ||
| 10 | Instance method | Protected | Method | Refreshes Display of Dynamic Document After Java Call | 20051205 |
Events
Class CL_VMC_JIT_BASE has no event.
Types
Class CL_VMC_JIT_BASE has no local type.
Method Signatures
Method CREATE_DETAIL_OBJECTS Signature
Method CREATE_DETAIL_OBJECTS on class CL_VMC_JIT_BASE has no parameter.
Method CREATE_DETAIL_OBJECTS on class CL_VMC_JIT_BASE has no exception.
Method CREATE_MAIN_GRID Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | CONTAINER | Call by reference | Object reference (TYPE REF TO) | CL_GUI_CONTAINER | Abstracter Container fuer GUI Controls | 20051129 |
Method CREATE_MAIN_GRID on class CL_VMC_JIT_BASE has no exception.
Method CREATE_OPTIONS_DDOC Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | CONTAINER | Call by reference | Object reference (TYPE REF TO) | CL_GUI_CONTAINER | Abstracter Container fuer GUI Controls | 20051129 |
Method CREATE_OPTIONS_DDOC on class CL_VMC_JIT_BASE has no exception.
Method FILL_DDOC_FORM Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | DDOC_AREA | Call by reference | Object reference (TYPE REF TO) | CL_DD_AREA | Dynamische Dokumente: Bereich auf einem Dokument | 20051129 | |||
| 2 | RET_CODE | Call by reference | Type reference (TYPE) | INT4 | Return-Wert des Java-Aufrufs | 20051129 |
Method FILL_DDOC_FORM on class CL_VMC_JIT_BASE has no exception.
Method GET_VM_INFO Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | VM_OPTS | Call by reference | Type reference (TYPE) | SDYDO_OPTION_TAB | 20051129 |
Method GET_VM_INFO on class CL_VMC_JIT_BASE has no exception.
Method HANDLE_TOOLBAR Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | E_OBJECT | Call by reference | Attribute reference (LIKE) | 20051129 |
Method HANDLE_TOOLBAR on class CL_VMC_JIT_BASE has no exception.
Method HANDLE_USER_COMMAND Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | E_UCOMM | Call by reference | Attribute reference (LIKE) | 20051129 |
Method HANDLE_USER_COMMAND on class CL_VMC_JIT_BASE has no exception.
Method HANDLE_VM_SELECTED Signature
Method HANDLE_VM_SELECTED on class CL_VMC_JIT_BASE has no parameter.
Method HANDLE_VM_SELECTED on class CL_VMC_JIT_BASE has no exception.
Method REFRESH Signature
Method REFRESH on class CL_VMC_JIT_BASE has no parameter.
Method REFRESH on class CL_VMC_JIT_BASE has no exception.
Method REFRESH_DDOC Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RET_CODE | Call by reference | Type reference (TYPE) | INT4 | Return-Code des Java-Aufrufs | 20051205 |
Method REFRESH_DDOC on class CL_VMC_JIT_BASE has no exception.
History
| Last changed by/on | SAP | 20130531 |
| SAP Release Created in | 710 |