public class MockNotifdConfigManager extends NotifdConfigManager
configuration
Constructor and Description |
---|
MockNotifdConfigManager(String configString) |
Modifier and Type | Method and Description |
---|---|
String |
getNextNotifIdSql()
getNextNotifIdSql
|
String |
getNextUserNotifIdSql()
getNextUserNotifIdSql
|
protected void |
saveXml(String xml)
saveXml
|
void |
setNextNotifIdSql(String sql) |
void |
setNextUserNotifIdSql(String sql) |
protected void |
update()
update
|
getAutoAcknowledges, getConfiguration, getNotificationMatch, getNotificationStatus, getOutageCalendarNames, matchNotificationParameters, parseXml, saveCurrent, turnNotifdOff, turnNotifdOn
public MockNotifdConfigManager(String configString) throws IOException
configString
- IOException
protected void update() throws IOException
NotifdConfigManager
update
update
in class NotifdConfigManager
IOException
- if any.protected void saveXml(String xml) throws IOException
NotifdConfigManager
saveXml
saveXml
in class NotifdConfigManager
xml
- a String
object.IOException
- if any.public String getNextNotifIdSql() throws IOException
NotifdConfigManager
getNextNotifIdSql
getNextNotifIdSql
in class NotifdConfigManager
String
object.IOException
- if any.public void setNextNotifIdSql(String sql)
public String getNextUserNotifIdSql() throws IOException
NotifdConfigManager
getNextUserNotifIdSql
getNextUserNotifIdSql
in class NotifdConfigManager
String
object.IOException
- if any.public void setNextUserNotifIdSql(String sql)
Copyright © 2021. All rights reserved.