rabbit.jndi
Class InitCtxFactory

java.lang.Object
  extended by rabbit.jndi.InitCtxFactory
All Implemented Interfaces:
javax.naming.spi.InitialContextFactory

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

Factory for jndi contexts. Originally from the jndi tutorial

Author:
Robert Olofsson

Constructor Summary
InitCtxFactory()
           
 
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

InitCtxFactory

public InitCtxFactory()
Method Detail

getInitialContext

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