public class S2SPollingTask extends Object
| Constructor and Description |
|---|
S2SPollingTask()
Constructs a S2SPollingTask.java.
|
| Modifier and Type | Method and Description |
|---|---|
void |
execute()
This method is the starting point of execution for the thread that is scheduled by the scheduler service
|
List<MailInfo> |
getMailInfoList()
Gets the mailInfoList attribute.
|
String |
getMailInterval()
Gets the mailInterval attribute.
|
Map<String,String> |
getStatusMap()
Gets the statusMap attribute.
|
String |
getStopPollInterval()
Getter for property stopPollInterval.
|
void |
setBusinessObjectService(org.kuali.rice.krad.service.BusinessObjectService businessObjectService)
Sets the businessObjectService attribute value.
|
void |
setDateTimeService(org.kuali.rice.core.api.datetime.DateTimeService dateTimeService)
Sets the dateTimeService attribute value.
|
void |
setMailInfoList(List<MailInfo> mailInfoList)
Sets the mailInfoList attribute value.
|
void |
setMailInterval(String mailInterval)
Sets the mailInterval attribute value.
|
void |
sets2SService(S2SService s2SService) |
void |
setStatusMap(Map<String,String> statusMap)
Sets the statusMap attribute value.
|
void |
setStopPollInterval(String stopPollInterval)
Setter for property stopPollInterval.
|
public void execute()
public String getStopPollInterval()
public void setStopPollInterval(String stopPollInterval)
stopPollInterval - New value of property stopPollInterval.public Map<String,String> getStatusMap()
public void setStatusMap(Map<String,String> statusMap)
statusMap - The statusMap to set.public List<MailInfo> getMailInfoList()
public void setMailInfoList(List<MailInfo> mailInfoList)
mailInfoList - The mailInfoList to set.public String getMailInterval()
public void setMailInterval(String mailInterval)
mailInterval - The mailInterval to set.public void setDateTimeService(org.kuali.rice.core.api.datetime.DateTimeService dateTimeService)
dateTimeService - The dateTimeService to set.public void setBusinessObjectService(org.kuali.rice.krad.service.BusinessObjectService businessObjectService)
businessObjectService - The businessObjectService to set.public void sets2SService(S2SService s2SService)
service - the s2sService to setCopyright © 2013 The Kuali Foundation. All Rights Reserved.