org.qi4j.library.scheduler.schedule
Class ScheduleFactory.Mixin

java.lang.Object
  extended by org.qi4j.library.scheduler.schedule.ScheduleFactory.Mixin
All Implemented Interfaces:
Composite, Identity, ServiceComposite, ScheduleFactory
Enclosing interface:
ScheduleFactory

public abstract static class ScheduleFactory.Mixin
extends Object
implements ScheduleFactory


Nested Class Summary
 
Nested classes/interfaces inherited from interface org.qi4j.library.scheduler.schedule.ScheduleFactory
ScheduleFactory.Mixin
 
Nested classes/interfaces inherited from interface org.qi4j.api.entity.Identity
Identity.IdentityMixin
 
Constructor Summary
ScheduleFactory.Mixin()
           
 
Method Summary
 ScheduleEntity newSchedule(Task task, String cronExpression, long start)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.qi4j.api.entity.Identity
identity
 
Methods inherited from interface org.qi4j.api.composite.Composite
metaInfo, type
 

Constructor Detail

ScheduleFactory.Mixin

public ScheduleFactory.Mixin()
Method Detail

newSchedule

public ScheduleEntity newSchedule(Task task,
                                  String cronExpression,
                                  long start)
Specified by:
newSchedule in interface ScheduleFactory