public class TypeImplementationsManagerProperties extends MyProperties
Property Name | Description |
---|---|
"TYPEIMPLEMENTATIONSSEARCHPATH" | A semicolon-separated list of names of packages that could hold a type implementation. |
"PRELOAD" | A comma-separated list of names of types, the implementation of which is to be pre-loaded by the TypeImplementationsManager. |
HOST | The DNS name or IP address of the host to connect to for retrieving a type definition from using the getTypeImplementation control command |
PORT | The port number where the host that is to be used for retrieving type definitions, listens for regular DML commands. Although unused, it is nonetheless advisable to set this property correctly. |
MONITORPORT | The port number where the host that is to be used for retrieving type definitions, listens for monitor commands. |
DBConnectionProperties
configuration.MyProperties.SKIPAUTOLOAD
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
PRELOAD
The name of the property defining which types are to be preloaded when the TypeImplementationsManager initializes
|
static java.lang.String |
PRELOADDEFAULT
The default for the PRELOAD option ("BOOLEAN,STRING,INT,LONG" )
|
static java.lang.String |
TYPEIMPLEMENTATIONSSEARCHPATH
The TYPEIMPLEMENTATIONSSEARCHPATH property holds the list of package names that can be searched for type implementations.
|
static java.lang.String |
TYPEIMPLEMENTATIONSSEARCHPATHDEFAULT
By default, there are no additional packages to search for typeimplementations (on the server side, the SIRA_PRISE packages are always searched first by default)
|
SUFFIX
Modifier and Type | Method and Description |
---|---|
static TypeImplementationsManagerProperties |
getInstance()
Gets the instance
|
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 static final java.lang.String PRELOAD
public static final java.lang.String PRELOADDEFAULT
public static final java.lang.String TYPEIMPLEMENTATIONSSEARCHPATH
public static final java.lang.String TYPEIMPLEMENTATIONSSEARCHPATHDEFAULT
public static TypeImplementationsManagerProperties getInstance()