Uses of Package
jakarta.enterprise.context
-
Packages that use jakarta.enterprise.context Package Description jakarta.enterprise.context Annotations and interfaces relating to scopes and contexts.jakarta.enterprise.context.control jakarta.enterprise.inject jakarta.transaction Provides the API that defines the contract between the transaction manager and the various parties involved in a distributed transaction namely : resource manager, application, and application server.org.infinispan.cdi.embedded org.infinispan.cdi.embedded.event.cache This package contains the adapters making the bridge between Infinispan cache events and CDI.org.infinispan.cdi.embedded.event.cachemanager This package contains the adapters making the bridge between Infinispan cache manager events and CDI.org.infinispan.cdi.remote org.jboss.weld.context -
Classes in jakarta.enterprise.context used by jakarta.enterprise.context Class Description ApplicationScoped.Literal Supports inline instantiation of theApplicationScopedannotation.BeforeDestroyed.Literal Supports inline instantiation of theBeforeDestroyedqualifier.ContextException Indicates a problem relating to context management.ConversationScoped.Literal Supports inline instantiation of theConversationScopedannotation.Dependent.Literal Supports inline instantiation of theDependentannotation.Destroyed.Literal Supports inline instantiation of theDestroyedqualifier.Initialized.Literal Supports inline instantiation of theInitializedqualifier.NormalScope Specifies that an annotation type is a normal scope type.RequestScoped.Literal Supports inline instantiation of theRequestScopedannotation.SessionScoped.Literal Supports inline instantiation of theSessionScopedannotation. -
Classes in jakarta.enterprise.context used by jakarta.enterprise.context.control Class Description ContextNotActiveException Indicates that a context is not active. -
Classes in jakarta.enterprise.context used by jakarta.enterprise.inject Class Description RequestScoped Specifies that a bean is request scoped. -
Classes in jakarta.enterprise.context used by jakarta.transaction Class Description NormalScope Specifies that an annotation type is a normal scope type. -
Classes in jakarta.enterprise.context used by org.infinispan.cdi.embedded Class Description ApplicationScoped Specifies that a bean is application scoped. -
Classes in jakarta.enterprise.context used by org.infinispan.cdi.embedded.event.cache Class Description Dependent Specifies that a bean belongs to the dependent pseudo-scope. -
Classes in jakarta.enterprise.context used by org.infinispan.cdi.embedded.event.cachemanager Class Description Dependent Specifies that a bean belongs to the dependent pseudo-scope. -
Classes in jakarta.enterprise.context used by org.infinispan.cdi.remote Class Description ApplicationScoped Specifies that a bean is application scoped. -
Classes in jakarta.enterprise.context used by org.jboss.weld.context Class Description Conversation Allows the application to manage the conversation context by marking the current conversation as transient or long-running, specifying a conversation identifier, or setting the conversation timeout.