SAP ABAP Class IF_APC_WS_CLIENT_EVENT_HANDLER (APC framework: WebSocket client interface)
Properties
Class IF_APC_WS_CLIENT_EVENT_HANDLER  
Short Description APC framework: WebSocket client interface    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package      
Created 20130214   SAP 
Last change 20140121   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
Class IF_APC_WS_CLIENT_EVENT_HANDLER has no forward declaration.
Interfaces
Class IF_APC_WS_CLIENT_EVENT_HANDLER has no interface implemented.
Friends
Class IF_APC_WS_CLIENT_EVENT_HANDLER has no friend class.
Attributes
Class IF_APC_WS_CLIENT_EVENT_HANDLER has no attribute.
Methods
# Method Level Visibility Method type Description Created on
1 ON_CLOSE Instance method Public Method Calling method after receiving a WebSocket close event 20130214
2 ON_ERROR Instance method Public Method Calling method after receiving a WebSocket error event 20130214
3 ON_MESSAGE Instance method Public Method Calling method after receiving a WebSocket message 20130214
4 ON_OPEN Instance method Public Method Calling method after successful WebSocket connection setup 20130214
Events
Class IF_APC_WS_CLIENT_EVENT_HANDLER has no event.
Types
Class IF_APC_WS_CLIENT_EVENT_HANDLER has no local type.
Method Signatures

Method ON_CLOSE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_CODE Call by reference Type reference (TYPE) I Status code of close 20130719
2 Importing I_REASON Call by reference Type reference (TYPE) STRING Reason of close 20130719

Method ON_CLOSE on class IF_APC_WS_CLIENT_EVENT_HANDLER has no exception.

Method ON_ERROR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_CODE Call by reference Type reference (TYPE) I Status code 20130719
2 Importing I_REASON Call by reference Type reference (TYPE) STRING Reason of error 20130719

Method ON_ERROR on class IF_APC_WS_CLIENT_EVENT_HANDLER has no exception.

Method ON_MESSAGE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_CLIENT Call by reference Object reference (TYPE REF TO) IF_APC_WS_CLIENT APC framework: Client interface (do not implement) 20130214
2 Importing I_MESSAGE Call by reference Object reference (TYPE REF TO) IF_APC_WS_MESSAGE APC framework: Message interface (do not implement) 20130214

Method ON_MESSAGE on class IF_APC_WS_CLIENT_EVENT_HANDLER has no exception.

Method ON_OPEN Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_CLIENT Call by reference Object reference (TYPE REF TO) IF_APC_WS_CLIENT APC framework: Client interface (do not implement) 20130214

Method ON_OPEN on class IF_APC_WS_CLIENT_EVENT_HANDLER has no exception.
History
Last changed by/on SAP  20140121 
SAP Release Created in