// Get the JcronMessages and put into list of JcronMessage objects.
cronMessages = this.parseJcronMessagesNode(messagesNode,
cronMessages);
// Get the watcher. If null, there was a config error so return.
Watcher jcronWatcher = getWatcher(cronMessages, alarmsNode);
if (jcronWatcher == null) {
return false;
}
// Set the Watcher into the parent class.