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

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

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

public class InitContextFactory
extends java.lang.Object
implements javax.naming.spi.InitialContextFactory


Constructor Summary
InitContextFactory()
          Deprecated.  
 
Method Summary
 javax.naming.Context getInitialContext(java.util.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 javax.naming.Context getInitialContext(java.util.Hashtable env)
                                       throws javax.naming.NamingException
Deprecated. 
Specified by:
getInitialContext in interface javax.naming.spi.InitialContextFactory
Throws:
javax.naming.NamingException


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