Uses of Class
javax.ejb.embeddable.EJBContainer

Packages that use EJBContainer
javax.ejb.embeddable Defines the classes for the EJB 3.1 Embeddable API. 
javax.ejb.spi Defines interfaces that are implemented by the EJB container. 
 

Uses of EJBContainer in javax.ejb.embeddable
 

Methods in javax.ejb.embeddable that return EJBContainer
static EJBContainer EJBContainer.createEJBContainer()
          Create and initialize an embeddable EJB container.
static EJBContainer EJBContainer.createEJBContainer(java.util.Map<?,?> properties)
          Create and initialize an embeddable EJB container with a set of configuration properties.
 

Uses of EJBContainer in javax.ejb.spi
 

Methods in javax.ejb.spi that return EJBContainer
 EJBContainer EJBContainerProvider.createEJBContainer(java.util.Map<?,?> properties)
          Called by the embeddable container bootstrap process to find a suitable embeddable container implementation.
 



Copyright © 2012 GlassFish Community. All Rights Reserved.