|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.util.Dictionary<K,V>
java.util.Hashtable<java.lang.Object,java.lang.Object>
java.util.Properties
be.erwinsmout.MyProperties
be.SIRAPRISE.client.DBConnectionProperties
public class DBConnectionProperties
The DBConnectionProperties singleton holds the property values mentioned in the DBCONNECTION.PROPERTIES file. This DBCONNECTION.PROPERTIES can be held in the file system, or be packaged in a jar file that is on the client's classpath. If both are present, only the file in the file system is used. If no DBCONNECTION.PROPERTIES file exists in the file system, but multiple jars are on the classpath holding such a file, then which DBCONNECTION.PROPERTIES file is actually loaded is undetermined. This situation should be avoided.
Nested Class Summary |
---|
Nested classes/interfaces inherited from class be.erwinsmout.MyProperties |
---|
MyProperties.SKIPAUTOLOAD |
Field Summary | |
---|---|
static java.lang.String |
CRYPTOALGORITHMS
The name of the property used to indicate the set of crypto algorithm names that can be used by a client |
static java.lang.String |
DDLCAPTURE
The name for the property configuring the DBConnection-level default DDLCAPTURE setting for transactions started by methods not explicitly providing this setting |
static java.lang.String |
DEFAULTAUTOCOMMITFORTRANSACTIONS
The name of the property that specifies the (default) transaction autocommit setting for all connections created using a constructor that does not explicitly provide this information. |
static java.lang.String |
DEFAULTCONNECTIONIDLETIME
The property name for specifying the connection idle time for all connections created using a DBConnection constructor that does not specify an explicit idle time. |
static java.lang.String |
DEFAULTENCRYPTIONALGORITHMNAMES
The name of the property that specifies which ciphers will be used by connections that are created by a constructor that did not explicitly provide this information |
static java.lang.String |
DEFAULTENCRYPTIONALGORITHMNAMESDEFAULT
The value used for the DEFAULTENCRYPTIONALGORITHMNAMES property if no value is explicitly configured |
static java.lang.String |
DEFAULTSIGNATUREALGORITHMNAMES
The name of the property that specifies which signature algorithms can be employed by a DBConnection that is created using a constructor that does not explicitly provide this information. |
static java.lang.String |
DEFAULTSIGNATUREALGORITHMNAMESDEFAULT
The default value for the signature algorithms list that will be used for the DEFAULTSIGNATUREALGORITHMNAMES property, if no value is configured |
static java.lang.String |
HOST
The property name for specifying the host to which a client is to connect |
static java.lang.String |
HOSTDEFAULT
The default value for the HOST property |
static java.lang.String |
MONITORPORT
|
static java.lang.String |
MONITORPORTDEFAULT
|
static java.lang.String |
PORT
The property name for specifying the IP port on some host to which SIRA_PRISE clients are to connect |
static java.lang.String |
PORTDEFAULT
The default value for the PORT property |
static java.lang.String |
SIGNINGALGORITHMS
The name of the property used to indicate the set of signing algorithm names that can be used by a client |
static java.lang.String |
TRANSACTIONSREADONLY
The name of the property that specifies the (default !) |
static java.lang.String |
USER
The property name for specifying the user that will be owning the transactions started by some client |
static java.lang.String |
USERDEFAULT
The default value for the USER property |
Fields inherited from class be.erwinsmout.MyProperties |
---|
SUFFIX |
Method Summary | |
---|---|
static java.util.Set<java.lang.String> |
getCryptoAlgorithmNameSet(java.lang.String cryptoAlgorithmNameList)
Gets a Set of supported crypto algorithm names out of a comma-separated list of such names. |
static java.util.Properties |
getInstance()
Gets the instance |
static java.util.Set<java.lang.String> |
getSigningAlgorithmNameSet(java.lang.String clientSigningAlgorithmNameList)
Gets a Set of supported signing algorithm names out of a comma-separated list of such names. |
Methods inherited from class be.erwinsmout.MyProperties |
---|
resolveSystemPropertyRefs |
Methods inherited from class java.util.Properties |
---|
getProperty, getProperty, list, list, load, load, loadFromXML, propertyNames, save, setProperty, store, store, storeToXML, storeToXML, stringPropertyNames |
Methods inherited from class java.util.Hashtable |
---|
clear, clone, contains, containsKey, containsValue, elements, entrySet, equals, get, hashCode, isEmpty, keys, keySet, put, putAll, remove, size, toString, values |
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public static final java.lang.String CRYPTOALGORITHMS
public static final java.lang.String DEFAULTAUTOCOMMITFORTRANSACTIONS
public static final java.lang.String DEFAULTCONNECTIONIDLETIME
public static final java.lang.String DEFAULTENCRYPTIONALGORITHMNAMES
public static final java.lang.String DEFAULTENCRYPTIONALGORITHMNAMESDEFAULT
public static final java.lang.String DEFAULTSIGNATUREALGORITHMNAMES
public static final java.lang.String DEFAULTSIGNATUREALGORITHMNAMESDEFAULT
public static final java.lang.String HOST
public static final java.lang.String HOSTDEFAULT
public static final java.lang.String MONITORPORT
public static final java.lang.String MONITORPORTDEFAULT
public static final java.lang.String PORT
public static final java.lang.String PORTDEFAULT
public static final java.lang.String SIGNINGALGORITHMS
public static final java.lang.String TRANSACTIONSREADONLY
public static final java.lang.String USER
public static final java.lang.String USERDEFAULT
public static final java.lang.String DDLCAPTURE
Method Detail |
---|
public static java.util.Set<java.lang.String> getCryptoAlgorithmNameSet(java.lang.String cryptoAlgorithmNameList)
cryptoAlgorithmNameList
- A textual specification in the form of a comma-separated list of Cipher names
public static java.util.Properties getInstance()
public static java.util.Set<java.lang.String> getSigningAlgorithmNameSet(java.lang.String clientSigningAlgorithmNameList)
clientSigningAlgorithmNameList
- A comma-separated list of Signature names.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |