Uses of Class
org.openejb.EJBContextImpl

Packages that use EJBContextImpl
org.openejb.entity   
org.openejb.mdb   
org.openejb.sfsb   
org.openejb.slsb   
 

Uses of EJBContextImpl in org.openejb.entity
 

Subclasses of EJBContextImpl in org.openejb.entity
 class EntityContextImpl
           
 

Uses of EJBContextImpl in org.openejb.mdb
 

Subclasses of EJBContextImpl in org.openejb.mdb
 class MDBContext
          Implementation of MessageDrivenContext using the State pattern to determine which methods can be called given the current state of the Session bean.
 

Uses of EJBContextImpl in org.openejb.sfsb
 

Subclasses of EJBContextImpl in org.openejb.sfsb
 class StatefulSessionContext
          Implementation of SessionContext using the State pattern to determine which methods can be called given the current state of the Session bean.
 

Uses of EJBContextImpl in org.openejb.slsb
 

Subclasses of EJBContextImpl in org.openejb.slsb
 class StatelessSessionContext
          Implementation of SessionContext using the State pattern to determine which methods can be called given the current state of the Session bean.
 



Copyright © 1999-2005 OpenEJB. All Rights Reserved.