org.broadleafcommerce.common.vendor.service.monitor.handler
Class EmailStatusHandler

java.lang.Object
  extended by org.broadleafcommerce.common.vendor.service.monitor.handler.EmailStatusHandler
All Implemented Interfaces:
StatusHandler

public class EmailStatusHandler
extends Object
implements StatusHandler


Field Summary
protected  EmailInfo emailInfo
           
protected  EmailService emailService
           
protected  EmailTarget emailTarget
           
 
Constructor Summary
EmailStatusHandler()
           
 
Method Summary
 EmailInfo getEmailInfo()
           
 EmailTarget getEmailTarget()
           
 void handleStatus(String serviceName, ServiceStatusType status)
           
 void setEmailInfo(EmailInfo emailInfo)
           
 void setEmailTarget(EmailTarget emailTarget)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

emailService

protected EmailService emailService

emailInfo

protected EmailInfo emailInfo

emailTarget

protected EmailTarget emailTarget
Constructor Detail

EmailStatusHandler

public EmailStatusHandler()
Method Detail

handleStatus

public void handleStatus(String serviceName,
                         ServiceStatusType status)
Specified by:
handleStatus in interface StatusHandler

getEmailInfo

public EmailInfo getEmailInfo()

setEmailInfo

public void setEmailInfo(EmailInfo emailInfo)

getEmailTarget

public EmailTarget getEmailTarget()

setEmailTarget

public void setEmailTarget(EmailTarget emailTarget)


Copyright © 2013. All Rights Reserved.