|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.media.mn8.conf.NamingConf
Class who is responsible for loading and managing the configuration information stored in /conf/naning.mn8.xml
Field Summary | |
static java.lang.String |
_SYSTEM_ERR_URI
Where will be stored in our JNDI Namespace the error stream |
static java.lang.String |
_SYSTEM_IN_URI
Where will be stored in our JNDI Namespace the input stream |
static java.lang.String |
_SYSTEM_OUT_URI
Where will be stored in our JNDI Namespace the output stream |
Method Summary | |
static void |
cleanAll()
|
java.lang.String |
getEnvMapping()
It is possible that mn8 will not use it's MemoryContext but rather it will use some external one. |
java.util.Hashtable |
getEnvProperties()
Returns an hashtable containing all the java system variables as the operating system environment variables, selected using the patterns from /conf/naming.mn8.xml the |
java.util.Hashtable |
getInitialContextProperties()
Returns an hashtable loaded with all the data contained in the /conf/naming.mn8.xml file in the initial.context section. This hashtable should be enough to create an InitialContext. |
java.lang.String |
getMemMapping()
It is possible that mn8 will not use it's MemoryContext but rather it will use some external one. |
static NamingConf |
getReference()
Method for getting the NamingConf instance. |
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 _SYSTEM_OUT_URI
public static final java.lang.String _SYSTEM_ERR_URI
public static final java.lang.String _SYSTEM_IN_URI
Method Detail |
public static void cleanAll()
public static NamingConf getReference()
public java.util.Hashtable getInitialContextProperties()
public java.util.Hashtable getEnvProperties()
public java.lang.String getEnvMapping()
public java.lang.String getMemMapping()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |