1 22 package org.jboss.test.jca.interfaces; 23 24 27 public interface JDBCStatementTestsConnectionSessionHome extends javax.ejb.EJBHome  28 { 29 public static final String COMP_NAME = "java:comp/env/ejb/JDBCStatementTestsConnectionSession"; 30 31 public static final String JNDI_NAME = "JDBCStatementTestsConnectionSession"; 32 33 public org.jboss.test.jca.interfaces.JDBCStatementTestsConnectionSession create() throws javax.ejb.CreateException , 34 java.rmi.RemoteException ; 35 36 } 37 | Popular Tags |