SAP ABAP Class CL_CLB_PROCESS_CTLR (SAIL: Process controller)
Hierarchy
☛
SAP_BASIS (Software Component) SAP Basis Component
⤷
BC-SRV-STW (Application Component) Social Media ABAP Integration Library
⤷
S_CLB_PROCESS (Package) Process Layer of the Collaboration Platform Library
⤷
⤷
Meta Relationship - Using
| # | Relationship type | Using | Short Description | Created on |
|---|---|---|---|---|
| 1 | Inheritance (c INHERITING FROM c_ref) | CL_CLB_CONTROLLER_BASE | SAIL: Base controller class | 20110808 |
| 2 | Interface implementation (CLASS c. INTERFACES i_ref) | IF_CLB_PROCESS | SAIL: Process controller | 20110808 |
Properties
| Class | CL_CLB_PROCESS_CTLR | |
| Short Description | SAIL: Process controller | |
| Super Class | CL_CLB_CONTROLLER_BASE | SAIL: Base controller class |
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | S_CLB_PROCESS | Process Layer of the Collaboration Platform Library |
| Created | 20110808 | SAP |
| Last change | 20130531 | SAP |
| Shared Memory-enabled | ||
| Fixed point arithmetic | ||
| Unicode checks active |
Forward declarations
Class CL_CLB_PROCESS_CTLR has no forward declaration.
Interfaces
| # | Interface | Abstract | Final | Description | Created on |
|---|---|---|---|---|---|
| 1 | IF_CLB_PROCESS | SAIL: Process controller | 20110808 |
Friends
Class CL_CLB_PROCESS_CTLR 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_CLB_DICTIONARY | 20110830 | ||||
| 2 | Instance attribute | Protected | See coding | 20111006 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Protected | Method | Return a dispatcher | 20110817 |
Events
Class CL_CLB_PROCESS_CTLR has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | TY_ASYNC_CACHE | Protected | See coding | 20111006 | BEGIN OF ty_async_cache,
method TYPE REF TO if_clb_method_process,
dispatcher TYPE REF TO if_clb_dispatcher,
synced TYPE abap_bool,
END OF ty_async_cache
|
Method Signatures
Method GET_DISPATCHER Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RO_INSTANCE | Value transfer | Object reference (TYPE REF TO) | IF_CLB_DISPATCHER | SAIL: Interception Dispatcher | 20110825 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | SAIL: Configuration exception | 20110901 | ||
| 2 | SAIL: Runtime exception | 20110914 |
History
| Last changed by/on | SAP | 20130531 |
| SAP Release Created in | 732 |