org.springframework.aop.support
Class StaticMethodMatcherPointcutAroundAdvisor

org.springframework.aop.support.StaticMethodMatcher
  |
  +--org.springframework.aop.support.StaticMethodMatcherPointcut
        |
        +--org.springframework.aop.support.StaticMethodMatcherPointcutAdvisor
              |
              +--org.springframework.aop.support.StaticMethodMatcherPointcutAroundAdvisor
Direct Known Subclasses:
TransactionAttributeSourceTransactionAroundAdvisor

public abstract class StaticMethodMatcherPointcutAroundAdvisor
extends StaticMethodMatcherPointcutAdvisor
implements InterceptionAroundAdvisor

Convenient superclass for static method pointcuts that hold interception around advice, via an AOP Alliance Interceptor.

Author:
Rod Johnson
Version: $Id: StaticMethodMatcherPointcutAroundAdvisor.java,v 1.3 2004/01/13 16:34:31 johnsonr Exp $

Method Summary
 InterceptorgetInterceptor()
           
 abstract booleanmatches(Method m, Class targetClass)
           
 voidsetInterceptor(Interceptor interceptor)
           

Methods inherited from class org.springframework.aop.support.StaticMethodMatcherPointcutAdvisor
getPointcut, isPerInstance

Methods inherited from class org.springframework.aop.support.StaticMethodMatcherPointcut
getClassFilter, getMethodMatcher

Methods inherited from class org.springframework.aop.support.StaticMethodMatcher
isRuntime, matches

Method Detail

getInterceptor

public Interceptor getInterceptor()

matches

public abstract boolean matches(Method m, Class targetClass)

setInterceptor

public void setInterceptor(Interceptor interceptor)