Uses of Interface
org.mockejb.interceptor.AspectSystem

Packages that use AspectSystem
org.mockejb.interceptor   
 

Uses of AspectSystem in org.mockejb.interceptor
 

Classes in org.mockejb.interceptor that implement AspectSystem
 class AspectSystemImpl
          Provides the implementation of the AspectSystem by adding aspects to the list and providing access to this list.
 

Methods in org.mockejb.interceptor that return AspectSystem
static AspectSystem AspectSystemFactory.getAspectSystem()
          If system property "interceptor.aspect.system.thread" set to true, returns AspectSystem instance which is stored in a ThreadLocal variable.