org.glassfish.ejb.embedded
Class EJBContainerProviderImpl

java.lang.Object
  extended by org.glassfish.ejb.embedded.EJBContainerProviderImpl
All Implemented Interfaces:
EJBContainerProvider

public class EJBContainerProviderImpl
extends Object
implements EJBContainerProvider

GlassFish implementation of the EJBContainerProvider.

Author:
Marina Vatkina

Field Summary
protected static String KEEP_TEMPORARY_FILES
           
 
Constructor Summary
EJBContainerProviderImpl()
           
 
Method Summary
 EJBContainer createEJBContainer(Map<?,?> properties)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

KEEP_TEMPORARY_FILES

protected static final String KEEP_TEMPORARY_FILES
See Also:
Constant Field Values
Constructor Detail

EJBContainerProviderImpl

public EJBContainerProviderImpl()
Method Detail

createEJBContainer

public EJBContainer createEJBContainer(Map<?,?> properties)
                                throws EJBException
Specified by:
createEJBContainer in interface EJBContainerProvider
Throws:
EJBException


Copyright © 2012 GlassFish Community. All Rights Reserved.