Runtime tools : Service components : JCA SNA Connector : JCA SNA LU62 Connector : Concepts : Implementation : Message Inflow Contract implementation
  
Message Inflow Contract implementation
In the inbound communication model, the EIS initiates all communication to an application. The application can be composed of EJBs (session, entity and message-driven beans) and it can reside in an EJB container.
The figure below shows the process of the inbound communication:
Diagram showing the process of the inbound communication.
The inbound communication is supported by Message Inflow contract of JCA1.5.
Message Inflow Contract Implementation
 
Interface
Implementation class
javax.resource.spi.ResourceAdapter
com.ibm.connector.lu62.Lu62ResourceAdapterImp
javax.resource.spi.work.Work
com.ibm.connector.lu62.LU62Work
javax.resource.spi.ActivationSpec
com.ibm.connector.lu62. Lu62ActivationSpec
com.ibm.connector.lu62.Lu62MessageListener
MDB implementation of application
com.ibm.connector.lu62. Lu62XAResource
javax.transaction.xa.XAResource
Go up to
Implementation