org.jikesrvm.scheduler
Class SystemThread

java.lang.Object
  extended by org.jikesrvm.scheduler.SystemThread
Direct Known Subclasses:
AccumulatingMethodSampleOrganizer.AsyncReporter, BootThread, CollectorThread, CompilationThread, ControllerThread, FinalizerThread, Organizer, OSROrganizerThread, TimerThread

public abstract class SystemThread
extends Object


Field Summary
protected  RVMThread rvmThread
           
 
Constructor Summary
protected SystemThread(byte[] stack, String name)
           
protected SystemThread(String name)
           
 
Method Summary
 RVMThread getRVMThread()
           
abstract  void run()
           
 void start()
           
 void stop(Throwable cause)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

rvmThread

protected final RVMThread rvmThread
Constructor Detail

SystemThread

protected SystemThread(String name)

SystemThread

protected SystemThread(byte[] stack,
                       String name)
Method Detail

getRVMThread

public RVMThread getRVMThread()

start

public void start()

stop

public void stop(Throwable cause)

run

public abstract void run()