|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.openejb.core.ivm.naming.InitContextFactory
public class InitContextFactory
Invoked by server on the OpenEJB JNDI global name space. Allows application clients in the same vm to lookup beans in the OpenEJB global name space. If OpenEJB is not initialized when getInitialContext(env) is called, the IntraVM Server will initialize OpenEJB as an in VM EJB Server. In this case, OpenEJB is not capable of receiving remote calls.
Constructor Summary | |
---|---|
InitContextFactory()
|
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 |
---|
public InitContextFactory()
Method Detail |
---|
public javax.naming.Context getInitialContext(java.util.Hashtable env) throws javax.naming.NamingException
getInitialContext
in interface javax.naming.spi.InitialContextFactory
javax.naming.NamingException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |