public interface ModuleScheduler
| Modifier and Type | Method and Description |
|---|---|
String |
getName()
Get the name of the scheduler.
|
String |
getSchedulerLastSessionDate(Module module)
Get the date off the last session
|
String |
getSchedulerNumSessions(Module module)
Get the numer of sessions done so far
|
void |
initialize()
Give the scheduler a chance to initialize.
|
ModuleSchedulerMessage |
isSessionStartAllowed(Module module)
Returns whether a new session can be created.
|
void |
setDataService(DataService dataService)
Set the DataService it might need.
|
void |
setModule(Module module)
Set the module this scheduler should manage.
|
void setModule(Module module)
void setDataService(DataService dataService)
void initialize()
String getName()
String getSchedulerNumSessions(Module module)
String getSchedulerLastSessionDate(Module module)
ModuleSchedulerMessage isSessionStartAllowed(Module module)
module - Copyright © 2012. All Rights Reserved.