Uses of Class
org.jboss.as.ee.concurrent.ConcurrentContext
-
Packages that use ConcurrentContext Package Description org.jboss.as.ee.component org.jboss.as.ee.concurrent org.jboss.as.ee.concurrent.service org.jboss.as.ee.logging -
-
Uses of ConcurrentContext in org.jboss.as.ee.component
Methods in org.jboss.as.ee.component that return ConcurrentContext Modifier and Type Method Description ConcurrentContextComponentConfiguration. getConcurrentContext()ConcurrentContextEEModuleDescription. getConcurrentContext() -
Uses of ConcurrentContext in org.jboss.as.ee.concurrent
Methods in org.jboss.as.ee.concurrent that return ConcurrentContext Modifier and Type Method Description static ConcurrentContextConcurrentContext. current()Retrieves the current context in the current thread.ConcurrentContextConcurrentContextSetupAction. getConcurrentContext()static ConcurrentContextConcurrentContext. popCurrent()Pops the current context in the current thread.Methods in org.jboss.as.ee.concurrent with parameters of type ConcurrentContext Modifier and Type Method Description static 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 ConcurrentContext Constructor Description ConcurrentContextInterceptor(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 ConcurrentContext Modifier and Type Method Description ConcurrentContextConcurrentContextService. getValue()Constructors in org.jboss.as.ee.concurrent.service with parameters of type ConcurrentContext Constructor Description ConcurrentContextService(ConcurrentContext concurrentContext) -
Uses of ConcurrentContext in org.jboss.as.ee.logging
Methods in org.jboss.as.ee.logging with parameters of type ConcurrentContext Modifier and Type Method Description IllegalArgumentExceptionEeLogger_$logger. factoryAlreadyExists(ConcurrentContext concurrentContext, String factoryName)IllegalArgumentExceptionEeLogger. factoryAlreadyExists(ConcurrentContext concurrentContext, String factoryName)IOExceptionEeLogger_$logger. factoryNotFound(ConcurrentContext concurrentContext, String factoryName)IOExceptionEeLogger. factoryNotFound(ConcurrentContext concurrentContext, String factoryName)
-