Enterprise JavaBeans(TM) 3.1 API 1.0.2.Final-redhat-1

Uses of Class
javax.ejb.embeddable.EJBContainer

Packages that use EJBContainer
javax.ejb.embeddable   
javax.ejb.spi   
 

Uses of EJBContainer in javax.ejb.embeddable
 

Methods in javax.ejb.embeddable that return EJBContainer
static EJBContainer EJBContainer.createEJBContainer()
          Create and initialize an embeddable EJB container.
static EJBContainer EJBContainer.createEJBContainer(Map<?,?> properties)
          Create and initialize an embeddable EJB container with an set of configuration properties and names of modules to be initialized.
 

Uses of EJBContainer in javax.ejb.spi
 

Methods in javax.ejb.spi that return EJBContainer
 EJBContainer EJBContainerProvider.createEJBContainer(Map<?,?> properties)
          Called by the embeddable container bootstrap process to find a suitable embeddable container implementation.
 


Enterprise JavaBeans(TM) 3.1 API 1.0.2.Final-redhat-1

Copyright © 2012 JBoss by Red Hat. All Rights Reserved.