public final class DBConnectionPoolProperties extends MyProperties
Property name | Property value |
---|---|
s:p , where s is the DNS name or the IP address of a SIRA_PRISE server, and p is the port number where the SIRA_PRISE engine is listening. | The number of connections that can be held by the DBConnectionPool for this SIRA_PRISE server |
MyProperties.SKIPAUTOLOAD
Modifier and Type | Field and Description |
---|---|
java.lang.String |
DEFAULTSERVERPOOLSIZE
The default size ("5" ) of the connections pool for a given server that will be used by the DBConnectionPool if no size is explicitly configured for the server.
|
SUFFIX
getOptionalProperty, getOptionalProperty, getPropertiesBaseName, getRequiredProperty, getRequiredProperty, resolveSystemPropertyRefs
getProperty, getProperty, list, list, load, load, loadFromXML, propertyNames, save, setProperty, store, store, storeToXML, storeToXML, stringPropertyNames
clear, clone, compute, computeIfAbsent, computeIfPresent, contains, containsKey, containsValue, elements, entrySet, equals, forEach, get, getOrDefault, hashCode, isEmpty, keys, keySet, merge, put, putAll, putIfAbsent, remove, remove, replace, replace, replaceAll, size, toString, values
public final java.lang.String DEFAULTSERVERPOOLSIZE