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<?,?>)
callEJBException
Copyright © 1996-2017, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.