Overview

Information about this module's container configuration.

Module

The following table contains global module information.

Name:jDTAUS Core ⁑ SPI
Description:Core implementation programming interface.
Version:1.15

Specifications

The following table lists all specifications defined by the module.

IdentifierVendorVersionMultiplicityScope
org.jdtaus.core.lang.spi.MemoryManagerjDTAUS1.01singleton
org.jdtaus.core.lang.spi.ExceptionHandlerjDTAUS1.01singleton
org.jdtaus.core.lang.spi.ExecutorjDTAUS1.01singleton
org.jdtaus.core.text.spi.ApplicationLoggerjDTAUS1.31singleton
org.jdtaus.core.logging.spi.LoggerjDTAUS1.01multiton
org.jdtaus.core.monitor.spi.TaskMonitorjDTAUS1.31singleton

Implementations

The module does not provide any implementation.

Dependencies

This module does not have any dependencies to resolve.

Details

Specification org.jdtaus.core.lang.spi.MemoryManager

Manages memory allocations.

The specification does not have any properties defined.

See the javadoc documentation for further information.

Specification org.jdtaus.core.lang.spi.ExceptionHandler

Handles exceptions.

The specification does not have any properties defined.

See the javadoc documentation for further information.

Specification org.jdtaus.core.lang.spi.Executor

Manages asynchronous executions.

The specification does not have any properties defined.

See the javadoc documentation for further information.

Specification org.jdtaus.core.text.spi.ApplicationLogger

Logs messages to applications.

The specification does not have any properties defined.

See the javadoc documentation for further information.

Specification org.jdtaus.core.logging.spi.Logger

Logs events for a specific component.

The following table lists all properties of the specification.

NameType
name

Name uniquely identifying the logger.

class java.lang.String

See the javadoc documentation for further information.