SAP ABAP Class CL_AMC_MESSAGE_TYPE_PCP (AMC class for Push Channel Protocol (PCP) messages)
Hierarchy
SAP_BASIS (Software Component) SAP Basis Component
   BC-MID-AC (Application Component) ABAP Channels
     SAMC_RUNTIME (Package) AMC runtime package
Meta Relationship - Using
# Relationship type Using Short Description Created on
1 Interface implementation (CLASS c. INTERFACES i_ref)  IF_AMC_MESSAGE_MARSHALLING AMC message specific mashalling interface (do not implement) 20130612
2 Interface implementation (CLASS c. INTERFACES i_ref)  IF_AMC_MESSAGE_PRODUCER ABAP Messaging Channel (AMC) interface for message producer 20130612
3 Interface implementation (CLASS c. INTERFACES i_ref)  IF_AMC_MESSAGE_PRODUCER_PCP AMC producer for Push Channel Protocol (PCP) messages 20130612
4 Interface implementation (CLASS c. INTERFACES i_ref)  IF_AMC_MSG_MARSHALLING_PCP AMC marshalling interface for PCP message type 20130612
Properties
Class CL_AMC_MESSAGE_TYPE_PCP  
Short Description AMC class for Push Channel Protocol (PCP) messages    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package SAMC_RUNTIME   AMC runtime package 
Created 20130612   SAP 
Last change 20140121   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
# Type group / Object type Type Type Description
1 CL_AMC_RUNTIME Forward declaration class (CLASS c DEFINITION DEFERRED)  Forward declaration class (CLASS c DEFINITION DEFERRED)
Interfaces
# Interface Abstract Final Description Created on
1 IF_AMC_MESSAGE_MARSHALLING AMC message specific mashalling interface (do not implement) 20130612
2 IF_AMC_MESSAGE_PRODUCER ABAP Messaging Channel (AMC) interface for message producer 20130612
3 IF_AMC_MESSAGE_PRODUCER_PCP AMC producer for Push Channel Protocol (PCP) messages 20130612
4 IF_AMC_MSG_MARSHALLING_PCP AMC marshalling interface for PCP message type 20130612
Friends
Class CL_AMC_MESSAGE_TYPE_PCP has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 GV_CHANNEL_IDENTITY_ROLE Static Attribute Private Type reference (TYPE) CL_AMC_RUNTIME=>GT_CHANNEL_IDENTITY_ROLE 20130620
2 MO_AMC_RUNTIME Instance attribute Private Object reference (TYPE REF TO) CL_AMC_RUNTIME ABAP Messaging Channel (AMC) runtime basis API 20130612
3 MO_PCP Instance attribute Private Object reference (TYPE REF TO) CL_AC_MESSAGE_TYPE_PCP ABAP Channels message type Push Channel Protocol (PCP) 20130612
4 MV_CHANNEL_IDENTITY_ROLE Static Attribute Private Type reference (TYPE) CL_AMC_RUNTIME=>GT_CHANNEL_IDENTITY_ROLE 20130620
Methods
# Method Level Visibility Method type Description Created on
1 CONSTRUCTOR Instance method Public Constructor 20130612
2 CREATE_REFERENCE_TYPE Static method Public Method 20130612
3 DESERIALIZE Instance method Public Method 20130612
4 SEND Instance method Public Method 20130612
5 SERIALIZE Instance method Public Method 20130612
Events
Class CL_AMC_MESSAGE_TYPE_PCP has no event.
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 GT_REFERENCE_TYPE Public Object reference (TYPE REF TO) IF_AC_MESSAGE_TYPE_PCP if_ac_message_type_pcp. 20130612
Method Signatures

Method CONSTRUCTOR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing CHANNEL_IDENTITY_ROLE Call by reference Type reference (TYPE) CL_AMC_RUNTIME=>GT_CHANNEL_IDENTITY_ROLE 20130612
# Exception Resumable Description Created on
1 CX_AMC_ERROR Error handling class for ABAP Messaging Channels (AMC) 20130612

Method CREATE_REFERENCE_TYPE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning R_INSTANCE Value transfer Object reference (TYPE REF TO) GT_REFERENCE_TYPE ABAP Channels message type Push Channel Protocol (PCP) 20130612
# Exception Resumable Description Created on
1 CX_AMC_ERROR Error handling class for ABAP Messaging Channels (AMC) 20130612

Method DESERIALIZE Signature

Method DESERIALIZE on class CL_AMC_MESSAGE_TYPE_PCP has no parameter.
Method DESERIALIZE on class CL_AMC_MESSAGE_TYPE_PCP has no exception.

Method SEND Signature

Method SEND on class CL_AMC_MESSAGE_TYPE_PCP has no parameter.
Method SEND on class CL_AMC_MESSAGE_TYPE_PCP has no exception.

Method SERIALIZE Signature

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