public interface EJBContainerProvider
Modifier and Type | Method and Description |
---|---|
EJBContainer |
createEJBContainer(java.util.Map<?,?> properties)
Called by the embeddable container bootstrap process to find a suitable embeddable container implementation.
|
EJBContainer createEJBContainer(java.util.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.