public abstract class AbstractModuleScheduler extends Object implements ModuleScheduler
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractModuleScheduler.ModuleSchedulerMessageImpl |
| Constructor and Description |
|---|
AbstractModuleScheduler() |
| Modifier and Type | Method and Description |
|---|---|
DataService |
getDataService()
Gets the ModuleDataService this scheduler is using.
|
Module |
getModule()
Gets the module this scheduler is used for.
|
String |
getSchedulerLastSessionDate(Module module) |
String |
getSchedulerNumSessions(Module module) |
void |
setDataService(DataService dataService)
Set the dataService it might need.
|
void |
setModule(Module module)
Set the module this scheduler should manage.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetName, initialize, isSessionStartAllowedpublic void setModule(Module module)
setModule in interface ModuleSchedulerpublic void setDataService(DataService dataService)
setDataService in interface ModuleSchedulerpublic Module getModule()
public DataService getDataService()
public String getSchedulerNumSessions(Module module)
getSchedulerNumSessions in interface ModuleSchedulerpublic String getSchedulerLastSessionDate(Module module)
getSchedulerLastSessionDate in interface ModuleSchedulerCopyright © 2012. All Rights Reserved.