com.bm.jndi
Class MemoryContextFactory

java.lang.Object
  extended by com.bm.jndi.MemoryContextFactory
All Implemented Interfaces:
javax.naming.spi.InitialContextFactory

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

The initial context factory for the MemoryContext JNDI naming provider.


Constructor Summary
MemoryContextFactory()
          Default constructor.
 
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()
Default constructor.

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


Copyright © 2008. All Rights Reserved.