javax.ejb.embeddable
Class EJBContainer

java.lang.Object
  extended by javax.ejb.embeddable.EJBContainer

public abstract class EJBContainer
extends java.lang.Object

Used to execute an EJB application in an embeddable container.

Since:
EJB 3.1

Field Summary
static java.lang.String APP_NAME
          Standard property name for specifying the application name of the EJB modules executing within the embeddable container.
static java.lang.String MODULES
          Standard property name for specifying the set of modules to be initialized.
static java.lang.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(java.util.Map<?,?> properties)
          Create and initialize an embeddable EJB container with a set of configuration properties.
abstract  javax.naming.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

PROVIDER

public static final java.lang.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 java.lang.String MODULES
Standard property name for specifying the set of modules to be initialized. Property value is one of the following :

See Also:
Constant Field Values

APP_NAME

public static final java.lang.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
Constructor Detail

EJBContainer

public EJBContainer()
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(java.util.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 javax.naming.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 call close() in order to free up the resources associated with the embeddable container.



Submit a bug or feature

Copyright © 2009-2011, Oracle Corporation and/or its affiliates. All Rights Reserved. Use is subject to license terms.

Generated on 10-February-2011 12:41

Scripting on this page tracks web page traffic, but does not change the content in any way.