1 25 26 package org.objectweb.easybeans.tests.common.interfaces; 27 28 29 35 public interface ItfTestContainerManaged { 36 37 41 void setup() throws Exception ; 42 43 49 void createBean(final Class beanClass) throws Exception ; 50 51 52 58 void testSetRollbackOnly() throws Exception ; 59 60 65 void testGetRollbackOnly() throws Exception ; 66 67 72 void testUsingClientTrans() throws Exception ; 73 74 77 void deleteTable(); 78 79 84 void testGetUserTransactionWithLookup() throws Exception ; 85 86 91 void testGetUserTransactionWithEJBContext() throws Exception ; 92 } 93 | Popular Tags |