1 22 package org.jboss.test.aop.bean; 23 24 25 26 32 public interface AOPTesterMBean 33 extends org.jboss.system.ServiceMBean 34 { 35 public void testAspect(); 36 public void testBasic(); 37 public void testExceptions(); 38 public void testInheritance(); 39 public void testMetadata(); 40 public void testDynamicInterceptors(); 41 public void testFieldInterception(); 42 public void testMethodInterception(); 43 public void testConstructorInterception(); 44 public void testMixin(); 45 public void testCallerPointcut(); 46 public void testIntroducedAnnotation(); 47 } 48 | Popular Tags |