Information about this module's container configuration.
The following table contains global module information.
Name: | jDTAUS Core ⁑ SPI |
---|---|
Description: | Core implementation programming interface. |
Version: | 1.15 |
The following table lists all specifications defined by the module.
Identifier | Vendor | Version | Multiplicity | Scope |
---|---|---|---|---|
org.jdtaus.core.lang.spi.MemoryManager | jDTAUS | 1.0 | 1 | singleton |
org.jdtaus.core.lang.spi.ExceptionHandler | jDTAUS | 1.0 | 1 | singleton |
org.jdtaus.core.lang.spi.Executor | jDTAUS | 1.0 | 1 | singleton |
org.jdtaus.core.text.spi.ApplicationLogger | jDTAUS | 1.3 | 1 | singleton |
org.jdtaus.core.logging.spi.Logger | jDTAUS | 1.0 | 1 | multiton |
org.jdtaus.core.monitor.spi.TaskMonitor | jDTAUS | 1.3 | 1 | singleton |
Manages memory allocations.
The specification does not have any properties defined.
Handles exceptions.
The specification does not have any properties defined.
Manages asynchronous executions.
The specification does not have any properties defined.
Logs messages to applications.
The specification does not have any properties defined.
Logs events for a specific component.
The following table lists all properties of the specification.
Name | Type |
---|---|
name Name uniquely identifying the logger. | class java.lang.String |
Monitors tasks.
The specification does not have any properties defined.