- java.lang.Object
-
- javax.ejb.embeddable.EJBContainer
-
- All Implemented Interfaces:
- AutoCloseable
public abstract class EJBContainer extends Object implements AutoCloseable
Used to execute an EJB application in an embeddable container.- Since:
- EJB 3.1
-
-
Field Summary
Fields Modifier and Type Field and Description 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
Constructors Constructor and Description EJBContainer()
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method and Description 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.
-
-
-
Field Detail
-
PROVIDER
public static final String PROVIDER
Standard property name for specifying the embeddable container implementation bootstrap class. Property value is a fully-qualified class name.- See Also:
- Constant Field Values
-
MODULES
public static final String MODULES
Standard property name for specifying the set of modules to be initialized. Property value is one of the following :- a single module name String from the JVM classpath
- a String[] array of module names from the JVM classpath
- a java.io.File representing an ejb-jar or exploded ejb-jar directory
- a java.io.File array, each element of which represents an ejb-jar or exploded ejb-jar directory
- See Also:
- Constant Field Values
-
APP_NAME
public static final String APP_NAME
Standard property name for specifying the application name of the EJB modules executing within the embeddable container. If specified, the property value applies to the<app-name>
portion of the portable global JNDI name syntax. If this property is not specified, the<app-name>
portion of the portable global JNDI name syntax does not apply.- See Also:
- Constant Field Values
-
-
Method Detail
-
createEJBContainer
public static EJBContainer createEJBContainer()
Create and initialize an embeddable EJB container. JVM classpath is searched for all ejb-jars or exploded ejb-jars in directory format.- Returns:
- EJBContainer instance
- Throws:
EJBException
- Thrown if the container or application could not be successfully initialized.
-
createEJBContainer
public static EJBContainer createEJBContainer(Map<?,?> properties)
Create and initialize an embeddable EJB container with a set of configuration properties.- Parameters:
properties
- Spec-defined and/or vendor-specific properties. The spec reserves the prefix"javax.ejb."
for spec-defined properties.- Returns:
- EJBContainer instance
- Throws:
EJBException
- Thrown if the container or application could not be successfully initialized.
-
getContext
public abstract Context getContext()
Retrieve a naming context for looking up references to session beans executing in the embeddable container.- Returns:
- naming context
-
close
public abstract void close()
Shutdown an embeddable EJBContainer instance. Embeddable applications should always callclose()
in order to free up the resources associated with the embeddable container.- Specified by:
close
in interfaceAutoCloseable
-
-
Deutsche Übersetzung
Sie haben gebeten, diese Seite auf Deutsch zu besuchen. Momentan ist nur die Oberfläche übersetzt, aber noch nicht der gesamte Inhalt.Wenn Sie mir bei Übersetzungen helfen wollen, ist Ihr Beitrag willkommen. Alles, was Sie tun müssen, ist, sich auf der Website zu registrieren und mir eine Nachricht zu schicken, in der Sie gebeten werden, Sie der Gruppe der Übersetzer hinzuzufügen, die Ihnen die Möglichkeit gibt, die gewünschten Seiten zu übersetzen. Ein Link am Ende jeder übersetzten Seite zeigt an, dass Sie der Übersetzer sind und einen Link zu Ihrem Profil haben.
Vielen Dank im Voraus.
Dokument erstellt 11/06/2005, zuletzt geändert 18/08/2025
Quelle des gedruckten Dokuments:https://www.gaudry.be/de/java-api-javaee-rf-javax/ejb/embeddable/EJBContainer.html
Die Infobro ist eine persönliche Seite, deren Inhalt in meiner alleinigen Verantwortung liegt. Der Text ist unter der CreativeCommons-Lizenz (BY-NC-SA) verfügbar. Weitere Informationen auf die Nutzungsbedingungen und dem Autor.
Referenzen
Diese Verweise und Links verweisen auf Dokumente, die während des Schreibens dieser Seite konsultiert wurden, oder die zusätzliche Informationen liefern können, aber die Autoren dieser Quellen können nicht für den Inhalt dieser Seite verantwortlich gemacht werden.
Der Autor dieser Website ist allein dafür verantwortlich, wie die verschiedenen Konzepte und Freiheiten, die mit den Nachschlagewerken gemacht werden, hier dargestellt werden. Denken Sie daran, dass Sie mehrere Quellinformationen austauschen müssen, um das Risiko von Fehlern zu reduzieren.