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

Packages that use SessionSpecBeanContext
org.jboss.ejb3.stateful   
org.jboss.ejb3.stateless   
 

Uses of SessionSpecBeanContext in org.jboss.ejb3.stateful
 

Subclasses of SessionSpecBeanContext 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.
 

Uses of SessionSpecBeanContext in org.jboss.ejb3.stateless
 

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



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