org.rhq.enterprise.server.plugins.alertEmail
Class EmailSender

java.lang.Object
  extended by org.rhq.enterprise.server.plugin.pc.alert.AlertSender
      extended by org.rhq.enterprise.server.plugins.alertEmail.EmailSender

public class EmailSender
extends AlertSender

Class to send emails. Actually it does not do the work itself, but just prepares the input which is then passed to

Author:
Heiko W. Rupp, Joseph Marques

Field Summary
 
Fields inherited from class org.rhq.enterprise.server.plugin.pc.alert.AlertSender
alertParameters, extraParameters, pluginComponent, preferences, serverPluginEnvironment
 
Constructor Summary
EmailSender()
           
 
Method Summary
 String previewConfiguration()
           
 SenderResult send(Alert alert)
           
 
Methods inherited from class org.rhq.enterprise.server.plugin.pc.alert.AlertSender
fence, unfence, unfence, validateAndFinalizeConfiguration
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EmailSender

public EmailSender()
Method Detail

send

public SenderResult send(Alert alert)
Specified by:
send in class AlertSender

previewConfiguration

public String previewConfiguration()
Overrides:
previewConfiguration in class AlertSender


Copyright © 2008-2012 Red Hat, Inc.. All Rights Reserved.