Package | Description |
---|---|
org.waarp.openr66.configuration |
Classes implementing Configuration loading from database or files
|
org.waarp.openr66.database.data |
Classes implementing Database Data model
|
org.waarp.openr66.protocol.configuration |
Class implementing Configuration
|
org.waarp.openr66.protocol.utils |
Classes implementing Utilities
|
org.waarp.openr66.proxy.configuration |
Specific configuration package
|
Modifier and Type | Method and Description |
---|---|
static boolean |
AuthenticationFileBasedConfiguration.loadAuthentication(Configuration config,
String filename)
Load Authentication from File
|
static void |
FileBasedConfiguration.loadCommonLimit(Configuration config,
XmlHash hashConfig,
boolean updateLimit) |
static boolean |
FileBasedConfiguration.loadIdentity(Configuration config,
XmlRootHash hashRootConfig) |
static boolean |
FileBasedConfiguration.loadMinimalDirectory(Configuration config,
XmlHash hashConfig) |
static boolean |
FileBasedConfiguration.loadServerConfig(Configuration config,
XmlHash hashConfig) |
static boolean |
FileBasedConfiguration.loadSsl(Configuration config,
XmlRootHash hashRootConfig) |
static boolean |
FileBasedConfiguration.setClientConfigurationFromXml(Configuration config,
String filename)
Initiate the configuration from the xml file for database client
|
static boolean |
FileBasedConfiguration.setConfigurationInitDatabase(Configuration config,
String filename,
boolean initdb)
Load configuration for init database
|
static boolean |
FileBasedConfiguration.setConfigurationLoadLimitFromXml(Configuration config,
String filename)
Load minimalistic Limit configuration
|
static boolean |
FileBasedConfiguration.setConfigurationServerFromXml(Configuration config,
String filename)
Initiate the configuration from the xml file for server
|
static boolean |
FileBasedConfiguration.setConfigurationServerMinimalFromXml(Configuration config,
String filename)
Load minimalistic configuration
|
static boolean |
FileBasedConfiguration.setConfigurationServerShutdownFromXml(Configuration config,
String filename)
Initiate the configuration from the xml file for server shutdown
|
static boolean |
FileBasedConfiguration.setSubmitClientConfigurationFromXml(Configuration config,
String filename)
Initiate the configuration from the xml file for submit database client
|
static void |
AuthenticationFileBasedConfiguration.writeXML(Configuration config,
String filename)
Write all authentication to a file with filename
|
Modifier and Type | Method and Description |
---|---|
boolean |
DbHostConfiguration.updateAlias(Configuration config,
String newalias,
boolean purged)
update Alias with possible purge and new or added content, and updating
in
memory information
|
boolean |
DbHostConfiguration.updateBusiness(Configuration config,
String newbusiness,
boolean purged)
update Business with possible purge and new or added content, and
updating
in memory information
|
void |
DbHostConfiguration.updateFromConfiguration(Configuration configuration)
Update the DbHostConfiguration from Configuration
|
static void |
DbHostConfiguration.updateHostConfiguration(Configuration config,
DbHostConfiguration hostConfiguration) |
boolean |
DbHostConfiguration.updateRoles(Configuration config,
String newroles,
boolean purged)
update Roles with possible purge and new or added content, and updating
in
memory information
|
Modifier and Type | Field and Description |
---|---|
static Configuration |
Configuration.configuration
General Configuration object
|
Modifier and Type | Method and Description |
---|---|
static int |
ChannelUtils.nbCommandChannels(Configuration configuration)
Return the current number of network connections
|
Modifier and Type | Class and Description |
---|---|
class |
ConfigurationProxyR66 |
Modifier and Type | Method and Description |
---|---|
static boolean |
FileBasedConfiguration.setConfigurationProxyFromXml(Configuration config,
String filename)
Initiate the configuration from the xml file for server
|
Copyright © 2009–2020 Waarp. All rights reserved.