org.jboss.ejb3.mdb
Class CurrentMessageInjectorInterceptorFactory
java.lang.Object
org.jboss.ejb3.mdb.CurrentMessageInjectorInterceptorFactory
- All Implemented Interfaces:
- org.jboss.aop.advice.AspectFactory
public class CurrentMessageInjectorInterceptorFactory
- extends Object
- implements org.jboss.aop.advice.AspectFactory
Comment
- Version:
- $Revision: 67628 $
- Author:
- Bill Burke
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CurrentMessageInjectorInterceptorFactory
public CurrentMessageInjectorInterceptorFactory()
createPerVM
public Object createPerVM()
- Specified by:
createPerVM
in interface org.jboss.aop.advice.AspectFactory
createPerClass
public Object createPerClass(org.jboss.aop.Advisor advisor)
- Specified by:
createPerClass
in interface org.jboss.aop.advice.AspectFactory
search
protected void search(org.jboss.aop.Advisor advisor,
Class clazz,
ArrayList<Field> fs,
ArrayList<Method> ms)
createPerInstance
public Object createPerInstance(org.jboss.aop.Advisor advisor,
org.jboss.aop.InstanceAdvisor instanceAdvisor)
- Specified by:
createPerInstance
in interface org.jboss.aop.advice.AspectFactory
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
createPerJoinpoint
public Object createPerJoinpoint(org.jboss.aop.Advisor advisor,
org.jboss.aop.InstanceAdvisor instanceAdvisor,
org.jboss.aop.joinpoint.Joinpoint jp)
- Specified by:
createPerJoinpoint
in interface org.jboss.aop.advice.AspectFactory
getName
public String getName()
- Specified by:
getName
in interface org.jboss.aop.advice.AspectFactory
Copyright © 2010 JBoss, a division of Red Hat, Inc.. All Rights Reserved.