Information about this module's container configuration.
The following table contains global module information.
| Name: | jDTAUS Core ⁑ RI Task Monitor |
|---|---|
| Description: | TaskEventSource and TaskMonitor reference implementation. |
| Version: | 1.15 |
The following table lists all implementations provided by the module.
| Identifier | Name | Version | Final | Implemented specifications |
|---|---|---|---|---|
| org.jdtaus.core.monitor.ri.DefaultTaskMonitor | jDTAUS Core SPI | 1.15 | true | org.jdtaus.core.monitor.TaskEventSource 1.3 org.jdtaus.core.monitor.spi.TaskMonitor 1.3 |
jDTAUS Core SPI TaskMonitor reference implementation.
The following table lists all properties of the implementation.
| Name | Type | API | Value |
|---|---|---|---|
| defaultPollIntervalMillis Default number of milliseconds per poll interval. | class java.lang.Long | no | 250 |
The following table lists all dependencies of the implementation.
| Name | Specification | Implementation | Required specification level |
|---|---|---|---|
| Logger | org.jdtaus.core.logging.spi.Logger | any available | 1.0 |
| TaskListener | org.jdtaus.core.monitor.TaskListener | any available | 1.0 |
| Locale | java.util.Locale | default | 1.1 |
The following table lists all messages the implementation uses.
| Message | Templates |
|---|---|
| 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}. |