|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.mule.util.JndiContextHelper
public final class JndiContextHelper
Common code for initialising the JNDI context.
Method Summary | |
---|---|
static javax.naming.Context |
initialise(java.util.Map environment)
Create a new initial context. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public static javax.naming.Context initialise(java.util.Map environment) throws javax.naming.NamingException
environment
- JNDI properties or null
. In the latter case
a default constructor of InitialContext
will be
called with standard JNDI lookup properties semantics.
javax.naming.NamingException
- if there was a JNDI error
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |