Package jakarta.enterprise.context.spi


package jakarta.enterprise.context.spi

The custom context SPI.

Associated with every scope type is a context object. The context object implements the semantics of the scope type.

The context implementation collaborates with the container via the Context and Contextual interfaces to create and destroy contextual instances.

See Also:
  • Interfaces
    Class
    Description
    Provides an operation for obtaining and destroying contextual instances with a particular scope of any contextual type.
    Provides an operation for obtaining contextual instances with a particular scope of any contextual type.
    Defines operations to create and destroy contextual instances of a certain type.
    Provides operations that are used by the Contextual implementation during instance creation and destruction.