Java javax.ejb.embeddable EJBContainer fields, constructors, methods, implement or subclass

Example usage for Java javax.ejb.embeddable EJBContainer fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for javax.ejb.embeddable EJBContainer.

The text is from its open source code.

Field

StringPROVIDER
Standard property name for specifying the embeddable container implementation bootstrap class.
StringMODULES
Standard property name for specifying the set of modules to be initialized.
StringAPP_NAME
Standard property name for specifying the application name of the EJB modules executing within the embeddable container.

Method

voidclose()
Shutdown an embeddable EJBContainer instance.
EJBContainercreateEJBContainer(Map properties)
Create and initialize an embeddable EJB container with a set of configuration properties.
ContextgetContext()
Retrieve a naming context for looking up references to session beans executing in the embeddable container.