org.jboss.ejb3.mdb
Class MDBInjectionInvocation

java.lang.Object
  extended by org.jboss.ejb3.context.base.BaseInvocationContext
      extended by org.jboss.ejb3.mdb.MDBInjectionInvocation
All Implemented Interfaces:
javax.ejb.EJBContext, javax.interceptor.InvocationContext

public class MDBInjectionInvocation
extends org.jboss.ejb3.context.base.BaseInvocationContext


Constructor Summary
MDBInjectionInvocation(MDBContext context, java.lang.Iterable<Injector> injectors)
           
 
Method Summary
 java.lang.Object proceed()
           
 
Methods inherited from class org.jboss.ejb3.context.base.BaseInvocationContext
getCallerIdentity, getCallerPrincipal, getContextData, getEJBContext, getEJBHome, getEJBLocalHome, getEnvironment, getManager, getMethod, getParameters, getRollbackOnly, getTarget, getTimer, getTimerService, getUserTransaction, isCallerInRole, isCallerInRole, lookup, setCallerPrincipal, setEJBContext, setMethod, setParameters, setRollbackOnly, setTimer
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MDBInjectionInvocation

public MDBInjectionInvocation(MDBContext context,
                              java.lang.Iterable<Injector> injectors)
Method Detail

proceed

public java.lang.Object proceed()
                         throws java.lang.Exception
Specified by:
proceed in interface javax.interceptor.InvocationContext
Specified by:
proceed in class org.jboss.ejb3.context.base.BaseInvocationContext
Throws:
java.lang.Exception