Package | Description |
---|---|
javax.ejb.embeddable | |
javax.ejb.spi |
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 an
set of configuration properties and names of modules to be initialized.
|
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 JBoss by Red Hat. All rights reserved.