com.caucho.ejb.burlap
Class BurlapContextFactory

java.lang.Object
  extended by com.caucho.ejb.burlap.BurlapContextFactory
All Implemented Interfaces:
javax.naming.spi.InitialContextFactory

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

The root context factory.


Constructor Summary
BurlapContextFactory()
           
 
Method Summary
 javax.naming.Context getInitialContext(java.util.Hashtable<?,?> environment)
          Returns the initial context for the current thread.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BurlapContextFactory

public BurlapContextFactory()
Method Detail

getInitialContext

public javax.naming.Context getInitialContext(java.util.Hashtable<?,?> environment)
                                       throws javax.naming.NamingException
Returns the initial context for the current thread.

Specified by:
getInitialContext in interface javax.naming.spi.InitialContextFactory
Throws:
javax.naming.NamingException