summaryrefslogtreecommitdiffstats
path: root/Master/Reference Architectures and Patterns/EJB 3.0 Code/Rima Examples/src/examples/integration/out_loan_ra/ConnectionSpecImpl.java
blob: dd426f0eb337aa1e5b026c591bde15e7ff5a3b00 (plain)
1
2
3
4
5
6
7
8
9
package examples.integration.out_loan_ra;

import javax.resource.cci.*;

public class ConnectionSpecImpl implements ConnectionSpec {

     public ConnectionSpecImpl() {
     }
}