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:
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 |