edu.ucla.util
Class SystemGCThread

Object
  extended by RepetitionThread
      extended by SystemGCThread
All Implemented Interfaces:
Runnable

public class SystemGCThread
extends RepetitionThread

Since:
20031204
Author:
keith cascio

Field Summary
static int INT_REPETITIONS
           
static long LONG_SLEEP_MILLIS
           
 
Constructor Summary
SystemGCThread()
           
SystemGCThread(long sleepmillis, int reps)
           
 
Method Summary
static ThreadGroup getThreadGroup()
           
 ThreadGroup startGroup()
           
 boolean startInterruptsGroup()
           
 void ultimately()
           
 
Methods inherited from class RepetitionThread
delayedAction, interruptStartGroup, run, setRunnable, start, startPriority
 
Methods inherited from class Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

LONG_SLEEP_MILLIS

public static final long LONG_SLEEP_MILLIS
See Also:
Constant Field Values

INT_REPETITIONS

public static final int INT_REPETITIONS
See Also:
Constant Field Values
Constructor Detail

SystemGCThread

public SystemGCThread()

SystemGCThread

public SystemGCThread(long sleepmillis,
                      int reps)
Method Detail

startGroup

public ThreadGroup startGroup()
Overrides:
startGroup in class RepetitionThread
Since:
20060522

startInterruptsGroup

public boolean startInterruptsGroup()
Overrides:
startInterruptsGroup in class RepetitionThread
Since:
20060522

ultimately

public void ultimately()
Overrides:
ultimately in class RepetitionThread
Since:
021104

getThreadGroup

public static ThreadGroup getThreadGroup()
Since:
20060522


Copyright 2010 UCLA Automated Reasoning Group