public class DuradminConfig extends BaseConfig implements AppConfig
| Modifier and Type | Field and Description |
|---|---|
static String |
amaUrlKey |
static String |
duraBossContextKey |
static String |
duraServiceContextKey |
static String |
duraServiceHostKey |
static String |
duraServicePortKey |
static String |
duraStoreContextKey |
static String |
duraStoreHostKey |
static String |
duraStorePortKey |
static String |
QUALIFIER |
INIT_RESOURCE| Constructor and Description |
|---|
DuradminConfig() |
| Modifier and Type | Method and Description |
|---|---|
String |
asXml()
This method returns an XML serialization of the configuration.
|
String |
getAmaUrl() |
String |
getDurabossContext() |
String |
getDuraserviceContext() |
String |
getDuraserviceHost() |
String |
getDuraservicePort() |
String |
getDurastoreContext() |
String |
getDurastoreHost() |
String |
getDurastorePort() |
String |
getInitResource()
This method returns the URL path element of the application's
initialization resource.
|
protected String |
getQualifier()
This method provides the qualifier used to distinquish this config
object in a properties file.
|
protected void |
loadProperty(String key,
String value)
This method handles loading the given key/value into its proper,
application-specific field.
|
void |
setAmaUrl(String amaUrl) |
void |
setDurabossContext(String durabossContext) |
void |
setDuraserviceContext(String duraserviceContext) |
void |
setDuraserviceHost(String duraserviceHost) |
void |
setDuraservicePort(String duraservicePort) |
void |
setDurastoreContext(String durastoreContext) |
void |
setDurastoreHost(String durastoreHost) |
void |
setDurastorePort(String durastorePort) |
protected boolean |
subclassLoadProperty(String key,
String value) |
getPrefix, getSuffix, isSupported, loadpublic static final String QUALIFIER
public static final String duraStoreHostKey
public static final String duraStorePortKey
public static final String duraStoreContextKey
public static final String duraServiceHostKey
public static final String duraServicePortKey
public static final String duraServiceContextKey
public static final String duraBossContextKey
public static final String amaUrlKey
public String asXml()
AppConfigpublic String getInitResource()
AppConfiggetInitResource in interface AppConfigprotected String getQualifier()
BaseConfiggetQualifier in class BaseConfigprotected void loadProperty(String key, String value)
BaseConfigloadProperty in class BaseConfigpublic String getDurastoreHost()
public void setDurastoreHost(String durastoreHost)
public String getDurastorePort()
public void setDurastorePort(String durastorePort)
public String getDurastoreContext()
public void setDurastoreContext(String durastoreContext)
public String getDuraserviceHost()
public void setDuraserviceHost(String duraserviceHost)
public String getDuraservicePort()
public void setDuraservicePort(String duraservicePort)
public String getDuraserviceContext()
public void setDuraserviceContext(String duraserviceContext)
public String getAmaUrl()
public void setAmaUrl(String amaUrl)
public String getDurabossContext()
public void setDurabossContext(String durabossContext)
Copyright © 2009-2013 DuraSpace. All Rights Reserved.