1 25 26 package org.objectweb.easybeans.tests.common.ejbs.stateful.containermanaged.xmldescriptor; 27 28 34 public interface ItfCMTDeployDesc { 35 36 43 void insertTable01(final String dbName, final String tableName) throws Exception ; 44 45 52 void insertTable02(final String dbName, final String tableName) throws Exception ; 53 54 62 void insertTable02(final String dbName, final String tableName, final int dummy) throws Exception ; 63 64 71 void insertTable03(final String dbName, final String tableName) throws Exception ; 72 73 81 void insertTable03(final String dbName, final String tableName, final int dummy) throws Exception ; 82 83 } 84 | Popular Tags |