Public Member Functions | |
ACSMailAndSmsServer (Logger log) | |
void | sendEmail (String address, String subject, String text) |
void | sendSMS (String number, String text) |
Private Attributes | |
Logger | logger |
The class extends MailAndSmsServerImpl CERN pojo class because in such a class there are several hard-coded fields that are different from what we use in ACS/ALMA.
At the present the alarm system does not send emails neither SMS so this class defines stub routines to be filled in when we'll decide we need them.
|
Constructor |
|
Send and email.
|
|
Send an SMS
|
|
|