| Package | Description | 
|---|---|
| javax.ejb.embeddable | 
 Defines the classes for the enterprise bean Embeddable API. 
 | 
| javax.ejb.spi | 
 Defines interfaces that are implemented by
the enterprise bean container. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
static EJBContainer | 
EJBContainer.createEJBContainer()
Create and initialize an embeddable enterprise bean container. 
 | 
static EJBContainer | 
EJBContainer.createEJBContainer(Map<?,?> properties)
Create and initialize an embeddable enterprise bean container with a
 set of configuration properties. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
EJBContainer | 
EJBContainerProvider.createEJBContainer(Map<?,?> properties)
Called by the embeddable container bootstrap process to find a
 suitable embeddable container implementation. 
 | 
Copyright © 2019 Eclipse Foundation.
Use is subject to license terms.