Uses of Class
org.jboss.as.ejb3.context.EJBContextImpl
-
Packages that use EJBContextImpl Package Description org.jboss.as.ejb3.component org.jboss.as.ejb3.component.messagedriven org.jboss.as.ejb3.context -
-
Uses of EJBContextImpl in org.jboss.as.ejb3.component
Methods in org.jboss.as.ejb3.component that return EJBContextImpl Modifier and Type Method Description abstract EJBContextImplEjbComponentInstance. getEjbContext() -
Uses of EJBContextImpl in org.jboss.as.ejb3.component.messagedriven
Methods in org.jboss.as.ejb3.component.messagedriven that return EJBContextImpl Modifier and Type Method Description EJBContextImplMessageDrivenComponentInstance. getEjbContext()Returns aMessageDrivenContext -
Uses of EJBContextImpl in org.jboss.as.ejb3.context
Subclasses of EJBContextImpl in org.jboss.as.ejb3.context Modifier and Type Class Description classMessageDrivenContextclassSessionContextImplImplementation of the SessionContext interface.Methods in org.jboss.as.ejb3.context that return EJBContextImpl Modifier and Type Method Description static EJBContextImplCurrentInvocationContext. getEjbContext()
-