- setAlertLevel(Level) - Method in class com.solab.alarms.channels.NagiosPassiveCheckChannel
-
Sets the NSCA message alert level.
- setCacheName(String) - Method in class com.solab.alarms.AlarmEhcacheClient
-
Sets the name of the cache to use.
- setConfigPath(String) - Method in class com.solab.alarms.AlarmEhcacheClient
-
Sets the path of the config file, located in the classpath.
- setContactsBySource(Map<String, List<String>>) - Method in class com.solab.alarms.channels.MsnChannel
-
Sets a list of contacts for each alarm source.
- setContactsBySource(Map<String, List<String>>) - Method in class com.solab.alarms.channels.XmppChannel
-
- setDefaultInterval(int) - Method in class com.solab.alarms.AlarmEhcacheClient
-
Sets the default resend interval, for storing alarms unrelated to a specific channel,
in seconds.
- setDefaultInterval(int) - Method in class com.solab.alarms.AlarmMemcachedClient
-
Sets the default resend interval, for storing alarms unrelated to a specific channel,
in seconds.
- setDomain(String) - Method in class com.solab.alarms.channels.XmppChannel
-
- setGroupsBySource(Map<String, List<String>>) - Method in class com.solab.alarms.channels.XmppChannel
-
- setHost(String) - Method in class com.solab.alarms.channels.SmppChannel
-
Sets the SMSC host.
- setHost(String) - Method in class com.solab.alarms.channels.XmppChannel
-
- setHostname(String) - Method in class com.solab.alarms.channels.NagiosPassiveCheckChannel
-
Set a hostname.
- setJavaMailSender(JavaMailSender) - Method in class com.solab.alarms.channels.MailChannel
-
Specified the JavaMailSender to use for sending the alarm mails.
- setMailTemplate(SimpleMailMessage) - Method in class com.solab.alarms.channels.MailChannel
-
Specifies a SimpleMailMessage to be used as a template for messages to be sent.
- setPassword(String) - Method in class com.solab.alarms.channels.MsnChannel
-
- setPassword(String) - Method in class com.solab.alarms.channels.SmppChannel
-
- setPassword(String) - Method in class com.solab.alarms.channels.XmppChannel
-
- setPhones(List<String>) - Method in class com.solab.alarms.channels.SmppChannel
-
Specifies the list of mobile numbers to send the alarms to.
- setPhonesBySource(Map<String, List<String>>) - Method in class com.solab.alarms.channels.SmppChannel
-
Sets different lists of phones, one for each alarm source.
- setPort(int) - Method in class com.solab.alarms.channels.SmppChannel
-
Sets the SMSC port.
- setPort(Integer) - Method in class com.solab.alarms.channels.XmppChannel
-
- setSASLAuthenticationEnabled(boolean) - Method in class com.solab.alarms.channels.XmppChannel
-
- setServers(List<String>) - Method in class com.solab.alarms.AlarmMemcachedClient
-
Sets the list of memcached servers to be used.
- setSettings(NagiosSettings) - Method in class com.solab.alarms.channels.NagiosPassiveCheckChannel
-
- setSource(String) - Method in class com.solab.alarms.channels.SmppChannel
-
Sets the message source (the number from which the message is sent; usually the SMSC sets it)
- setSources(Map<String, String>) - Method in class com.solab.alarms.channels.NagiosPassiveCheckChannel
-
You must set source-servicecheck mappings for sources that should be sent to Nagios (as it needs a
corresponding servicecheck).
- setSystemID(String) - Method in class com.solab.alarms.channels.SmppChannel
-
Sets the System ID property (the SMSC admin will provide this to you).
- setSystemType(String) - Method in class com.solab.alarms.channels.SmppChannel
-
Sets the system type property (the SMSC admin will provide this to you, although it's optional).
- setTemplatesBySource(Map<String, SimpleMailMessage>) - Method in class com.solab.alarms.channels.MailChannel
-
Specifies a set of templates to be used, one for each different source.
- setUsername(String) - Method in class com.solab.alarms.channels.MsnChannel
-
Sets the username (email address) for the account that will be used to send alarms.
- setUsername(String) - Method in class com.solab.alarms.channels.XmppChannel
-
- shouldResend(AlarmChannel, String, String) - Method in class com.solab.alarms.AlarmEhcacheClient
-
- shouldResend(AlarmChannel, String, String) - Method in class com.solab.alarms.AlarmMemcachedClient
-
- shutdown() - Method in class com.solab.alarms.AlarmEhcacheClient
-
Shuts down the ehcache CacheManager.
- shutdown() - Method in class com.solab.alarms.AlarmMemcachedClient
-
Shuts down the memached client.
- shutdown() - Method in class com.solab.alarms.channels.MsnChannel
-
- shutdown() - Method in class com.solab.alarms.channels.SmppChannel
-
- SmppChannel - Class in com.solab.alarms.channels
-
An AlarmChannel that sends its messages via SMPP (Short Message Peer-to-peer Protocol).
- SmppChannel() - Constructor for class com.solab.alarms.channels.SmppChannel
-
- store(AlarmChannel, String, String) - Method in class com.solab.alarms.AlarmEhcacheClient
-
- store(AlarmChannel, String, String) - Method in class com.solab.alarms.AlarmMemcachedClient
-