1 22 package org.jboss.ejb3.test.initial; 23 24 31 public interface TesterMBean 32 { 33 void test() throws Exception ; 34 35 void statefulTest() throws Exception ; 36 37 void testInterceptors() throws Exception ; 38 39 void testCallbacks() throws Exception ; 40 41 void testSLSBCollocation() throws Exception ; 42 43 void testSFSBCollocation() throws Exception ; 44 } 45 46 47 48 | Popular Tags |