org.jboss.ejb3.session
Class SessionInjectionInvocation<T extends SessionContainer>

java.lang.Object
  extended by org.jboss.ejb3.context.base.BaseInvocationContext
      extended by org.jboss.ejb3.context.base.BaseSessionInvocationContext
          extended by org.jboss.ejb3.session.SessionInjectionInvocation<T>
All Implemented Interfaces:
javax.ejb.EJBContext, javax.ejb.SessionContext, javax.interceptor.InvocationContext, org.jboss.ejb3.context.spi.SessionInvocationContext

public class SessionInjectionInvocation<T extends SessionContainer>
extends org.jboss.ejb3.context.base.BaseSessionInvocationContext


Constructor Summary
SessionInjectionInvocation(SessionBeanContext<T> ctx, java.lang.Iterable<Injector> injectors)
           
 
Method Summary
 java.lang.Object proceed()
           
 
Methods inherited from class org.jboss.ejb3.context.base.BaseSessionInvocationContext
getBusinessObject, getEJBContext, getEJBLocalObject, getEJBObject, getInvokedBusinessInterface, getManager, getMessageContext, setFuture, setMessageContext, wasCancelCalled
 
Methods inherited from class org.jboss.ejb3.context.base.BaseInvocationContext
getCallerIdentity, getCallerPrincipal, getContextData, getEJBHome, getEJBLocalHome, getEnvironment, 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
 
Methods inherited from interface org.jboss.ejb3.context.spi.InvocationContext
getTimer, setCallerPrincipal, setEJBContext, setTimer
 
Methods inherited from interface javax.interceptor.InvocationContext
getContextData, getMethod, getParameters, getTarget, setParameters
 
Methods inherited from interface org.jboss.ejb3.context.spi.EJBContext
getContextData, getTarget
 
Methods inherited from interface javax.ejb.EJBContext
getCallerIdentity, getCallerPrincipal, getEJBHome, getEJBLocalHome, getEnvironment, getRollbackOnly, getTimerService, getUserTransaction, isCallerInRole, isCallerInRole, lookup, setRollbackOnly
 

Constructor Detail

SessionInjectionInvocation

public SessionInjectionInvocation(SessionBeanContext<T> ctx,
                                  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