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 ABAP 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 GC_CONTEXT_INDEXING Constant Public Type reference (TYPE) ESH_E_CO_JOB_CONTEXT 'INDEXING' Job context 'INDEXING' 20081001
2 GC_CONTEXT_MOD_CONNECTOR Constant Public Type reference (TYPE) ESH_E_CO_JOB_CONTEXT 'MOD_CONNECTOR' Job contect 'MOD_CONNECTOR' 20081012
3 GC_CONTEXT_PREPARING Constant Public Type reference (TYPE) ESH_E_CO_JOB_CONTEXT 'PREPARING' Job context 'PREPARING' 20081002
4 GC_JOB_INFO_DELETE_JOB 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 GET_JOB_INFO Static method Public Method Get the information for the specified job 20081001
2 REGISTER_JOB Static method Public Method Register the specified job 20081001
3 UNREGISTER_JOB 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 Changing 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 Importing IS_JOB_INFO Call by reference Type reference (TYPE) ESH_CO_JOB_INFO Information about background jobs 20081001
2 Importing 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 Importing IS_JOB_INFO Call by reference Type reference (TYPE) ESH_CO_JOB_INFO Information about background jobs 20081001
2 Importing 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