|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.sonar.core.batch.Scheduler
public class Scheduler
| 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 |
|---|
public Scheduler(int poolSize)
| Method Detail |
|---|
public void shutdown()
public void scheduleAtFixedRate(java.lang.Runnable command,
long delayMilliseconds)
public void runOnce(java.lang.Runnable command)
protected void finalize()
throws java.lang.Throwable
finalize in class java.lang.Objectjava.lang.Throwable
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||