org.jboss.ejb3.interceptors.aop
Class InterceptorsInterceptor

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

public class InterceptorsInterceptor
extends java.lang.Object

Invoke the correct spec interceptors. See EJB 3 12.3.1.

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

Constructor Summary
InterceptorsInterceptor()
           
 
Method Summary
 java.lang.Object invokeBusinessMethodInterceptors(org.jboss.aop.joinpoint.Invocation invocation)
           
 java.lang.Object invokeClassInterceptors(org.jboss.aop.joinpoint.Invocation invocation)
           
 java.lang.Object invokeDefaultInterceptors(org.jboss.aop.joinpoint.Invocation invocation)
           
 java.lang.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 java.lang.Object invokeBusinessMethodInterceptors(org.jboss.aop.joinpoint.Invocation invocation)
                                                  throws java.lang.Throwable
Throws:
java.lang.Throwable

invokeClassInterceptors

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

invokeDefaultInterceptors

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

postConstruct

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


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