|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.ofbiz.base.util.JNDIContextFactory
public class JNDIContextFactory
JNDIContextFactory - central source for JNDI Contexts by helper name
Field Summary | |
---|---|
static java.lang.String |
module
|
Constructor Summary | |
---|---|
JNDIContextFactory()
|
Method Summary | |
---|---|
static void |
clearInitialContext(java.lang.String jndiServerName)
Removes an entry from the JNDI cache. |
static javax.naming.InitialContext |
getInitialContext(java.lang.String jndiServerName)
Return the initial context according to the entityengine.xml parameters that correspond to the given prefix |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final java.lang.String module
Constructor Detail |
---|
public JNDIContextFactory()
Method Detail |
---|
public static javax.naming.InitialContext getInitialContext(java.lang.String jndiServerName) throws GenericConfigException
GenericConfigException
public static void clearInitialContext(java.lang.String jndiServerName)
jndiServerName
-
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |