SAP ABAP Class CL_APC_WS_CLIENT_MANAGER (APC framework: Manager class for APC WebSocket Client)
Hierarchy
☛
SAP_BASIS (Software Component) SAP Basis Component
⤷
BC-MID-AC (Application Component) ABAP Channels
⤷
SAPC_RUNTIME (Package) APC runtime package
⤷
⤷
Properties
| Class | CL_APC_WS_CLIENT_MANAGER | |
| Short Description | APC framework: Manager class for APC WebSocket Client | |
| Super Class | ||
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | ||
| Program status | S | System Program |
| Category | 0 | |
| Package | SAPC_RUNTIME | APC runtime package |
| Created | 20130215 | SAP |
| Last change | 20140121 | SAP |
| Shared Memory-enabled | ||
| Fixed point arithmetic | ||
| Unicode checks active |
Forward declarations
Class CL_APC_WS_CLIENT_MANAGER has no forward declaration.
Interfaces
Class CL_APC_WS_CLIENT_MANAGER has no interface implemented.
Friends
| # | Friend | Modeled only | Created on | Description |
|---|---|---|---|---|
| 1 | CL_APC_WS_CLIENT | 20130215 | APC framework: APC WebSocket client class |
Attributes
Class CL_APC_WS_CLIENT_MANAGER has no attribute.
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Static method | Public | Method | Factory method for IF_APC_WS_CLIENT | 20130220 | |
| 2 | Static method | Public | Method | Factory method for IF_APC_WS_CLIENT | 20130215 |
Events
Class CL_APC_WS_CLIENT_MANAGER has no event.
Types
Class CL_APC_WS_CLIENT_MANAGER has no local type.
Method Signatures
Method CREATE_BY_DESTINATION Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_DESTINATION | Call by reference | Type reference (TYPE) | STRING | Destination | 20130220 | |||
| 2 | I_EVENT_HANDLER | Call by reference | Object reference (TYPE REF TO) | IF_APC_WS_CLIENT_EVENT_HANDLER | APC framework: WebSocket client interface | 20130220 | |||
| 3 | I_PROTOCOL | Call by reference | Type reference (TYPE) | STRING | WebSocket subprotocol | 20130220 | |||
| 4 | R_CLIENT | Value transfer | Object reference (TYPE REF TO) | IF_APC_WS_CLIENT | APC framework: WebSocket client interface (do not implement) | 20130220 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | APC framework: Error handling class for ABAP Push Channel | 20130225 |
Method CREATE_BY_URL Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | I_EVENT_HANDLER | Call by reference | Object reference (TYPE REF TO) | IF_APC_WS_CLIENT_EVENT_HANDLER | APC framework: WebSocket client interface | 20130215 | |||
| 2 | I_PROTOCOL | Call by reference | Type reference (TYPE) | STRING | WebSocket subprotocol | 20130215 | |||
| 3 | I_URL | Call by reference | Type reference (TYPE) | STRING | WebSocket URL | 20130215 | |||
| 4 | R_CLIENT | Value transfer | Object reference (TYPE REF TO) | IF_APC_WS_CLIENT | APC framework: WebSocket client interface (do not implement) | 20130215 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | APC framework: Error handling class for ABAP Push Channel | 20130225 |
History
| Last changed by/on | SAP | 20140121 |
| SAP Release Created in | 740 |