1 25 26 package org.objectweb.easybeans.tests.common.ejbs.stateful.containermanaged.xmldescriptor; 27 28 import javax.naming.NamingException ; 29 import javax.transaction.NotSupportedException ; 30 import javax.transaction.SystemException ; 31 32 37 public interface ItfXmlDescriptorTester { 38 39 49 void verifyBeanTypeElement() throws NamingException , NotSupportedException , SystemException ; 50 51 56 void verifyBMT() throws Exception ; 57 58 63 void verifyBeanMappedName() throws Exception ; 64 65 } 66 | Popular Tags |