ch.tatool.core.module.scheduler
Class DailyModuleScheduler
java.lang.Object
ch.tatool.core.module.scheduler.AbstractModuleScheduler
ch.tatool.core.module.scheduler.DailyModuleScheduler
- All Implemented Interfaces:
- ModuleScheduler
public class DailyModuleScheduler
- extends AbstractModuleScheduler
Allows one session a day and doesn't allow the user to terminate a session.
- Author:
- Michael Ruflin
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DailyModuleScheduler
public DailyModuleScheduler()
initialize
public void initialize()
- Give the scheduler a chance to initialize.
getName
public String getName()
canUserTerminateSession
public boolean canUserTerminateSession(ModuleSession moduleSession)
isSessionStartAllowed
public ModuleSchedulerMessage isSessionStartAllowed(Module module)
Copyright © 2012. All Rights Reserved.