Uses of Class
javax.ejb.embeddable.EJBContainer

Packages that use EJBContainer
com.caucho.ejb.embeddable   
javax.ejb.embeddable   
javax.ejb.spi   
 

Uses of EJBContainer in com.caucho.ejb.embeddable
 

Subclasses of EJBContainer in com.caucho.ejb.embeddable
 class EJBContainerImpl
          Interface for the EJBClient.
 

Methods in com.caucho.ejb.embeddable that return EJBContainer
 EJBContainer EJBContainerProvider.createEJBContainer(java.util.Map<?,?> properties)
           
 

Uses of EJBContainer in javax.ejb.embeddable
 

Methods in javax.ejb.embeddable that return EJBContainer
static EJBContainer EJBContainer.createEJBContainer()
           
static EJBContainer EJBContainer.createEJBContainer(java.util.Map<?,?> properties)
           
 

Uses of EJBContainer in javax.ejb.spi
 

Methods in javax.ejb.spi that return EJBContainer
 EJBContainer EJBContainerProvider.createEJBContainer(java.util.Map<?,?> properties)