org.jboss.aop.advice
Class CFlowInterceptor

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

public class CFlowInterceptor
extends Object
implements Interceptor

Comment

Version:
$Revision: 37406 $
Author:
Bill Burke

Constructor Summary
CFlowInterceptor(String cflowString, ASTCFlowExpression expr, Interceptor[] chain)
           
 
Method Summary
 String getCFlowString()
           
 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

CFlowInterceptor

public CFlowInterceptor(String cflowString,
                        ASTCFlowExpression expr,
                        Interceptor[] chain)
Method Detail

getName

public String getName()
Specified by:
getName in interface Interceptor

getCFlowString

public String getCFlowString()

invoke

public Object invoke(Invocation invocation)
              throws Throwable
Specified by:
invoke in interface Interceptor
Throws:
Throwable


Copyright © 2004 JBoss Inc. All Rights Reserved.