edu.ucdavis.rj
Class PNode

java.lang.Object
  extended by edu.ucdavis.rj.PNode

public class PNode
extends java.lang.Object


Field Summary
 boolean isEClock
           
 PNode next
           
 PairBoolean offQueue
           
 PNode prev
           
 long priority
           
 java.lang.Thread thrd
           
 
Constructor Summary
PNode(long priority, java.lang.Thread thrd, boolean isEClock, PairBoolean offQueue)
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

priority

public long priority

thrd

public java.lang.Thread thrd

isEClock

public boolean isEClock

offQueue

public PairBoolean offQueue

next

public PNode next

prev

public PNode prev
Constructor Detail

PNode

public PNode(long priority,
             java.lang.Thread thrd,
             boolean isEClock,
             PairBoolean offQueue)