org.jboss.aop.advice
Class PerJoinpointInterceptor
java.lang.Object
org.jboss.aop.advice.PerJoinpointInterceptor
- All Implemented Interfaces:
- Interceptor
- public class PerJoinpointInterceptor
- extends Object
- implements Interceptor
Comment
- Version:
- $Revision: 1.3 $
- Author:
- Bill Burke
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PerJoinpointInterceptor
public PerJoinpointInterceptor(AspectDefinition a,
Advisor advisor,
Joinpoint joinpoint)
createInterceptor
public static Interceptor createInterceptor(Advisor advisor,
Joinpoint joinpoint,
AspectDefinition def)
throws Exception
- Throws:
Exception
getName
public String getName()
- Specified by:
getName
in interface Interceptor
invoke
public Object invoke(Invocation invocation)
throws Throwable
- Specified by:
invoke
in interface Interceptor
- Throws:
Throwable
Copyright © 2002 JBoss Group, LLC. All Rights Reserved.