|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use EJBContextImpl | |
org.openejb | |
org.openejb.entity | |
org.openejb.mdb | |
org.openejb.sfsb | |
org.openejb.slsb |
Uses of EJBContextImpl in org.openejb |
Methods in org.openejb that return EJBContextImpl | |
EJBContextImpl |
EJBInstanceContext.getEJBContextImpl()
|
Uses of EJBContextImpl in org.openejb.entity |
Subclasses of EJBContextImpl in org.openejb.entity | |
class |
EntityContextImpl
|
Methods in org.openejb.entity that return EJBContextImpl | |
EJBContextImpl |
EntityInstanceContext.getEJBContextImpl()
|
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. |
Methods in org.openejb.mdb that return EJBContextImpl | |
EJBContextImpl |
MDBInstanceContext.getEJBContextImpl()
|
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. |
Methods in org.openejb.sfsb that return EJBContextImpl | |
EJBContextImpl |
StatefulInstanceContext.getEJBContextImpl()
|
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. |
Methods in org.openejb.slsb that return EJBContextImpl | |
EJBContextImpl |
StatelessInstanceContext.getEJBContextImpl()
|
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |