public class ExternalActnListNotificationServiceImpl extends Object implements ExternalActnListNotificationService
ExternalActnListNotificationServiceEXTERNAL_ACTN_LIST_NOTIFICATION_INIT_DELAY_SECS_PROP, EXTERNAL_ACTN_LIST_NOTIFICATION_POLL_INTERVAL_PROP| Constructor and Description |
|---|
ExternalActnListNotificationServiceImpl() |
| Modifier and Type | Method and Description |
|---|---|
Connection |
getConnection() |
int |
getExternalActnListNotificationInitialDelaySeconds()
Gets the initial delay time in seconds
|
int |
getExternalActnListNotificationPollIntervalSeconds()
Gets the polling interval time in seconds
|
void |
run() |
void |
setExternalActnListNotificationInitialDelaySeconds(int seconds)
Sets the initial delay time in seconds
|
void |
setExternalActnListNotificationPollIntervalSeconds(int seconds)
Sets the polling interval time in seconds
|
void |
setPassword(String password) |
void |
setUrl(String url) |
void |
setUsername(String username) |
public ExternalActnListNotificationServiceImpl()
public Connection getConnection() throws SQLException
SQLExceptionpublic void setExternalActnListNotificationPollIntervalSeconds(int seconds)
seconds - the polling interval time in secondspublic int getExternalActnListNotificationPollIntervalSeconds()
getExternalActnListNotificationPollIntervalSeconds in interface ExternalActnListNotificationServicepublic void setExternalActnListNotificationInitialDelaySeconds(int seconds)
seconds - the initial delay time in secondspublic int getExternalActnListNotificationInitialDelaySeconds()
getExternalActnListNotificationInitialDelaySeconds in interface ExternalActnListNotificationServicepublic void setPassword(String password)
public void setUsername(String username)
Copyright © 2005–2017 The Kuali Foundation. All rights reserved.