nl.coderight.jazz
Class Task.FixedRateSchedule

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

public static final class Task.FixedRateSchedule
extends Object


Constructor Summary
Task.FixedRateSchedule(long initialDelay, long period, TimeUnit unit)
           
 
Method Summary
 long getInitialDelay()
           
 long getPeriodDelay()
           
 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

getType

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

getInitialDelay

public long getInitialDelay()

getPeriodDelay

public long getPeriodDelay()

getTimeUnit

public TimeUnit getTimeUnit()


Copyright 2010 CodeRight, All rights reserved.