org.sonar.core.batch
Class Scheduler

java.lang.Object
  extended by org.sonar.core.batch.Scheduler

public class Scheduler
extends java.lang.Object


Constructor Summary
Scheduler(int poolSize)
           
 
Method Summary
protected  void finalize()
           
 void runOnce(java.lang.Runnable command)
           
 void scheduleAtFixedRate(java.lang.Runnable command, long delayMilliseconds)
           
 void shutdown()
           
 
Methods inherited from class java.lang.Object
clone, equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Scheduler

public Scheduler(int poolSize)
Method Detail

shutdown

public void shutdown()

scheduleAtFixedRate

public void scheduleAtFixedRate(java.lang.Runnable command,
                                long delayMilliseconds)

runOnce

public void runOnce(java.lang.Runnable command)

finalize

protected void finalize()
                 throws java.lang.Throwable
Overrides:
finalize in class java.lang.Object
Throws:
java.lang.Throwable


Copyright © 2008 SonarSource SA. All Rights Reserved.