org.jboss.ejb3.interceptors.aop
Class InjectInterceptorsFactory
java.lang.Object
org.jboss.ejb3.interceptors.aop.AbstractInterceptorFactory
org.jboss.ejb3.interceptors.aop.InjectInterceptorsFactory
- All Implemented Interfaces:
- org.jboss.aop.advice.AspectFactory
public class InjectInterceptorsFactory
- extends AbstractInterceptorFactory
Comment
- Version:
- $Revision: 86909 $
- Author:
- Carlo de Wolf
Method Summary |
Object |
createPerJoinpoint(org.jboss.aop.Advisor advisor,
org.jboss.aop.InstanceAdvisor instanceAdvisor,
org.jboss.aop.joinpoint.Joinpoint jp)
Generate the proper interceptor chain based on the spec interceptors. |
Object |
createPerJoinpoint(org.jboss.aop.Advisor advisor,
org.jboss.aop.joinpoint.Joinpoint jp)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
InjectInterceptorsFactory
public InjectInterceptorsFactory()
createPerJoinpoint
public Object createPerJoinpoint(org.jboss.aop.Advisor advisor,
org.jboss.aop.InstanceAdvisor instanceAdvisor,
org.jboss.aop.joinpoint.Joinpoint jp)
- Generate the proper interceptor chain based on the spec interceptors.
- Specified by:
createPerJoinpoint
in interface org.jboss.aop.advice.AspectFactory
- Overrides:
createPerJoinpoint
in class AbstractInterceptorFactory
createPerJoinpoint
public Object createPerJoinpoint(org.jboss.aop.Advisor advisor,
org.jboss.aop.joinpoint.Joinpoint jp)
- Specified by:
createPerJoinpoint
in interface org.jboss.aop.advice.AspectFactory
- Overrides:
createPerJoinpoint
in class AbstractInterceptorFactory
Copyright © 2009 JBoss, a division of Red Hat, Inc.. All Rights Reserved.