Uses of Class
org.jboss.ejb3.session.SessionBeanContext

Packages that use SessionBeanContext
org.jboss.ejb3.service   
org.jboss.ejb3.session   
org.jboss.ejb3.stateful   
org.jboss.ejb3.stateless   
 

Uses of SessionBeanContext in org.jboss.ejb3.service
 

Subclasses of SessionBeanContext in org.jboss.ejb3.service
 class ServiceBeanContext
           
 

Uses of SessionBeanContext in org.jboss.ejb3.session
 

Subclasses of SessionBeanContext in org.jboss.ejb3.session
 class SessionSpecBeanContext<T extends SessionSpecContainer>
          Context for Session Beans adhering to EJB3 Specification (SFSB, SLSB)
 

Constructors in org.jboss.ejb3.session with parameters of type SessionBeanContext
SessionContextDelegateBase(SessionBeanContext<J> beanContext)
           
 

Uses of SessionBeanContext in org.jboss.ejb3.stateful
 

Subclasses of SessionBeanContext in org.jboss.ejb3.stateful
 class NestedStatefulBeanContext
          Overrides superclass to not use MarshalledValue in externalization, as a nested context is meant to be serialized as part of its parent context and to share with it object references to any XPC or managed entities.
 class ProxiedStatefulBeanContext
          Proxy to a NestedStatefulBeanContext that can be independently passivated, activated and replicated without disturbing the object it is proxying.
 class StatefulBeanContext
          BeanContext for a stateful session bean.
 

Constructors in org.jboss.ejb3.stateful with parameters of type SessionBeanContext
StatefulSessionContextDelegate(SessionBeanContext<StatefulContainer> beanContext)
           
 

Uses of SessionBeanContext in org.jboss.ejb3.stateless
 

Subclasses of SessionBeanContext in org.jboss.ejb3.stateless
 class StatelessBeanContext
          Comment
 

Constructors in org.jboss.ejb3.stateless with parameters of type SessionBeanContext
StatelessSessionContextImpl(SessionBeanContext<StatelessContainer> beanContext)
           
 



Copyright © 2009 JBoss, a division of Red Hat, Inc.. All Rights Reserved.