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