org.jboss.test.aop.bean
Interface AOPTesterMBean
- All Superinterfaces:
- Service (src) , ServiceMBean (src)
- All Known Implementing Classes:
- AOPTester (src)
- public interface AOPTesterMBean
- extends ServiceMBean (src)
Basic testing of AOP
Fields inherited from interface org.jboss.system.ServiceMBean (src) |
CREATE_EVENT, CREATED, DESTROY_EVENT, DESTROYED, FAILED, REGISTERED, START_EVENT, STARTED, STARTING, states, STOP_EVENT, STOPPED, STOPPING, UNREGISTERED |
testAspect
public void testAspect()
testBasic
public void testBasic()
testExceptions
public void testExceptions()
testInheritance
public void testInheritance()
testMetadata
public void testMetadata()
testDynamicInterceptors
public void testDynamicInterceptors()
testFieldInterception
public void testFieldInterception()
testMethodInterception
public void testMethodInterception()
testConstructorInterception
public void testConstructorInterception()
testMixin
public void testMixin()
testCallerPointcut
public void testCallerPointcut()