net.larsan.urd.jndi
Class ContextFactoryImpl

java.lang.Object
  |
  +--net.larsan.urd.jndi.ContextFactoryImpl
All Implemented Interfaces:
javax.naming.spi.InitialContextFactory

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

Initial context factory for the Urd JNDI service. This factory is returning the root context.

Version:
Alpha-0.1 / 2002-10-06 21:37
Author:
Lars J. Nilsson

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

Constructor Detail

ContextFactoryImpl

public ContextFactoryImpl()
Method Detail

getInitialContext

public javax.naming.Context getInitialContext(java.util.Hashtable env)
Specified by:
getInitialContext in interface javax.naming.spi.InitialContextFactory