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


Field Summary
 
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
 
Method Summary
 void testAspect()
           
 void testBasic()
           
 void testCallerPointcut()
           
 void testConstructorInterception()
           
 void testDynamicInterceptors()
           
 void testExceptions()
           
 void testFieldInterception()
           
 void testInheritance()
           
 void testMetadata()
           
 void testMethodInterception()
           
 void testMixin()
           
 
Methods inherited from interface org.jboss.system.ServiceMBean (src)
getName, getState, getStateString, jbossInternalLifecycle
 
Methods inherited from interface org.jboss.system.Service (src)
create, destroy, start, stop
 

Method Detail

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()