Example usage for Java javax.ejb.embeddable EJBContainer fields, constructors, methods, implement or subclass
The text is from its open source code.
String | PROVIDER Standard property name for specifying the embeddable container implementation bootstrap class. |
String | MODULES Standard property name for specifying the set of modules to be initialized. |
String | APP_NAME Standard property name for specifying the application name of the EJB modules executing within the embeddable container. |
void | close() Shutdown an embeddable EJBContainer instance. |
EJBContainer | createEJBContainer(Map, ?> properties) Create and initialize an embeddable EJB container with a set of configuration properties. |
Context | getContext() Retrieve a naming context for looking up references to session beans executing in the embeddable container. |