|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use EJBContainer | |
---|---|
javax.ejb | |
javax.ejb.spi | |
org.jboss.ejb3.api.spi |
Uses of EJBContainer in javax.ejb |
---|
Methods in javax.ejb 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. |
static EJBContainer |
EJBContainer.getCurrentEJBContainer()
Deprecated. |
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. |
Uses of EJBContainer in org.jboss.ejb3.api.spi |
---|
Subclasses of EJBContainer in org.jboss.ejb3.api.spi | |
---|---|
class |
EJBContainerWrapper
Deprecated. the whole concept of current EJB container is deprecated |
Methods in org.jboss.ejb3.api.spi that return EJBContainer | |
---|---|
EJBContainer |
EJBContainerWrapper.getDelegate()
Deprecated. |
Constructors in org.jboss.ejb3.api.spi with parameters of type EJBContainer | |
---|---|
EJBContainerWrapper(EJBContainer delegate)
Deprecated. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |