SAP ABAP Class CL_ESH_CO_JOB_INFO (Information broker for background jobs)
Hierarchy
☛
SAP_BASIS (Software Component) SAP Basis Component
⤷
BC-EIM-ESH (Application Component) NetWeaver Enterprise Search
⤷
S_ESH_ENG_COMMON (Package) Common
⤷
⤷
Properties
| Class | CL_ESH_CO_JOB_INFO | |
| Short Description | Information broker for background jobs | |
| Super Class | ||
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | S_ESH_ENG_COMMON | Common |
| Created | 20081001 | SAP |
| Last change | 20110908 | SAP |
| Shared Memory-enabled | ||
| Fixed point arithmetic | ||
| Unicode checks active |
Forward declarations
| # | Type group / Object type | Type | Type Description |
|---|---|---|---|
| 1 | Type group use (TYPE-POOLS tp) | Type group use (TYPE-POOLS tp) |
Interfaces
Class CL_ESH_CO_JOB_INFO has no interface implemented.
Friends
Class CL_ESH_CO_JOB_INFO has no friend class.
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Constant | Public | Type reference (TYPE) | ESH_E_CO_JOB_CONTEXT | 'INDEXING' | Job context 'INDEXING' | 20081001 | ||
| 2 | Constant | Public | Type reference (TYPE) | ESH_E_CO_JOB_CONTEXT | 'MOD_CONNECTOR' | Job contect 'MOD_CONNECTOR' | 20081012 | ||
| 3 | Constant | Public | Type reference (TYPE) | ESH_E_CO_JOB_CONTEXT | 'PREPARING' | Job context 'PREPARING' | 20081002 | ||
| 4 | Constant | Public | Type reference (TYPE) | ESH_E_CO_JOB_INFO | 'DELETE_JOB' | Job info 'DELETE_JOB' | 20081002 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Static method | Public | Method | Get the information for the specified job | 20081001 | |
| 2 | Static method | Public | Method | Register the specified job | 20081001 | |
| 3 | Static method | Public | Method | Delete the registration of the specified job | 20081001 |
Events
Class CL_ESH_CO_JOB_INFO has no event.
Types
Class CL_ESH_CO_JOB_INFO has no local type.
Method Signatures
Method GET_JOB_INFO Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | CS_JOB_INFO | Call by reference | Type reference (TYPE) | ESH_CO_JOB_INFO | Information about background jobs | 20081001 |
Method GET_JOB_INFO on class CL_ESH_CO_JOB_INFO has no exception.
Method REGISTER_JOB Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IS_JOB_INFO | Call by reference | Type reference (TYPE) | ESH_CO_JOB_INFO | Information about background jobs | 20081001 | |||
| 2 | IV_COMMIT | Call by reference | Type reference (TYPE) | ABAP_BOOL | Flag: commit | 20081001 |
Method REGISTER_JOB on class CL_ESH_CO_JOB_INFO has no exception.
Method UNREGISTER_JOB Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IS_JOB_INFO | Call by reference | Type reference (TYPE) | ESH_CO_JOB_INFO | Information about background jobs | 20081001 | |||
| 2 | IV_COMMIT | Call by reference | Type reference (TYPE) | ABAP_BOOL | Flag: commit | 20081001 |
Method UNREGISTER_JOB on class CL_ESH_CO_JOB_INFO has no exception.
History
| Last changed by/on | SAP | 20110908 |
| SAP Release Created in | 720 |