1 22 package org.jboss.test.jca.interfaces; 23 24 import java.rmi.RemoteException ; 25 26 29 public interface LocalWrapperCleanupTestSession extends javax.ejb.EJBObject 30 { 31 35 public void testAutoCommitInReturnedConnection() throws java.rmi.RemoteException ; 36 37 41 public void testAutoCommit() throws java.rmi.RemoteException ; 42 43 47 public void testAutoCommitOffInUserTx() throws java.rmi.RemoteException ; 48 49 53 public void testAutoCommitOffInUserTx2() throws java.rmi.RemoteException ; 54 55 public void testReadOnly() throws java.rmi.RemoteException ; 56 57 void testManualNoCommitRollback() throws RemoteException ; 58 void testManualSecondNoCommitRollback() throws RemoteException ; 59 60 64 public void createTable() throws java.rmi.RemoteException ; 65 66 70 public void insertAndCheckAutoCommit() throws java.rmi.RemoteException ; 71 72 76 public void checkRowAndDropTable() throws java.rmi.RemoteException ; 77 78 void addRowCheckAndDropTable() throws RemoteException ; 79 } 80 | Popular Tags |