rabbit.jndi
Class InitCtxFactory
java.lang.Object
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
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
InitCtxFactory
public InitCtxFactory()
getInitialContext
public Context getInitialContext(Hashtable<?,?> env)
- Specified by:
getInitialContext
in interface InitialContextFactory