| Package | Description |
|---|---|
| org.jboss.as.ee.component | |
| org.jboss.as.ee.concurrent | |
| org.jboss.as.ee.concurrent.service | |
| org.jboss.as.ee.logging |
| Modifier and Type | Method and Description |
|---|---|
ConcurrentContext |
EEModuleDescription.getConcurrentContext() |
ConcurrentContext |
ComponentConfiguration.getConcurrentContext() |
| Modifier and Type | Method and Description |
|---|---|
static ConcurrentContext |
ConcurrentContext.current()
Retrieves the current context in the current thread.
|
ConcurrentContext |
ConcurrentContextSetupAction.getConcurrentContext() |
static ConcurrentContext |
ConcurrentContext.popCurrent()
Pops the current context in the current thread.
|
| Modifier and Type | Method and Description |
|---|---|
static void |
ConcurrentContext.pushCurrent(ConcurrentContext context)
Sets the specified context as the current one, in the current thread.
|
| Constructor and Description |
|---|
ConcurrentContextInterceptor(ConcurrentContext concurrentContext) |
ConcurrentContextSetupAction(ConcurrentContext concurrentContext) |
| Modifier and Type | Method and Description |
|---|---|
ConcurrentContext |
ConcurrentContextService.getValue() |
| Constructor and Description |
|---|
ConcurrentContextService(ConcurrentContext concurrentContext) |
| Modifier and Type | Method and Description |
|---|---|
IllegalArgumentException |
EeLogger_$logger.factoryAlreadyExists(ConcurrentContext concurrentContext,
String factoryName) |
IllegalArgumentException |
EeLogger.factoryAlreadyExists(ConcurrentContext concurrentContext,
String factoryName) |
IOException |
EeLogger_$logger.factoryNotFound(ConcurrentContext concurrentContext,
String factoryName) |
IOException |
EeLogger.factoryNotFound(ConcurrentContext concurrentContext,
String factoryName) |
Copyright © 2020 JBoss by Red Hat. All rights reserved.