NotificationsSender

org.eso.ias.sink.email.NotificationsSender
See theNotificationsSender companion class

Attributes

Companion
class
Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Members list

Value members

Concrete methods

def main(args: Array[String]): Unit

Launch the emmail sender

Launch the emmail sender

Attributes

def parseCommandLine(args: Array[String]): (Option[String], Option[String], Option[LogLevelDao])

Parse the command line.

Parse the command line.

If help is requested, prints the message and exits.

Value parameters

args

The params read from the command line

Attributes

Returns

a tuple with the Id of the supervisor, the path of the cdb and the log level dao

Concrete fields

The default time interval (minutes) to send notifications

The default time interval (minutes) to send notifications

Attributes

The name of the java property to customize the time interval to send notifications

The name of the java property to customize the time interval to send notifications

Attributes

The default time (UTC) of the day to start periodic notifications

The default time (UTC) of the day to start periodic notifications

Attributes

The time of the day to start periodic notifications

The time of the day to start periodic notifications

Attributes

val cmdLineSyntax: String

Build the usage message

Build the usage message

Attributes

val msLogger: Logger

The logger

The logger

Attributes