SAP ABAP Class CL_ESH_CO_INDEXING_MONITOR (Class for Monitoring of Indexing Jobs)
Hierarchy
☛
SAP_BASIS (Software Component) SAP Basis Component
⤷
BC-EIM-ESH (Application Component) NetWeaver Enterprise Search
⤷
S_ESH_ENG_EXTRACTION (Package) Extraction
⤷
⤷
Properties
| Class | CL_ESH_CO_INDEXING_MONITOR | |
| Short Description | Class for Monitoring of Indexing Jobs | |
| Super Class | ||
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | S_ESH_ENG_EXTRACTION | Extraction |
| Created | 20080911 | SAP |
| Last change | 20110908 | SAP |
| Shared Memory-enabled | ||
| Fixed point arithmetic | ||
| Unicode checks active |
Forward declarations
Class CL_ESH_CO_INDEXING_MONITOR has no forward declaration.
Interfaces
Class CL_ESH_CO_INDEXING_MONITOR has no interface implemented.
Friends
Class CL_ESH_CO_INDEXING_MONITOR has no friend class.
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Static Attribute | Private | Object reference (TYPE REF TO) | CL_ESH_CO_INDEXING_MONITOR | Class for monitoring of indexing jobs | 20090119 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Static method | Public | Method | Get instance | 20090119 | |
| 2 | Instance method | Public | Method | Get current indexing processes | 20080911 | |
| 3 | Instance method | Public | Method | Set flag 'Stop indexing' to stop running jobs | 20080911 |
Events
Class CL_ESH_CO_INDEXING_MONITOR has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | PTY_JOBS | Private | See coding | 20080912 | BEGIN OF pty_jobs,
sw_comp_id TYPE esh_e_om_sysrel,
object_name TYPE esh_e_om_object_type,
logsys TYPE char32,
job_type TYPE esh_e_ex_job_type,
job_name TYPE btcjob,
END OF pty_jobs
|
||
| 2 | PTY_T_JOBS | Private | See coding | 20080912 | pty_t_jobs TYPE TABLE OF pty_jobs
|
Method Signatures
Method GET_INSTANCE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RR_INDEXING_MONITOR | Value transfer | Object reference (TYPE REF TO) | CL_ESH_CO_INDEXING_MONITOR | Indexing Monitor Instance | 20090119 |
Method GET_INSTANCE on class CL_ESH_CO_INDEXING_MONITOR has no exception.
Method GET_RUNNING_INDEXING_JOBS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ET_INDEXING_PROC | Call by reference | Type reference (TYPE) | ESH_T_CO_INDEXING_PROC | Indexing Process Details | 20080911 |
Method GET_RUNNING_INDEXING_JOBS on class CL_ESH_CO_INDEXING_MONITOR has no exception.
Method STOP_INDEXING_JOBS Signature
Method STOP_INDEXING_JOBS on class CL_ESH_CO_INDEXING_MONITOR has no parameter.
Method STOP_INDEXING_JOBS on class CL_ESH_CO_INDEXING_MONITOR has no exception.
History
| Last changed by/on | SAP | 20110908 |
| SAP Release Created in | 712 |