Package | Description |
---|---|
org.jboss.as.ee.concurrent | |
org.jboss.as.ee.concurrent.handle | |
org.jboss.as.ejb3.component.concurrent | |
org.jboss.as.txn.ee.concurrency |
Modifier and Type | Method and Description |
---|---|
SetupContextHandle |
ConcurrentContext.saveContext(javax.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 |
NamingContextHandleFactory.readSetupContextHandle(ObjectInputStream in) |
SetupContextHandle |
OtherEESetupActionsContextHandleFactory.readSetupContextHandle(ObjectInputStream in) |
SetupContextHandle |
ClassLoaderContextHandleFactory.readSetupContextHandle(ObjectInputStream in) |
SetupContextHandle |
SecurityContextHandleFactory.readSetupContextHandle(ObjectInputStream in) |
SetupContextHandle |
ContextHandleFactory.readSetupContextHandle(ObjectInputStream in)
Reads a handle from the specified input stream.
|
SetupContextHandle |
NamingContextHandleFactory.saveContext(javax.enterprise.concurrent.ContextService contextService,
Map<String,String> contextObjectProperties) |
SetupContextHandle |
OtherEESetupActionsContextHandleFactory.saveContext(javax.enterprise.concurrent.ContextService contextService,
Map<String,String> contextObjectProperties) |
SetupContextHandle |
ClassLoaderContextHandleFactory.saveContext(javax.enterprise.concurrent.ContextService contextService,
Map<String,String> contextObjectProperties) |
SetupContextHandle |
SecurityContextHandleFactory.saveContext(javax.enterprise.concurrent.ContextService contextService,
Map<String,String> contextObjectProperties) |
SetupContextHandle |
ContextHandleFactory.saveContext(javax.enterprise.concurrent.ContextService contextService,
Map<String,String> contextObjectProperties) |
Modifier and Type | Method and Description |
---|---|
void |
NamingContextHandleFactory.writeSetupContextHandle(SetupContextHandle contextHandle,
ObjectOutputStream out) |
void |
OtherEESetupActionsContextHandleFactory.writeSetupContextHandle(SetupContextHandle contextHandle,
ObjectOutputStream out) |
void |
ClassLoaderContextHandleFactory.writeSetupContextHandle(SetupContextHandle contextHandle,
ObjectOutputStream out) |
void |
SecurityContextHandleFactory.writeSetupContextHandle(SetupContextHandle contextHandle,
ObjectOutputStream out) |
void |
ContextHandleFactory.writeSetupContextHandle(SetupContextHandle contextHandle,
ObjectOutputStream out)
Writes the handle to the specified output stream.
|
Modifier and Type | Method and Description |
---|---|
SetupContextHandle |
EJBContextHandleFactory.readSetupContextHandle(ObjectInputStream in) |
SetupContextHandle |
EJBContextHandleFactory.saveContext(javax.enterprise.concurrent.ContextService contextService,
Map<String,String> contextObjectProperties) |
Modifier and Type | Method and Description |
---|---|
void |
EJBContextHandleFactory.writeSetupContextHandle(SetupContextHandle contextHandle,
ObjectOutputStream out) |
Modifier and Type | Method and Description |
---|---|
SetupContextHandle |
TransactionLeakContextHandleFactory.readSetupContextHandle(ObjectInputStream in) |
SetupContextHandle |
TransactionLeakContextHandleFactory.saveContext(javax.enterprise.concurrent.ContextService contextService,
Map<String,String> contextObjectProperties) |
Modifier and Type | Method and Description |
---|---|
void |
TransactionLeakContextHandleFactory.writeSetupContextHandle(SetupContextHandle contextHandle,
ObjectOutputStream out) |
Copyright © 2017 JBoss by Red Hat. All rights reserved.