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, turnNotifdOnpublic MockNotifdConfigManager(String configString) throws IOException
configString - IOExceptionprotected void update()
               throws IOException
NotifdConfigManagerupdate
update in class NotifdConfigManagerIOException - if any.protected void saveXml(String xml) throws IOException
NotifdConfigManagersaveXml
saveXml in class NotifdConfigManagerxml - a String object.IOException - if any.public String getNextNotifIdSql() throws IOException
NotifdConfigManagergetNextNotifIdSql
getNextNotifIdSql in class NotifdConfigManagerString object.IOException - if any.public void setNextNotifIdSql(String sql)
public String getNextUserNotifIdSql() throws IOException
NotifdConfigManagergetNextUserNotifIdSql
getNextUserNotifIdSql in class NotifdConfigManagerString object.IOException - if any.public void setNextUserNotifIdSql(String sql)
Copyright © 2020. All rights reserved.