org.gridgain.grid.gridify.aop.spring
Class GridifySpringPointcut
java.lang.Object
org.gridgain.grid.gridify.aop.spring.GridifySpringPointcut
- All Implemented Interfaces:
- org.springframework.aop.Pointcut
public class GridifySpringPointcut
- extends Object
- implements org.springframework.aop.Pointcut
Pointcut used by GridifySpringAspect aspect to find methods
annotated with Gridify annotation.
See Also:
Documentation
Email Support
Online Forums
Issue Tracking
Author: 2005-2008 Copyright © GridGain Systems. All Rights Reserved. ver. 2.1.0
-

| Fields inherited from interface org.springframework.aop.Pointcut |
TRUE |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
GridifySpringPointcut
public GridifySpringPointcut()
getClassFilter
public org.springframework.aop.ClassFilter getClassFilter()
-
- Specified by:
getClassFilter in interface org.springframework.aop.Pointcut
getMethodMatcher
public org.springframework.aop.MethodMatcher getMethodMatcher()
-
- Specified by:
getMethodMatcher in interface org.springframework.aop.Pointcut