Package | Description |
---|---|
javax.ejb.embeddable |
Defines the classes for the EJB 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 © 1996-2017, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.