org.jboss.ejb3.interceptors.aop
Class InterceptorsInterceptor
java.lang.Object
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
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
InterceptorsInterceptor
public InterceptorsInterceptor()
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.