1 25 26 package org.objectweb.easybeans.tests.common.ejbs.stateful.containermanaged.xmldescriptor; 27 28 35 public interface ItfTransAttributeTester { 36 37 40 String DB_NAME = "jdbc_1"; 41 42 45 String TABLE_NAME = "TESTCMT"; 46 47 52 void testMandatory() throws Exception ; 53 54 59 void testRequired() throws Exception ; 60 61 66 void testRequiresNew() throws Exception ; 67 68 73 void testSupports() throws Exception ; 74 75 80 void testNotSupported() throws Exception ; 81 82 87 void testNever() throws Exception ; 88 89 } 90 | Popular Tags |