Uses of Class
org.jboss.as.ee.concurrent.ConcurrentContext
Packages that use ConcurrentContext
Package
Description
-
Uses of ConcurrentContext in org.jboss.as.ee.component
Methods in org.jboss.as.ee.component that return ConcurrentContextModifier and TypeMethodDescriptionComponentConfiguration.getConcurrentContext()EEModuleDescription.getConcurrentContext() -
Uses of ConcurrentContext in org.jboss.as.ee.concurrent
Methods in org.jboss.as.ee.concurrent that return ConcurrentContextModifier and TypeMethodDescriptionstatic ConcurrentContextConcurrentContext.current()Retrieves the current context in the current thread.ConcurrentContextSetupAction.getConcurrentContext()static ConcurrentContextConcurrentContext.popCurrent()Pops the current context in the current thread.Methods in org.jboss.as.ee.concurrent with parameters of type ConcurrentContextModifier and TypeMethodDescriptionstatic voidConcurrentContext.pushCurrent(ConcurrentContext context) Sets the specified context as the current one, in the current thread.Constructors in org.jboss.as.ee.concurrent with parameters of type ConcurrentContextModifierConstructorDescriptionConcurrentContextInterceptor(ConcurrentContext concurrentContext) ConcurrentContextSetupAction(ConcurrentContext concurrentContext) -
Uses of ConcurrentContext in org.jboss.as.ee.concurrent.service
Methods in org.jboss.as.ee.concurrent.service that return ConcurrentContextConstructors in org.jboss.as.ee.concurrent.service with parameters of type ConcurrentContext -
Uses of ConcurrentContext in org.jboss.as.ee.logging
Methods in org.jboss.as.ee.logging with parameters of type ConcurrentContextModifier and TypeMethodDescriptionfinal IllegalArgumentExceptionEeLogger_$logger.factoryAlreadyExists(ConcurrentContext concurrentContext, String factoryName) EeLogger.factoryAlreadyExists(ConcurrentContext concurrentContext, String factoryName) final IOExceptionEeLogger_$logger.factoryNotFound(ConcurrentContext concurrentContext, String factoryName) EeLogger.factoryNotFound(ConcurrentContext concurrentContext, String factoryName)