suramadu.tests.access
Class BidirectionalReferenceTest

java.lang.Object
  extended byjava.lang.Thread
      extended byjavax.realtime.RealtimeThread
          extended bysuramadu.tests.access.BidirectionalReferenceTest
All Implemented Interfaces:
java.lang.Runnable, javax.realtime.Schedulable

public class BidirectionalReferenceTest
extends javax.realtime.RealtimeThread


Field Summary
 
Fields inherited from class java.lang.Thread
MAX_PRIORITY, MIN_PRIORITY, NORM_PRIORITY
 
Constructor Summary
BidirectionalReferenceTest()
           
BidirectionalReferenceTest(javax.realtime.SchedulingParameters sched)
          This should be called with this in immortal and sched in a scope or the reverse.
 
Method Summary
static void main(java.lang.String[] args)
           
 void run()
           
 
Methods inherited from class javax.realtime.RealtimeThread
addIfFeasible, addToFeasibility, currentRealtimeThread, deschedulePeriodic, getCurrentMemoryArea, getInitialMemoryAreaIndex, getMemoryArea, getMemoryAreaStackDepth, getMemoryParameters, getOuterMemoryArea, getProcessingGroupParameters, getReleaseParameters, getScheduler, getSchedulingParameters, interrupt, removeFromFeasibility, schedulePeriodic, setIfFeasible, setIfFeasible, setIfFeasible, setMemoryParameters, setMemoryParametersIfFeasible, setProcessingGroupParameters, setProcessingGroupParametersIfFeasible, setReleaseParameters, setReleaseParametersIfFeasible, setScheduler, setScheduler, setSchedulingParameters, setSchedulingParametersIfFeasible, sleep, sleep, start, toString, waitForNextPeriod, yield
 
Methods inherited from class java.lang.Thread
activeCount, checkAccess, countStackFrames, currentThread, destroy, dumpStack, enumerate, getContextClassLoader, getName, getPriority, getThreadGroup, holdsLock, interrupted, isAlive, isDaemon, isInterrupted, join, join, join, resume, setContextClassLoader, setDaemon, setName, setPriority, sleep, sleep, stop, stop, suspend
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

BidirectionalReferenceTest

public BidirectionalReferenceTest()

BidirectionalReferenceTest

public BidirectionalReferenceTest(javax.realtime.SchedulingParameters sched)
This should be called with this in immortal and sched in a scope or the reverse. If it is called that way it should throw an IllegalAssignmentError

Method Detail

run

public void run()

main

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