com.mockrunner.example.connector |
|
Java Source File Name | Type | Comment |
AccountDAO.java | Class | A DAO that calls a database stored procedure over an resource adapter
using local transactions. |
AccountDAOTest.java | Class | Example test for
AccountDAO . |
CCIInteractionSpec.java | Class | InteractionSpec which can be used to call a
database stored procedure through CCI. |
DomainObjectRecord.java | Class | Base class for domain objects that can be directly used in
Interaction.execute calls. |
Marshaller.java | Class | Helper class to convert Java types to commarea bytes and back. |
Person.java | Class | Represents a person. |
PersonSearchDAO.java | Class | A DAO that communicates with the CICS backend to find a person
by id.
Please note that the inner class ECIInteractionSpec is
only necessary because we cannot ship the suitable IBM classes
along with this simple example. |
PersonSearchDAOTest.java | Class | Example test for
PersonSearchDAO . |