org.jboss.ejb3.mdb
Class CurrentMessageInjectorInterceptorFactory

java.lang.Object
  extended by 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

Constructor Summary
CurrentMessageInjectorInterceptorFactory()
           
 
Method Summary
 Object createPerClass(org.jboss.aop.Advisor advisor)
           
 Object createPerInstance(org.jboss.aop.Advisor advisor, org.jboss.aop.InstanceAdvisor instanceAdvisor)
           
 Object createPerJoinpoint(org.jboss.aop.Advisor advisor, org.jboss.aop.InstanceAdvisor instanceAdvisor, org.jboss.aop.joinpoint.Joinpoint jp)
           
 Object createPerJoinpoint(org.jboss.aop.Advisor advisor, org.jboss.aop.joinpoint.Joinpoint jp)
           
 Object createPerVM()
           
 String getName()
           
protected  void search(org.jboss.aop.Advisor advisor, Class clazz, ArrayList<Field> fs, ArrayList<Method> ms)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CurrentMessageInjectorInterceptorFactory

public CurrentMessageInjectorInterceptorFactory()
Method Detail

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