|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.codehaus.aspectwerkz.xmldef.advice.DefaultAdviceContainerStrategy
Implements the default advice container strategy.
Constructor Summary | |
DefaultAdviceContainerStrategy(AbstractAdvice prototype)
Creates a new transient container strategy. |
Method Summary | |
ContainerType |
getContainerType()
Returns the container type. |
java.lang.Object |
getPerClassAdvice(JoinPoint joinPoint)
Returns the advice for the current class. |
java.lang.Object |
getPerInstanceAdvice(JoinPoint joinPoint)
Returns the advice for the current instance. |
java.lang.Object |
getPerJvmAdvice(JoinPoint joinPoint)
Returns the sole per JVM advice. |
java.lang.Object |
getPerThreadAdvice()
Returns the advice for the current thread. |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public DefaultAdviceContainerStrategy(AbstractAdvice prototype)
prototype
- the advice prototypeMethod Detail |
public java.lang.Object getPerJvmAdvice(JoinPoint joinPoint)
getPerJvmAdvice
in interface AdviceContainer
joinPoint
- the joint point
public java.lang.Object getPerClassAdvice(JoinPoint joinPoint)
getPerClassAdvice
in interface AdviceContainer
joinPoint
- the joint point
public java.lang.Object getPerInstanceAdvice(JoinPoint joinPoint)
getPerInstanceAdvice
in interface AdviceContainer
joinPoint
- the joint point
public java.lang.Object getPerThreadAdvice()
getPerThreadAdvice
in interface AdviceContainer
public ContainerType getContainerType()
getContainerType
in interface AdviceContainer
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |