|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.exolab.jms.jndi.intravm.IntravmJndiInitialContextFactory
public class 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.
javax.naming.NamingException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |