public class DurabossConfig extends DuradminConfig
| Modifier and Type | Field and Description |
|---|---|
static String |
enabledKey |
static String |
notificationAdminKey |
static String |
notificationKey |
static String |
notificationOriginatorKey |
static String |
notificationPasswordKey |
static String |
notificationTypeKey |
static String |
notificationUsernameKey |
static String |
QUALIFIER |
static String |
reporterKey |
amaUrlKey, duraBossContextKey, duraStoreContextKey, duraStoreHostKey, duraStorePortKey, millDbEnabledKeyINIT_RESOURCE| Constructor and Description |
|---|
DurabossConfig() |
| Modifier and Type | Method and Description |
|---|---|
String |
asXml()
This method returns an XML serialization of the configuration.
|
String |
getInitResource()
This method returns the URL path element of the application's
initialization resource.
|
Collection<NotificationConfig> |
getNotificationConfigs() |
protected String |
getQualifier()
This method provides the qualifier used to distinquish this config
object in a properties file.
|
boolean |
isReporterEnabled() |
protected boolean |
isSupported(String key) |
void |
setNotificationConfigs(Map<String,NotificationConfig> notificationConfigs)
Set the notification configurations.
|
void |
setReporterEnabled(boolean reporterEnabled) |
protected boolean |
subclassLoadProperty(String key,
String value) |
getAmaUrl, getDurabossContext, getDurastoreContext, getDurastoreHost, getDurastorePort, isMillDbEnabled, loadProperty, setAmaUrl, setDurabossContext, setDurastoreContext, setDurastoreHost, setDurastorePort, setMillDbEnabledgetPrefix, getSuffix, load, loadDbConfigpublic static final String QUALIFIER
public static final String notificationKey
public static final String notificationTypeKey
public static final String notificationUsernameKey
public static final String notificationPasswordKey
public static final String notificationOriginatorKey
public static final String notificationAdminKey
public static final String reporterKey
public static final String enabledKey
protected boolean subclassLoadProperty(String key, String value)
subclassLoadProperty in class DuradminConfigpublic String getInitResource()
AppConfiggetInitResource in interface AppConfiggetInitResource in class DuradminConfigprotected String getQualifier()
BaseConfiggetQualifier in class DuradminConfigprotected boolean isSupported(String key)
isSupported in class BaseConfigpublic String asXml()
AppConfigasXml in interface AppConfigasXml in class DuradminConfigpublic void setNotificationConfigs(Map<String,NotificationConfig> notificationConfigs)
notificationConfigs - public Collection<NotificationConfig> getNotificationConfigs()
public boolean isReporterEnabled()
public void setReporterEnabled(boolean reporterEnabled)
Copyright © 2009–2015 DuraSpace. All rights reserved.