|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.exolab.jms.jndi.intravm.IntravmJndiInitialContextFactory
This is the client side helper class that retrieves the root context of the JNDI server. This class implements the InitialContextFactory interface
Constructor Summary | |
IntravmJndiInitialContextFactory()
This class is required to have a default constructor |
Method Summary | |
javax.naming.Context |
getInitialContext(java.util.Hashtable environment)
This routine will get the singleton instance of the IntravmJndiServer and then call get initial contsxt. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public IntravmJndiInitialContextFactory()
Method Detail |
public javax.naming.Context getInitialContext(java.util.Hashtable environment) throws javax.naming.NamingException
getInitialContext
in interface javax.naming.spi.InitialContextFactory
environment
- the environment specifying information to be used in
the creation of the initial context.
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |