org.jboss.ejb3.interceptors.aop
Class InterceptorsInterceptor

java.lang.Object
  extended by org.jboss.ejb3.interceptors.aop.InterceptorsInterceptor

public class InterceptorsInterceptor
extends Object

Invoke the correct spec interceptors. See EJB 3 12.3.1.

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

Constructor Summary
InterceptorsInterceptor()
           
 
Method Summary
 Object invokeBusinessMethodInterceptors(org.jboss.aop.joinpoint.Invocation invocation)
           
 Object invokeClassInterceptors(org.jboss.aop.joinpoint.Invocation invocation)
           
 Object invokeDefaultInterceptors(org.jboss.aop.joinpoint.Invocation invocation)
           
 Object postConstruct(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

InterceptorsInterceptor

public InterceptorsInterceptor()
Method Detail

invokeBusinessMethodInterceptors

public Object invokeBusinessMethodInterceptors(org.jboss.aop.joinpoint.Invocation invocation)
                                        throws Throwable
Throws:
Throwable

invokeClassInterceptors

public Object invokeClassInterceptors(org.jboss.aop.joinpoint.Invocation invocation)
                               throws Throwable
Throws:
Throwable

invokeDefaultInterceptors

public Object invokeDefaultInterceptors(org.jboss.aop.joinpoint.Invocation invocation)
                                 throws Throwable
Throws:
Throwable

postConstruct

public Object postConstruct(org.jboss.aop.joinpoint.Invocation invocation)
                     throws Throwable
Throws:
Throwable


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