org.springframework.aop.framework
Class CountingBeforeAdvice
java.lang.Object
org.springframework.aop.framework.MethodCounter
org.springframework.aop.framework.CountingBeforeAdvice
- All Implemented Interfaces:
- Serializable, Advice, BeforeAdvice, MethodBeforeAdvice
public class CountingBeforeAdvice
- extends MethodCounter
- implements MethodBeforeAdvice
Simple before advice example that we can use for counting checks.
- Author:
- Rod Johnson
- See Also:
- Serialized Form
CountingBeforeAdvice
public CountingBeforeAdvice()
before
public void before(Method m,
Object[] args,
Object target)
throws Throwable
- Specified by:
before
in interface MethodBeforeAdvice
- Throws:
Throwable
Copyright ? 2005-2008 Spring Framework. All Rights Reserved.