|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjavax.ejb.embeddable.EJBContainer
public abstract class EJBContainer
Used to execute an EJB application in an embeddable container.
| Field Summary | |
|---|---|
static String |
APP_NAME
Standard property name for specifying the application name of the EJB modules executing within the embeddable container. |
static String |
MODULES
Standard property name for specifying the set of modules to be initialized. |
static String |
PROVIDER
Standard property name for specifying the embeddable container implementation bootstrap class. |
| Constructor Summary | |
|---|---|
EJBContainer()
|
|
| Method Summary | |
|---|---|
abstract void |
close()
Shutdown an embeddable EJBContainer instance. |
static EJBContainer |
createEJBContainer()
Create and initialize an embeddable EJB container. |
static EJBContainer |
createEJBContainer(Map<?,?> properties)
Create and initialize an embeddable EJB container with a set of configuration properties. |
abstract Context |
getContext()
Retrieve a naming context for looking up references to session beans executing in the embeddable container. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final String APP_NAME
public static final String PROVIDER
public static final String MODULES
| Constructor Detail |
|---|
public EJBContainer()
| Method Detail |
|---|
public abstract void close()
public static EJBContainer createEJBContainer()
public static EJBContainer createEJBContainer(Map<?,?> properties)
properties -
public abstract Context getContext()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||