public interface EJBContainerProvider
| Modifier and Type | Method and Description | 
|---|---|
| EJBContainer | createEJBContainer(Map<?,?> properties)Called by the embeddable container bootstrap process to find a suitable embeddable container implementation. | 
EJBContainer createEJBContainer(Map<?,?> properties) throws EJBException
jakarta.ejb.embeddable.provider property was included in the Map passed to
 createEJBContainer and the value of the property is the provider's implementation class.
 jakarta.ejb.embeddable.provider property was specified.
 properties - Spec-defined and/or vendor-specific properties, that were passed to
 jakarta.ejb.embeddable.EJBContainer#createEJBContainer(Map<?,?>) callEJBException - if the container could not be successfully initialized.Copyright © 2018,2020 Eclipse Foundation.
Use is subject to license terms.