Uses of Class
jakarta.ejb.embeddable.EJBContainer
Package
Description
Defines the classes for the enterprise bean Embeddable API.
Defines interfaces that are implemented by
the enterprise bean container.
-
Uses of EJBContainer in jakarta.ejb.embeddable
Modifier and TypeMethodDescriptionstatic 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. -
Uses of EJBContainer in jakarta.ejb.spi
Modifier and TypeMethodDescriptionEJBContainerProvider.createEJBContainer
(Map<?, ?> properties) Called by the embeddable container bootstrap process to find a suitable embeddable container implementation.