javax.realtime
Class MarkAndSweepCollector

java.lang.Object
  |
  +--javax.realtime.GarbageCollector
        |
        +--javax.realtime.MarkAndSweepCollector

public class MarkAndSweepCollector
extends GarbageCollector

This class represents the mark and sweep garbage collector used in the system.


Constructor Summary
MarkAndSweepCollector()
           
 
Method Summary
 RelativeTime getPreemptionLatency()
          Preemption latency is a measure of the maximum time a RealtimeThread may have to wait for the collector to reach a preemption-safe point.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MarkAndSweepCollector

public MarkAndSweepCollector()
Method Detail

getPreemptionLatency

public RelativeTime getPreemptionLatency()
Preemption latency is a measure of the maximum time a RealtimeThread may have to wait for the collector to reach a preemption-safe point.
Overrides:
getPreemptionLatency in class GarbageCollector
Returns:
The preempting latency of the garbage collector.