All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class org.webmacro.util.ThreadScheduler

java.lang.Object
   |
   +----org.webmacro.util.ThreadScheduler

public final class ThreadScheduler
extends Object
Creates scheduling events at regular intervals by running a high priority thread which sleeps in a loop.


Constructor Index

 o ThreadScheduler()

Method Index

 o start(long)
Start scheduling thread events
 o stop()
Stop scheduling thread events

Constructors

 o ThreadScheduler
 public ThreadScheduler()

Methods

 o stop
 public static final void stop()
Stop scheduling thread events

 o start
 public static final void start(long interval)
Start scheduling thread events


All Packages  Class Hierarchy  This Package  Previous  Next  Index