org.jboss.aop.advice
Class AdviceMethodFactory
java.lang.Object
org.jboss.aop.advice.AdviceMethodFactory
public class AdviceMethodFactory
- extends Object
Utility class to figure out which advice method to use for a given joinpoint
- Version:
- $Revision: 44253 $
- Author:
- Kabir Khan
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
BEFORE
public static final AdviceMethodFactory BEFORE
AFTER
public static final AdviceMethodFactory AFTER
THROWING
public static final AdviceMethodFactory THROWING
AROUND
public static final AdviceMethodFactory AROUND
findAdviceMethod
public AdviceMethodProperties findAdviceMethod(AdviceMethodProperties properties)
Copyright © 2004 JBoss Inc. All Rights Reserved.