javax.realtime
Class PriorityInheritance

java.lang.Object
  extended byjavax.realtime.MonitorControl
      extended byjavax.realtime.PriorityInheritance

public class PriorityInheritance
extends MonitorControl

A monitor control class specifying priority inheritance as a strategy to avoid deadlock.

Since:
0.3.8
Author:
Morgan Deters
See Also:
MonitorControl, PriorityCeilingEmulation

Method Summary
static PriorityInheritance instance()
          Returns the singleton instance of PriorityInheritance.
 
Methods inherited from class javax.realtime.MonitorControl
getMonitorControl, getMonitorControl, setMonitorControl, setMonitorControl
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

instance

public static PriorityInheritance instance()
Returns the singleton instance of PriorityInheritance. This is the default monitor control policy in effect at system startup, and it is allocated in ImmortalMemory.

Returns:
the singleton instance of PriorityInheritance


jRate is developed and maintained by the jRate project development team.
Copyright (c) 2001-2006 Angelo Corsaro and Morgan Deters.