javax.realtime.test.bridge
Class Bridge

java.lang.Object
  extended byjavax.realtime.DSS.Resource
      extended byjavax.realtime.DSS.PriorityInheritanceResource
          extended byjavax.realtime.test.bridge.Bridge

public class Bridge
extends PriorityInheritanceResource

A simple Resource, contended for by Car's.

Author:
gary

Field Summary
 
Fields inherited from class javax.realtime.DSS.Resource
busyTimeThusFar, count, creationTime, holderThread, lastGrant, lastRelease, name, signalPriorityInversion, waiters
 
Constructor Summary
Bridge(java.lang.String name)
          Construct a Bridge object with the given name.
 
Methods inherited from class javax.realtime.DSS.PriorityInheritanceResource
adjustPriority, release, seize
 
Methods inherited from class javax.realtime.DSS.Resource
dutyCycle, finalize, getExtent, giveResourceTo, maxWaiterPriority, printAllStatistics, printStatistics, releaseIfHeld, seize, seizeIfNotHeld, setExtent, toString, waiterIterator
 
Methods inherited from class java.lang.Object
clone, equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Bridge

public Bridge(java.lang.String name)
Construct a Bridge object with the given name.

Parameters:
name - the name of this Bridge