Class EnvironmentalPerformanceInformation


  • public class EnvironmentalPerformanceInformation
    extends Object
    Thread safety: Instances of this class may be accessed from more than one thread at once. Updates are invoked in the context of the thread executing the task. Queries are invoked either from this thread, or from some observer (task manager or GUI thread). We ensure synchronization by making public methods synchronized. We don't expect much contention on this.