suramadu.tests.latency
Class PriorityInheritance

java.lang.Object
  extended bysuramadu.tests.latency.PriorityInheritance
All Implemented Interfaces:
java.lang.Runnable

public class PriorityInheritance
extends java.lang.Object
implements java.lang.Runnable


Nested Class Summary
static class PriorityInheritance.TestProps
           
 
Field Summary
static MemoryType mt
           
static ThreadType tt
          Thread type to use.
 
Constructor Summary
PriorityInheritance()
          constructor for test class Instantiates testProperties.
PriorityInheritance(PriorityInheritance.TestProps props)
           
 
Method Summary
 void calculate()
           
static void main(java.lang.String[] args)
           
 void run()
          Start the test
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

tt

public static ThreadType tt
Thread type to use.


mt

public static MemoryType mt
Constructor Detail

PriorityInheritance

public PriorityInheritance()
                    throws java.lang.Exception
constructor for test class Instantiates testProperties.

Throws:
java.lang.Throwable
java.lang.IllegalAccessException
java.lang.InstantiationException
java.lang.Exception

PriorityInheritance

public PriorityInheritance(PriorityInheritance.TestProps props)
                    throws java.lang.Exception
Method Detail

run

public void run()
Start the test

Specified by:
run in interface java.lang.Runnable

calculate

public void calculate()

main

public static void main(java.lang.String[] args)