|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.arsdigita.util.parameter.AbstractParameterContext
com.arsdigita.runtime.AbstractConfig
com.arsdigita.runtime.RuntimeConfig
A configuration record for configuration of the runtime environment.
Field Summary | |
static String |
versionId
|
Constructor Summary | |
RuntimeConfig()
Constructs an empty RuntimeConfig object. |
Method Summary | |
static RuntimeConfig |
getConfig()
Returns the singleton configuration record for the runtime environment. |
long |
getJDBCPingInterval()
|
int |
getJDBCPoolSize()
Returns the maximum size to be used for the connection pool. |
String |
getJDBCURL()
Returns the default JDBC URL for the current runtime. |
int |
getQueryCacheSize()
|
Methods inherited from class com.arsdigita.runtime.AbstractConfig |
load, load, load, require |
Methods inherited from class com.arsdigita.util.parameter.AbstractParameterContext |
get, get, getParameters, load, load, loadInfo, register, save, set, validate, validate |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public static final String versionId
Constructor Detail |
public RuntimeConfig()
Method Detail |
public static final RuntimeConfig getConfig()
RuntimeConfig
record; it cannot be nullpublic final String getJDBCURL()
String
JDBC URL; it cannot be nullpublic final int getJDBCPoolSize()
public final long getJDBCPingInterval()
public final int getQueryCacheSize()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |