Package org.openxava.ejbx

Interface Summary
EJBReplicable Remote interface of a EntityBean that can be replicate.
IContext Look a resource from its name.
IContextProvider Provides a IContext.
IEJBContext Find typical resources to implement a EJB.
IEJBContextInit Add the possibility of init to IEJBContext.
 

Class Summary
BeansContext It provides the default context to look up Enterprise JavaBeans.
BeansContextProviderFactory Factory for IContextProvider in order to accede to EJBs.
EJB11Context Implementation of IEJBContext for a EJB 1.1 server.
EJBBase Base class for a EJB.
EJBContextFactory It create IEJBContexts.
EJBFactory Utility class for create EJBs from home.
EJBReplicableBase Implementation base class for a EntityBean that can be replicated.
EntityBase Base class for EntityBeans.
JndiContext Adapter from a JNDI context to a IContext.
JndiContextProvider Provides a IContext that look up in JNDI space.
SessionBase Base class for help in the creation of a SessionBean.