| Package | Description |
|---|---|
| org.jboss.as.ee.concurrent | |
| org.jboss.as.ee.concurrent.handle |
| Modifier and Type | Method and Description |
|---|---|
SetupContextHandle |
ConcurrentContext.saveContext(jakarta.enterprise.concurrent.ContextService contextService,
Map<String,String> contextObjectProperties)
Saves the current invocation context on a chained context handle.
|
| Modifier and Type | Class and Description |
|---|---|
class |
NullContextHandle
A context handle without invocation context to set.
|
| Modifier and Type | Method and Description |
|---|---|
SetupContextHandle |
ClassLoaderContextHandleFactory.readSetupContextHandle(ObjectInputStream in) |
SetupContextHandle |
NamingContextHandleFactory.readSetupContextHandle(ObjectInputStream in) |
SetupContextHandle |
OtherEESetupActionsContextHandleFactory.readSetupContextHandle(ObjectInputStream in) |
SetupContextHandle |
ContextHandleFactory.readSetupContextHandle(ObjectInputStream in)
Reads a handle from the specified input stream.
|
SetupContextHandle |
ClassLoaderContextHandleFactory.saveContext(jakarta.enterprise.concurrent.ContextService contextService,
Map<String,String> contextObjectProperties) |
SetupContextHandle |
NamingContextHandleFactory.saveContext(jakarta.enterprise.concurrent.ContextService contextService,
Map<String,String> contextObjectProperties) |
SetupContextHandle |
OtherEESetupActionsContextHandleFactory.saveContext(jakarta.enterprise.concurrent.ContextService contextService,
Map<String,String> contextObjectProperties) |
SetupContextHandle |
ContextHandleFactory.saveContext(jakarta.enterprise.concurrent.ContextService contextService,
Map<String,String> contextObjectProperties) |
| Modifier and Type | Method and Description |
|---|---|
void |
ClassLoaderContextHandleFactory.writeSetupContextHandle(SetupContextHandle contextHandle,
ObjectOutputStream out) |
void |
NamingContextHandleFactory.writeSetupContextHandle(SetupContextHandle contextHandle,
ObjectOutputStream out) |
void |
OtherEESetupActionsContextHandleFactory.writeSetupContextHandle(SetupContextHandle contextHandle,
ObjectOutputStream out) |
void |
ContextHandleFactory.writeSetupContextHandle(SetupContextHandle contextHandle,
ObjectOutputStream out)
Writes the handle to the specified output stream.
|
Copyright © 2021 JBoss by Red Hat. All rights reserved.