Package org.exoplatform.services.naming
Class ExoContainerContextFactory
- java.lang.Object
-
- org.exoplatform.services.naming.ExoContainerContextFactory
-
- All Implemented Interfaces:
InitialContextFactory
public class ExoContainerContextFactory extends Object implements InitialContextFactory
This implementation ofInitialContextFactoryis used to be able to share all the objects that have been binded thanks to theInitialContextInitializerwhich is required for example to be able to create and bind data sources dynamically- Version:
- $Id$
- Author:
- Nicolas Filotto
-
-
Constructor Summary
Constructors Constructor Description ExoContainerContextFactory()
-
-
-
Method Detail
-
getInitialContext
public Context getInitialContext(Hashtable<?,?> environment) throws NamingException
- Specified by:
getInitialContextin interfaceInitialContextFactory- Throws:
NamingException
-
-