org.jboss.ejb3.interceptors.aop
Class BusinessMethodBeanMethodInterceptor
java.lang.Object
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
BusinessMethodBeanMethodInterceptor
public BusinessMethodBeanMethodInterceptor(Method beanMethodInterceptorMethod)
- Parameters:
beanMethodInterceptorMethod
- a bean method interceptor on the bean itself
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.