1 22 package org.jboss.test.aop.scopedextender; 23 24 29 public interface TesterMBean 30 { 31 void testLoaders() throws Exception ; 32 33 String readName(); 34 35 void testMethod() throws Exception ; 36 37 void testField() throws Exception ; 38 39 void testConstructor() throws Exception ; 40 41 void testOverriddenInterceptors() throws Exception ; 42 } 43 | Popular Tags |