rabbit.jndi
Class InitCtxFactory

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

public class InitCtxFactory
extends Object
implements InitialContextFactory

Factory for jndi contexts. Originally from the jndi tutorial

Author:
Robert Olofsson

Constructor Summary
InitCtxFactory()
           
 
Method Summary
 Context getInitialContext(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 Context getInitialContext(Hashtable<?,?> env)
Specified by:
getInitialContext in interface InitialContextFactory