|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jboss.aop.advice.annotation.AdviceMethodFactory
public class AdviceMethodFactory
Utility class to select an advice method for a given joinpoint.
Field Summary | |
---|---|
static AdviceMethodFactory |
AFTER
Factory that selects advice methods for after interception. |
static AdviceMethodFactory |
AROUND
Factory that selects advice methods for aroung interception. |
static AdviceMethodFactory |
BEFORE
Factory that selects advice methods for before interception. |
static AdviceMethodFactory |
THROWING
Factory that selects advice methods for throwing interception. |
Method Summary | |
---|---|
AdviceMethodProperties |
findAdviceMethod(AdviceMethodProperties properties)
Finds the more appropriate advice method. |
static String |
getAdviceMatchingMessage()
Method that returns log information about the last matching process executed. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final AdviceMethodFactory BEFORE
public static final AdviceMethodFactory AFTER
public static final AdviceMethodFactory THROWING
public static final AdviceMethodFactory AROUND
Method Detail |
---|
public static final String getAdviceMatchingMessage()
Aspect.verbose
is true
.
public final AdviceMethodProperties findAdviceMethod(AdviceMethodProperties properties)
properties
- contains information regarding the queried advice method
null
if no suitable method was found.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |