org.codehaus.aspectwerkz.joinpoint.management
Class AdviceIndexInfo
java.lang.Object
org.codehaus.aspectwerkz.joinpoint.management.AdviceIndexInfo
- public class AdviceIndexInfo
- extends Object
Contains the around, before and after advices.
- Author:
- Jonas Bonér
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AdviceIndexInfo
public AdviceIndexInfo(AdviceInfo[] aroundAdvices,
AdviceInfo[] beforeAdvices,
AdviceInfo[] afterFinallyAdvices,
AdviceInfo[] afterReturningAdvices,
AdviceInfo[] afterThrowingAdvices)
getAroundAdvices
public AdviceInfo[] getAroundAdvices()
getBeforeAdvices
public AdviceInfo[] getBeforeAdvices()
getAfterFinallyAdvices
public AdviceInfo[] getAfterFinallyAdvices()
getAfterReturningAdvices
public AdviceInfo[] getAfterReturningAdvices()
getAfterThrowingAdvices
public AdviceInfo[] getAfterThrowingAdvices()
Copyright © 2002-2004 Jonas Bonér, Alexandre Vasseur. All Rights Reserved.