| java.lang.Object org.codehaus.aspectwerkz.joinpoint.management.AdviceInfoContainer
AdviceInfoContainer | public class AdviceInfoContainer (Code) | | Container for the advice infos that belongs to a specific join point.
author: Jonas BonŽr author: Alexandre Vasseur |
Constructor Summary | |
public | AdviceInfoContainer(List aroundAdvices, List beforeAdvices, List afterFinallyAdvices, List afterReturningAdvices, List afterThrowingAdvices) Creates a advice info container. |
AdviceInfoContainer | public AdviceInfoContainer(List aroundAdvices, List beforeAdvices, List afterFinallyAdvices, List afterReturningAdvices, List afterThrowingAdvices)(Code) | | Creates a advice info container.
Parameters: aroundAdvices - Parameters: beforeAdvices - Parameters: afterFinallyAdvices - Parameters: afterReturningAdvices - Parameters: afterThrowingAdvices - |
getAfterFinallyAdviceInfos | public AdviceInfo[] getAfterFinallyAdviceInfos()(Code) | | Returns the after finally advice infos.
|
getAfterReturningAdviceInfos | public AdviceInfo[] getAfterReturningAdviceInfos()(Code) | | Returns the after returning advice infos.
|
getAfterThrowingAdviceInfos | public AdviceInfo[] getAfterThrowingAdviceInfos()(Code) | | Returns the after throwing advice infos.
|
getAllAdviceInfos | public AdviceInfo[] getAllAdviceInfos()(Code) | | Return all advice infos.
|
getAroundAdviceInfos | public AdviceInfo[] getAroundAdviceInfos()(Code) | | Returns the around advice infos.
|
getBeforeAdviceInfos | public AdviceInfo[] getBeforeAdviceInfos()(Code) | | Returns the before advice infos.
|
|
|