Uses of Interface
org.jboss.as.ee.concurrent.handle.ContextHandleFactory
Packages that use ContextHandleFactory
Package
Description
-
Uses of ContextHandleFactory in org.jboss.as.ee.component
Fields in org.jboss.as.ee.component with type parameters of type ContextHandleFactoryModifier and TypeFieldDescriptionstatic final org.jboss.as.server.deployment.AttachmentKey<Map<ComponentConfiguration,List<ContextHandleFactory>>> ConcurrencyAttachments.ADDITIONAL_COMPONENT_FACTORIESstatic final org.jboss.as.server.deployment.AttachmentKey<org.jboss.as.server.deployment.AttachmentList<ContextHandleFactory>>ConcurrencyAttachments.ADDITIONAL_FACTORIES -
Uses of ContextHandleFactory in org.jboss.as.ee.concurrent
Methods in org.jboss.as.ee.concurrent with parameters of type ContextHandleFactoryModifier and TypeMethodDescriptionvoidConcurrentContext.addFactory(ContextHandleFactory factory) Adds a new factory. -
Uses of ContextHandleFactory in org.jboss.as.ee.concurrent.handle
Subinterfaces of ContextHandleFactory in org.jboss.as.ee.concurrent.handleModifier and TypeInterfaceDescriptioninterfaceThe EE10 ContextHandleFactory, which should replace the legacy one once all impls are migrated.Classes in org.jboss.as.ee.concurrent.handle that implement ContextHandleFactoryModifier and TypeClassDescriptionclassA context handle factory which is responsible for saving and setting proper classloading context.classThe context handle factory responsible for saving and setting the naming context.classThe context handle factory responsible for setting EE setup actions in the invocation context.classThe context handle factory responsible for saving and setting the context for a deployement's ThreadContextProvider.classFIXME *FOLLOW UP* delete unused TransactionLeakContextHandleFactory and TransactionSetupProviderImpl, and deactivate unused logger msgs A context handle factory which is responsible for handling the context type ContextServiceDefinition.TRANSACTION.classA context handle factory which is responsible for preventing transaction leaks.