|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.exolab.jms.jndi.mipc.IpcJndiInitialContextFactory
This is the client side helper class that retrieves the root context of the JNDI server. This class implements the InitialContextFactory interface.
IpcJndiServer
Constructor Summary | |
IpcJndiInitialContextFactory()
Default constructor |
Method Summary | |
javax.naming.Context |
getInitialContext(java.util.Hashtable environment)
Creates an initial context for beginning name resolution, based on the Context.PROVIDER_URL attribute. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public IpcJndiInitialContextFactory()
Method Detail |
public javax.naming.Context getInitialContext(java.util.Hashtable environment) throws javax.naming.NamingException
Context.PROVIDER_URL
attribute.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
- if the initial context cannot be created
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |