|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Pointcut | |
org.mockejb | |
org.mockejb.interceptor |
Uses of Pointcut in org.mockejb |
Methods in org.mockejb that return Pointcut | |
Pointcut |
EjbExceptionHandler.getPointcut()
Intercepts all EJB methods. |
Pointcut |
CMPFindByPrimaryKeyHandler.getPointcut()
|
Pointcut |
BMPFinderHandler.getPointcut()
|
Uses of Pointcut in org.mockejb.interceptor |
Classes in org.mockejb.interceptor that implement Pointcut | |
class |
ClassPatternPointcut
Tests if the class name of the provided method matches the regexp. |
class |
ClassPointcut
Tests if the given class matches the class provided to the constructor of ClassPointcut. |
class |
MethodPatternPointcut
Tests if the string representation of the given method matches the regexp. |
class |
PointcutPair
Provides a way to create conditional expressions from pointcuts. |
Methods in org.mockejb.interceptor that return Pointcut | |
Pointcut |
Aspect.getPointcut()
|
Methods in org.mockejb.interceptor with parameters of type Pointcut | |
static PointcutPair |
PointcutPair.and(Pointcut pointcut1,
Pointcut pointcut2)
Creates a new instance of PointcutPair. |
static PointcutPair |
PointcutPair.or(Pointcut pointcut1,
Pointcut pointcut2)
Creates a new instance of PointcutPair. |
void |
AspectSystemImpl.add(Pointcut pointcut,
Interceptor interceptor)
|
void |
AspectSystemImpl.addFirst(Pointcut pointcut,
Interceptor interceptor)
|
void |
AspectSystem.add(Pointcut pointcut,
Interceptor interceptor)
Creates the new aspect and adds it to the end of the list of aspects. |
void |
AspectSystem.addFirst(Pointcut pointcut,
Interceptor interceptor)
Creates the new aspect from the given pointcut and the interceptor and inserts it in the beginning of the list of aspects. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |