|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jboss.ejb3.interceptors.aop.EJB3InterceptorInterceptor
public class EJB3InterceptorInterceptor
Constructor Summary | |
---|---|
EJB3InterceptorInterceptor(java.lang.Class<?> interceptorClass,
java.lang.reflect.Method businessMethodInterceptorMethod)
|
Method Summary | |
---|---|
java.lang.String |
getName()
|
java.lang.Object |
invoke(org.jboss.aop.joinpoint.Invocation invocation)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public EJB3InterceptorInterceptor(java.lang.Class<?> interceptorClass, java.lang.reflect.Method businessMethodInterceptorMethod)
interceptorClass
- businessMethodInterceptorMethod
- a business method interceptor on the spec interceptor (@AroundInvoke)Method Detail |
---|
public java.lang.String getName()
getName
in interface org.jboss.aop.advice.Interceptor
public java.lang.Object invoke(org.jboss.aop.joinpoint.Invocation invocation) throws java.lang.Throwable
invoke
in interface org.jboss.aop.advice.Interceptor
java.lang.Throwable
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |