Overview

Information about this module's container configuration.

Module

The following table contains global module information.

Name:jDTAUS Core ⁑ RI Task Monitor
Description:TaskEventSource and TaskMonitor reference implementation.
Version:1.15

Specifications

This module does not define any specification.

Implementations

The following table lists all implementations provided by the module.

IdentifierNameVersionFinalImplemented specifications
org.jdtaus.core.monitor.ri.DefaultTaskMonitorjDTAUS Core SPI1.15trueorg.jdtaus.core.monitor.TaskEventSource 1.3
org.jdtaus.core.monitor.spi.TaskMonitor 1.3

Dependencies

The following table lists all dependencies to provide when assembling an application.

SpecificationModuleRequired specification level
org.jdtaus.core.logging.spi.Logger

Logs events for a specific component.

jDTAUS Core ⁑ SPI1.0

Details

Implementation org.jdtaus.core.monitor.ri.DefaultTaskMonitor

jDTAUS Core SPI TaskMonitor reference implementation.

The following table lists all properties of the implementation.

NameTypeAPIValue
defaultPollIntervalMillis

Default number of milliseconds per poll interval.

class java.lang.Longno250

The following table lists all dependencies of the implementation.

NameSpecificationImplementationRequired specification level
Loggerorg.jdtaus.core.logging.spi.Loggerany available1.0
TaskListenerorg.jdtaus.core.monitor.TaskListenerany available1.0
Localejava.util.Localedefault1.1

The following table lists all messages the implementation uses.

MessageTemplates
threadStarted

Information about a started thread.

Deutsch:

Neuen Thread gestartet. Abtastperiode {0,number}ms.

English:

New thread started. Period {0,number}ms.
taskAlreadyStarted

Information about an already running task.

Deutsch:

Ein Vorgang mit Beschreibung {0} wurde bereits um {1,time,long} gestartet.

English:

A task with description {0} already has been started at {1,time,long}.

See the javadoc documentation for further information.