Class SynchronizationInformation


  • public class SynchronizationInformation
    extends Object
    Holds aggregated synchronization information, typically for a given task. Thread safety: Just like EnvironmentalPerformanceInformation, 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). TODO