| java.lang.Object org.mockejb.interceptor.AspectSystemImpl
AspectSystemImpl | public class AspectSystemImpl implements AspectSystem(Code) | | Provides the implementation of the AspectSystem by adding aspects to the
list and providing access to this list.
Note that all "add" method first check if the same aspect
is already in the list. If it is, the aspect is removed from the list and then added again.
This is to prevent having the same aspect in the list multiple times.
Aspect's "equals" method is used to compare aspects/interceptors, so it is
the aspect providers must have this method implemented.
author: Alexander Ananiev |
clear | public void clear()(Code) | | Clears the list of aspects for this AspectSystem
|
removeIfExists | protected void removeIfExists(Aspect aspect)(Code) | | |
|
|