nl.coderight.jazz
Class Task.FixedRateSchedule

java.lang.Object
  extended by nl.coderight.jazz.Task.FixedRateSchedule
Enclosing class:
Task<V>

public final class Task.FixedRateSchedule
extends Object


Constructor Summary
Task.FixedRateSchedule(long initialDelay, long period, TimeUnit unit)
           
 
Method Summary
 long getInitialDelay()
           
 long getPeriod$delay()
           
 TimeUnit getTimeUnit()
           
 nl.coderight.jazz.Task.ScheduleType getType()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Task.FixedRateSchedule

public Task.FixedRateSchedule(long initialDelay,
                              long period,
                              TimeUnit unit)
Method Detail

getInitialDelay

public long getInitialDelay()

getPeriod$delay

public long getPeriod$delay()

getTimeUnit

public TimeUnit getTimeUnit()

getType

public nl.coderight.jazz.Task.ScheduleType getType()


Copyright 2010 CodeRight, All rights reserved.