| Package | Description |
|---|---|
| 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.
|
| Modifier and Type | Method and Description |
|---|---|
static EJBContainer |
EJBContainer.createEJBContainer()
Create and initialize an embeddable EJB container.
|
static EJBContainer |
EJBContainer.createEJBContainer(Map<?,?> properties)
Create and initialize an embeddable EJB 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 © 2013. All Rights Reserved.