org.jboss.aop.advice
Class PerInstanceInterceptor

java.lang.Object
  extended by org.jboss.aop.advice.PerInstanceInterceptor
All Implemented Interfaces:
Interceptor

public class PerInstanceInterceptor
extends Object
implements Interceptor

Comment

Version:
$Revision: 59675 $
Author:
Bill Burke

Constructor Summary
PerInstanceInterceptor(AspectDefinition a, Advisor advisor)
           
 
Method Summary
 String getName()
           
 Object invoke(Invocation invocation)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PerInstanceInterceptor

public PerInstanceInterceptor(AspectDefinition a,
                              Advisor advisor)
Method Detail

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 © 2004 JBoss Inc. All Rights Reserved.