javax.realtime
Class GarbageCollector
java.lang.Object
javax.realtime.GarbageCollector
- public abstract class GarbageCollector
- extends Object
An abstract class allowing access to information about the system's
garbage collection policy.
- Since:
- 0.3.8
- Author:
- Morgan Deters
Constructor Summary |
GarbageCollector()
Deprecated. This constructor is deprecated in version 1.0.1(b)
of the RTSJ. Quoting from the spec: "This class and any
subclasses should be singletons." |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
GarbageCollector
public GarbageCollector()
- Deprecated. This constructor is deprecated in version 1.0.1(b)
of the RTSJ. Quoting from the spec: "This class and any
subclasses should be singletons."
- A useless public constructor that is here for historical
reasons.
getPreemptionLatency
public abstract RelativeTime getPreemptionLatency()
- Returns the maximum preemption latency of this garbage
collector.
- Returns:
- the maximum preemption latency of this garbage
collector
jRate is developed and maintained by the jRate project development team.
Copyright (c) 2001-2006 Angelo Corsaro and Morgan Deters.