org.qi4j.library.scheduler.schedule
Interface ScheduleFactory

All Superinterfaces:
Composite, Identity, ServiceComposite
All Known Implementing Classes:
ScheduleFactory.Mixin

@Mixins(value=ScheduleFactory.Mixin.class)
public interface ScheduleFactory
extends ServiceComposite


Nested Class Summary
static class ScheduleFactory.Mixin
           
 
Nested classes/interfaces inherited from interface org.qi4j.api.entity.Identity
Identity.IdentityMixin
 
Method Summary
 ScheduleEntity newSchedule(Task task, String cronExpression, long start)
           
 
Methods inherited from interface org.qi4j.api.entity.Identity
identity
 
Methods inherited from interface org.qi4j.api.composite.Composite
metaInfo, type
 

Method Detail

newSchedule

ScheduleEntity newSchedule(Task task,
                           String cronExpression,
                           long start)