eXo Kernel :: Component :: Common Service 2.4.0-CR2

org.exoplatform.services.naming
Class ExoContainerContextFactory

java.lang.Object
  extended by org.exoplatform.services.naming.ExoContainerContextFactory
All Implemented Interfaces:
InitialContextFactory

public class ExoContainerContextFactory
extends Object
implements InitialContextFactory

This implementation of InitialContextFactory is used to be able to share all the objects that have been binded thanks to the InitialContextInitializer which is required for example to be able to create and bind data sources dynamically

Version:
$Id$
Author:
Nicolas Filotto

Constructor Summary
ExoContainerContextFactory()
           
 
Method Summary
 Context getInitialContext(Hashtable<?,?> environment)
          
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ExoContainerContextFactory

public ExoContainerContextFactory()
Method Detail

getInitialContext

public Context getInitialContext(Hashtable<?,?> environment)
                          throws NamingException

Specified by:
getInitialContext in interface InitialContextFactory
Throws:
NamingException

eXo Kernel :: Component :: Common Service 2.4.0-CR2

Copyright © 2012 eXo Platform SAS. All Rights Reserved.