com.atlassian.mywork.host.service
Interface TimeoutService
- All Known Implementing Classes:
- TimeoutServiceImpl
public interface TimeoutService
Provides storage of polling period for UI clients.
getTimeout
int getTimeout()
- Returns:
- the configured polling period for this host (in seconds).
setTimeout
void setTimeout(int timeout)
- Parameters:
timeout - polling period to be stored (in seconds).
getMaxTimeout
int getMaxTimeout()
- Returns:
- the configured maximum polling period for this host (in seconds).
setMaxTimeout
void setMaxTimeout(int maxTimeout)
- Parameters:
maxTimeout - maximum polling period to be stored (in seconds).
Copyright © 2012 Atlassian. All Rights Reserved.