|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.atlassian.confluence.cache.WarnBeforeMethodAdvice
public class WarnBeforeMethodAdvice
Logs a warning before running the intercepted method.
Constructor Summary | |
---|---|
WarnBeforeMethodAdvice(org.apache.log4j.Category log,
java.text.MessageFormat format)
|
Method Summary | |
---|---|
void |
before(java.lang.reflect.Method method,
java.lang.Object[] args,
java.lang.Object target)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public WarnBeforeMethodAdvice(org.apache.log4j.Category log, java.text.MessageFormat format)
log
- the logger to log toformat
- a format which gets passed two parameters: the class name and the method nameMethod Detail |
---|
public void before(java.lang.reflect.Method method, java.lang.Object[] args, java.lang.Object target)
before
in interface org.springframework.aop.MethodBeforeAdvice
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |