|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.codehaus.aspectwerkz.joinpoint.management.AdviceInfoContainer
public class AdviceInfoContainer
Container for the advice infos that belongs to a specific join point.
| Field Summary | |
|---|---|
static AdviceInfoContainer |
NULL
Null AdviceInfoContainer instance |
| Constructor Summary | |
|---|---|
AdviceInfoContainer(List aroundAdvices,
List beforeAdvices,
List afterFinallyAdvices,
List afterReturningAdvices,
List afterThrowingAdvices)
Creates a advice info container. |
|
| Method Summary | |
|---|---|
AdviceInfo[] |
getAfterFinallyAdviceInfos()
Returns the after finally advice infos. |
AdviceInfo[] |
getAfterReturningAdviceInfos()
Returns the after returning advice infos. |
AdviceInfo[] |
getAfterThrowingAdviceInfos()
Returns the after throwing advice infos. |
AdviceInfo[] |
getAllAdviceInfos()
Return all advice infos. |
AdviceInfo[] |
getAroundAdviceInfos()
Returns the around advice infos. |
AdviceInfo[] |
getBeforeAdviceInfos()
Returns the before advice infos. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final AdviceInfoContainer NULL
| Constructor Detail |
|---|
public AdviceInfoContainer(List aroundAdvices,
List beforeAdvices,
List afterFinallyAdvices,
List afterReturningAdvices,
List afterThrowingAdvices)
aroundAdvices - beforeAdvices - afterFinallyAdvices - afterReturningAdvices - afterThrowingAdvices - | Method Detail |
|---|
public AdviceInfo[] getAroundAdviceInfos()
public AdviceInfo[] getBeforeAdviceInfos()
public AdviceInfo[] getAfterFinallyAdviceInfos()
public AdviceInfo[] getAfterReturningAdviceInfos()
public AdviceInfo[] getAfterThrowingAdviceInfos()
public AdviceInfo[] getAllAdviceInfos()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||