Uses of Interface
org.jboss.as.ee.concurrent.handle.ContextHandleFactory
-
Packages that use ContextHandleFactory Package Description org.jboss.as.ee.component org.jboss.as.ee.concurrent org.jboss.as.ee.concurrent.handle -
-
Uses of ContextHandleFactory in org.jboss.as.ee.component
Fields in org.jboss.as.ee.component with type parameters of type ContextHandleFactory Modifier and Type Field Description static org.jboss.as.server.deployment.AttachmentKey<org.jboss.as.server.deployment.AttachmentList<ContextHandleFactory>>Attachments. ADDITIONAL_FACTORIES -
Uses of ContextHandleFactory in org.jboss.as.ee.concurrent
Methods in org.jboss.as.ee.concurrent with parameters of type ContextHandleFactory Modifier and Type Method Description voidConcurrentContext. 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.handle Modifier and Type Interface Description interfaceEE10ContextHandleFactoryThe EE10 ContextHandleFactory, which should replace the legacy one once all impls are migrated.Classes in org.jboss.as.ee.concurrent.handle that implement ContextHandleFactory Modifier and Type Class Description classClassLoaderContextHandleFactoryA context handle factory which is responsible for saving and setting proper classloading context.classNamingContextHandleFactoryThe context handle factory responsible for saving and setting the naming context.classOtherEESetupActionsContextHandleFactoryThe context handle factory responsible for setting EE setup actions in the invocation context.classThreadContextProviderContextHandleFactoryThe context handle factory responsible for saving and setting the context for a deployement's ThreadContextProvider.classTransactionContextHandleFactoryFIXME *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.classTransactionLeakContextHandleFactoryA context handle factory which is responsible for preventing transaction leaks.
-