org.jboss.aop.advice
Class PerVmAdvice
java.lang.Object
org.jboss.aop.advice.PerVmAdvice
- public class PerVmAdvice
- extends Object
Comment
- Version:
- $Revision: 1.9 $
- Author:
- Bill Burke
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PerVmAdvice
public PerVmAdvice()
generateOptimized
public static Interceptor generateOptimized(Joinpoint joinpoint,
AspectManager manager,
String adviceName,
AspectDefinition a)
throws Exception
- Throws:
Exception
generateInterceptor
public static Interceptor generateInterceptor(Joinpoint joinpoint,
Object aspect,
String adviceName)
throws Exception
- Throws:
Exception
generateArgsInterceptor
public static Interceptor generateArgsInterceptor(Object aspect,
Method advice,
Joinpoint joinpoint)
throws Exception
- Throws:
Exception
Copyright © 2002 JBoss Group, LLC. All Rights Reserved.