Uses of Interface
org.openxava.ejbx.IContext

Packages that use IContext
org.openxava.ejbx   
 

Uses of IContext in org.openxava.ejbx
 

Classes in org.openxava.ejbx that implement IContext
 class JndiContext
          Adapter from a JNDI context to a IContext.
 

Methods in org.openxava.ejbx that return IContext
static IContext BeansContext.get()
          Context to lookup EJBs.
 IContext EJBBase.getContext()
          Context used for look up homes of EJBs.
 IContext IContextProvider.getContext()
           
 IContext JndiContextProvider.getContext()