public class EmailStatusHandler extends Object implements StatusHandler
| Modifier and Type | Field and Description |
|---|---|
protected EmailInfo |
emailInfo |
protected EmailService |
emailService |
protected EmailTarget |
emailTarget |
| Constructor and Description |
|---|
EmailStatusHandler() |
| Modifier and Type | Method and Description |
|---|---|
EmailInfo |
getEmailInfo() |
EmailTarget |
getEmailTarget() |
void |
handleStatus(String serviceName,
ServiceStatusType status) |
void |
setEmailInfo(EmailInfo emailInfo) |
void |
setEmailTarget(EmailTarget emailTarget) |
protected EmailService emailService
protected EmailInfo emailInfo
protected EmailTarget emailTarget
public void handleStatus(String serviceName, ServiceStatusType status)
handleStatus in interface StatusHandlerpublic EmailInfo getEmailInfo()
public void setEmailInfo(EmailInfo emailInfo)
public EmailTarget getEmailTarget()
public void setEmailTarget(EmailTarget emailTarget)
Copyright © 2014. All Rights Reserved.