|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.exolab.jms.jndi.InitialContextFactory
A factory that creates an initial context to an embedded OpenJMS JNDI provider.
Constructor Summary | |
InitialContextFactory()
|
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 InitialContextFactory()
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 |