Uses of Interface
org.openxava.ejbx.IEJBContext

Packages that use IEJBContext
org.openxava.ejbx   
 

Uses of IEJBContext in org.openxava.ejbx
 

Subinterfaces of IEJBContext in org.openxava.ejbx
 interface IEJBContextInit
          Add the possibility of init to IEJBContext.
 

Classes in org.openxava.ejbx that implement IEJBContext
 class EJB11Context
          Implementation of IEJBContext for a EJB 1.1 server.
 

Methods in org.openxava.ejbx that return IEJBContext
static IEJBContext EJBContextFactory.create(EJBContext ejbContext)
          It create a IEJBContext used for implementing the EJBContext indicated.
protected  IEJBContext EJBBase.getPortableContext()
          The context used for implementing the methods.