org.jboss.aop.advice
Class PerInstanceAdvice
java.lang.Object
org.jboss.aop.advice.AbstractAdvice
org.jboss.aop.advice.PerInstanceAdvice
- All Implemented Interfaces:
- Interceptor, Untransformable
public class PerInstanceAdvice
- extends AbstractAdvice
Comment
- Version:
- $Revision: 1.6 $
- Author:
- Bill Burke
Fields inherited from class org.jboss.aop.advice.AbstractAdvice |
adviceName, aspectClass, conCalledByConstructorAdvice, conCalledByMethodAdvice, constructorAdvice, fieldAdvice, fieldReadAdvice, fieldWriteAdvice, invocationAdvice, methodAdvice, methodCalledByConstructorAdvice, methodCalledByMethodAdvice |
Methods inherited from class org.jboss.aop.advice.AbstractAdvice |
findByConstructorCalledByConstructorInvocation, findByConstructorCalledByMethodInvocation, findByConstructorInvocation, findByFieldInvocation, findByFieldReadInvocation, findByFieldWriteInvocation, findByInvocation, findByMethodCalledByConstructorInvocation, findByMethodCalledByMethodInvocation, findByMethodInvocation, init, resolveAdvice |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PerInstanceAdvice
public PerInstanceAdvice(String adviceName,
AspectDefinition a,
Advisor advisor)
getName
public String getName()
invoke
public Object invoke(Invocation invocation)
throws Throwable
- Throws:
Throwable
Copyright © 2002 JBoss Group, LLC. All Rights Reserved.