org.jboss.ejb3.interceptors.aop
Class InjectInterceptorsFactory

java.lang.Object
  extended by org.jboss.ejb3.interceptors.aop.AbstractInterceptorFactory
      extended by 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

Constructor Summary
InjectInterceptorsFactory()
           
 
Method Summary
 java.lang.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.
 java.lang.Object createPerJoinpoint(org.jboss.aop.Advisor advisor, org.jboss.aop.joinpoint.Joinpoint jp)
           
 
Methods inherited from class org.jboss.ejb3.interceptors.aop.AbstractInterceptorFactory
createPerClass, createPerInstance, createPerVM, getName
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

InjectInterceptorsFactory

public InjectInterceptorsFactory()
Method Detail

createPerJoinpoint

public java.lang.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 java.lang.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 © 2010 JBoss, a division of Red Hat, Inc.. All Rights Reserved.