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
- EJBException
Copyright © 2017 JBoss by Red Hat. All rights reserved.