1 22 package org.jboss.ejb3.test.ejbcontext; 23 24 25 26 32 public interface Stateless 33 { 34 public void testEjbContextLookup() throws Exception ; 35 36 public Class testInvokedBusinessInterface() throws Exception ; 37 38 public Object testBusinessObject(Class businessInterface) throws Exception ; 39 40 public void testEjbObject() throws Exception ; 41 42 public void testEjbLocalObject() throws Exception ; 43 44 public void noop(); 45 } 46 | Popular Tags |