SAP ABAP Class CL_APC_WS_MESSAGE_MANAGER (APC framework: WebSocket message manager)
Hierarchy
SAP_BASIS (Software Component) SAP Basis Component
   BC-MID-AC (Application Component) ABAP Channels
     SAPC_RUNTIME (Package) APC runtime package
Meta Relationship - Using
# Relationship type Using Short Description Created on
1 Interface implementation (CLASS c. INTERFACES i_ref)  IF_APC_WS_MESSAGE_MANAGER APC framework: Message manager interface (do not implement) 20121120
Properties
Class CL_APC_WS_MESSAGE_MANAGER  
Short Description APC framework: WebSocket message manager    
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 20121120   SAP 
Last change 20140121   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
Class CL_APC_WS_MESSAGE_MANAGER has no forward declaration.
Interfaces
# Interface Abstract Final Description Created on
1 IF_APC_WS_MESSAGE_MANAGER APC framework: Message manager interface (do not implement) 20121120
Friends
# Friend Modeled only Created on Description
1 CL_APC_WS_CLIENT 20130216 APC framework: APC WebSocket client class
2 CL_APC_WS_CONTEXT 20130216 APC framework: WebSocket context interface
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 M_APPLICATION Instance attribute Private Type reference (TYPE) APC_APPL_V Generated Table for View 20121120
2 M_CLIENT_ID Instance attribute Private Type reference (TYPE) SYSUUID_C Client ID 20130221
3 M_MESSAGE Instance attribute Private Object reference (TYPE REF TO) CL_APC_WS_MESSAGE APC framework: WebSocket message handling 20121120
Methods
# Method Level Visibility Method type Description Created on
1 CREATE Static method Private Method CONSTRUCTOR 20130216
2 CREATE_CLIENT Static method Private Method CONSTRUCTOR 20130221
3 CREATE_MESSAGE Instance method Public Method 20121120
4 SEND Instance method Public Method 20121120
Events
Class CL_APC_WS_MESSAGE_MANAGER has no event.
Types
Class CL_APC_WS_MESSAGE_MANAGER has no local type.
Method Signatures

Method CREATE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_APPLICATION Call by reference Type reference (TYPE) APC_APPL_V Generated Table for View 20130216
2 Returning R_MESSAGE_MANAGER Value transfer Object reference (TYPE REF TO) CL_APC_WS_MESSAGE_MANAGER APC framework: WebSocket message manager 20130216

Method CREATE on class CL_APC_WS_MESSAGE_MANAGER has no exception.

Method CREATE_CLIENT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_APPLICATION Call by reference Type reference (TYPE) APC_APPL_V Generated Table for View 20130221
2 Importing I_CLIENT_ID Call by reference Type reference (TYPE) SYSUUID_C UUID in character form 20130221
3 Returning R_MESSAGE_MANAGER Value transfer Object reference (TYPE REF TO) CL_APC_WS_MESSAGE_MANAGER APC framework: WebSocket message manager 20130221

Method CREATE_CLIENT on class CL_APC_WS_MESSAGE_MANAGER has no exception.

Method CREATE_MESSAGE Signature

Method CREATE_MESSAGE on class CL_APC_WS_MESSAGE_MANAGER has no parameter.
Method CREATE_MESSAGE on class CL_APC_WS_MESSAGE_MANAGER has no exception.

Method SEND Signature

Method SEND on class CL_APC_WS_MESSAGE_MANAGER has no parameter.
Method SEND on class CL_APC_WS_MESSAGE_MANAGER has no exception.
History
Last changed by/on SAP  20140121 
SAP Release Created in 740