org.osjava.sj.memory
Class MemoryContextFactory

java.lang.Object
  extended by org.osjava.sj.memory.MemoryContextFactory
All Implemented Interfaces:
javax.naming.spi.InitialContextFactory

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

Initial Context Factory for MemoryContexts.

Since:
Simple-JNDI 0.11
Version:
$Rev: 1743 $ $Date: 2005-06-24 16:56:40 -0700 (Fri, 24 Jun 2005) $
Author:
Robert M. Zigweid

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

Constructor Detail

MemoryContextFactory

public MemoryContextFactory()
Create a MemoryContextFactory

Method Detail

getInitialContext

public javax.naming.Context getInitialContext(java.util.Hashtable environment)
                                       throws javax.naming.NamingException
Specified by:
getInitialContext in interface javax.naming.spi.InitialContextFactory
Throws:
javax.naming.NamingException
See Also:
InitialContextFactory.getInitialContext(java.util.Hashtable)