org.jboss.ejb3.interceptors.aop
Class BusinessMethodBeanMethodInterceptor

java.lang.Object
  extended by org.jboss.ejb3.interceptors.aop.BusinessMethodBeanMethodInterceptor
All Implemented Interfaces:
org.jboss.aop.advice.Interceptor

public class BusinessMethodBeanMethodInterceptor
extends Object
implements org.jboss.aop.advice.Interceptor

Comment

Version:
$Revision: 68527 $
Author:
Carlo de Wolf

Constructor Summary
BusinessMethodBeanMethodInterceptor(Method beanMethodInterceptorMethod)
           
 
Method Summary
 String getName()
           
 Object invoke(org.jboss.aop.joinpoint.Invocation invocation)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

BusinessMethodBeanMethodInterceptor

public BusinessMethodBeanMethodInterceptor(Method beanMethodInterceptorMethod)
Parameters:
beanMethodInterceptorMethod - a bean method interceptor on the bean itself
Method Detail

getName

public String getName()
Specified by:
getName in interface org.jboss.aop.advice.Interceptor

invoke

public Object invoke(org.jboss.aop.joinpoint.Invocation invocation)
              throws Throwable
Specified by:
invoke in interface org.jboss.aop.advice.Interceptor
Throws:
Throwable

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2009 JBoss, a division of Red Hat, Inc.. All Rights Reserved.