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