public class ReadOnlyRtConfigDao extends Object implements RtConfigDao
Constructor and Description |
---|
ReadOnlyRtConfigDao() |
Modifier and Type | Method and Description |
---|---|
protected void |
clearCache() |
String |
getBaseURL() |
String |
getCancelledStatus() |
String |
getClosedStatus() |
protected String |
getFile() |
String |
getOpenStatus() |
String |
getPassword() |
protected String |
getPrefix() |
protected org.apache.commons.configuration.Configuration |
getProperties()
Retrieves the properties defined in the rt.properties file.
|
String |
getQueue() |
String |
getRequestor() |
int |
getRetry() |
protected String |
getStringProperty(String propertyName,
String defaultValue) |
int |
getTimeout() |
String |
getUsername() |
boolean |
getUseSystemProxy() |
List<String> |
getValidCancelledStatus() |
List<String> |
getValidClosedStatus() |
List<String> |
getValidOpenStatus() |
void |
save() |
protected void |
setProperty(String propertyName,
Object propertyValue) |
protected org.apache.commons.configuration.Configuration getProperties()
java.util.Properties
object containing rt plugin defined propertiesprotected String getFile()
protected String getPrefix()
public String getUsername()
getUsername
in interface RtConfigDao
public String getPassword()
getPassword
in interface RtConfigDao
public String getQueue()
getQueue
in interface RtConfigDao
public List<String> getValidClosedStatus()
getValidClosedStatus
in interface RtConfigDao
public List<String> getValidOpenStatus()
getValidOpenStatus
in interface RtConfigDao
public List<String> getValidCancelledStatus()
getValidCancelledStatus
in interface RtConfigDao
public String getOpenStatus()
getOpenStatus
in interface RtConfigDao
public String getClosedStatus()
getClosedStatus
in interface RtConfigDao
public String getCancelledStatus()
getCancelledStatus
in interface RtConfigDao
public String getRequestor()
getRequestor
in interface RtConfigDao
public String getBaseURL()
getBaseURL
in interface RtConfigDao
public int getTimeout()
getTimeout
in interface RtConfigDao
public int getRetry()
getRetry
in interface RtConfigDao
public boolean getUseSystemProxy()
getUseSystemProxy
in interface RtConfigDao
public void save() throws IOException
save
in interface RtConfigDao
IOException
protected void clearCache()
Copyright © 2021. All rights reserved.