GridGain™ 2.0.3
Java API Specification

org.gridgain.grid.gridify.aop.spring
Class GridifySpringPointcut

java.lang.Object
  extended by 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.0.3

 

Field Summary
 
Fields inherited from interface org.springframework.aop.Pointcut
TRUE
 
Constructor Summary
GridifySpringPointcut()
           
 
Method Summary
 org.springframework.aop.ClassFilter getClassFilter()
          
 org.springframework.aop.MethodMatcher getMethodMatcher()
          
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GridifySpringPointcut

public GridifySpringPointcut()
Method Detail

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

GridGain™ 2.0.3
Java API Specification

GridGain™ - Grid Computing Made Simple, ver. 2.0.3.20052008
2005-2008 Copyright © GridGain Systems. All Rights Reserved.