org.jboss.aop.advice
Class PerJoinpointAdvice
java.lang.Object
org.jboss.aop.advice.AbstractAdvice
org.jboss.aop.advice.PerJoinpointAdvice
- All Implemented Interfaces:
- Interceptor, Untransformable
- public class PerJoinpointAdvice
- 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 |
PerJoinpointAdvice
public PerJoinpointAdvice(String adviceName,
AspectDefinition a,
Advisor advisor,
Joinpoint joinpoint)
createInterceptor
public static Interceptor createInterceptor(Advisor advisor,
Joinpoint joinpoint,
AspectDefinition def,
String adviceName)
throws Exception
- Throws:
Exception
getName
public String getName()
invoke
public Object invoke(Invocation invocation)
throws Throwable
- Throws:
Throwable
Copyright © 2002 JBoss Group, LLC. All Rights Reserved.