com.atlassian.jira.service
Interface JiraServiceContainer
- All Superinterfaces:
- JiraService, ObjectConfigurable, Runnable
- All Known Implementing Classes:
- JiraServiceContainerImpl, UnloadableJiraServiceContainer
public interface JiraServiceContainer
- extends JiraService
Proxies calls to JiraService & manages delay between calls.
- See Also:
JiraService
getId
Long getId()
getDelay
long getDelay()
setDelay
void setDelay(long delay)
getLastRun
long getLastRun()
setLastRun
void setLastRun()
- Record when run.
isDueAt
boolean isDueAt(long time)
- Is this service due to run at the specified time.
- Parameters:
time
- the time to check whether it is due.
- Returns:
- true if due.
isRunning
boolean isRunning()
getServiceClass
String getServiceClass()
isUsable
boolean isUsable()
Copyright © 2002-2011 Atlassian. All Rights Reserved.