org.apache.openejb.config
Class MergeWebappJndiContext

java.lang.Object
  extended by org.apache.openejb.config.MergeWebappJndiContext
All Implemented Interfaces:
DynamicDeployer

public class MergeWebappJndiContext
extends Object
implements DynamicDeployer

In a webapp all ejbs will share the JNDI namespace of the servlets This means no private namespace for each EJB.

To make this happen we merge the JNDI entries of each ejb into

Version:
$Rev$ $Date$

Constructor Summary
MergeWebappJndiContext()
           
 
Method Summary
 AppModule deploy(AppModule appModule)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MergeWebappJndiContext

public MergeWebappJndiContext()
Method Detail

deploy

public AppModule deploy(AppModule appModule)
                 throws OpenEJBException
Specified by:
deploy in interface DynamicDeployer
Throws:
OpenEJBException


Copyright © 1999–2015 The Apache Software Foundation. All rights reserved.