org.apache.openejb.core.ivm.naming
Class InitContextFactory

java.lang.Object
  extended by org.apache.openejb.core.ivm.naming.InitContextFactory
All Implemented Interfaces:
InitialContextFactory

Deprecated. Use org.apache.openejb.client.LocalInitialContextFactory

public class InitContextFactory
extends Object
implements InitialContextFactory


Constructor Summary
InitContextFactory()
          Deprecated.  
 
Method Summary
 Context getInitialContext(Hashtable env)
          Deprecated.  
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

InitContextFactory

public InitContextFactory()
Deprecated. 
Method Detail

getInitialContext

public Context getInitialContext(Hashtable env)
                          throws NamingException
Deprecated. 
Specified by:
getInitialContext in interface InitialContextFactory
Throws:
NamingException


Copyright © 1999-2013 The Apache OpenEJB development community. All Rights Reserved.