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
javax.ejb.embeddable.provider property was
   included in the Map passed to createEJBContainer
   and the value of the property is the provider's
   implementation class.
 javax.ejb.embeddable.provider property was specified.
properties - Spec-defined and/or vendor-specific
 properties, that were passed to javax.ejb.embeddable.EJBContainer#createEJBContainer(Map<?,?>) callEJBExceptionCopyright © 2019 Eclipse Foundation.
Use is subject to license terms.