|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.atlassian.mywork.host.service.TimeoutServiceImpl
public class TimeoutServiceImpl
| Constructor Summary | |
|---|---|
TimeoutServiceImpl(com.atlassian.sal.api.pluginsettings.PluginSettingsFactory pluginSettings)
|
|
| Method Summary | |
|---|---|
int |
getMaxTimeout()
|
int |
getTimeout()
|
void |
setMaxTimeout(int maxTimeout)
|
void |
setTimeout(int timeout)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public TimeoutServiceImpl(com.atlassian.sal.api.pluginsettings.PluginSettingsFactory pluginSettings)
| Method Detail |
|---|
public int getTimeout()
getTimeout in interface TimeoutServicepublic void setTimeout(int timeout)
setTimeout in interface TimeoutServicetimeout - polling period to be stored (in seconds).public int getMaxTimeout()
getMaxTimeout in interface TimeoutServicepublic void setMaxTimeout(int maxTimeout)
setMaxTimeout in interface TimeoutServicemaxTimeout - maximum polling period to be stored (in seconds).
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||