Package | Description |
---|---|
org.jboss.as.ee.concurrent | |
org.jboss.as.ee.concurrent.handle | |
org.jboss.as.ejb3.component.concurrent |
Modifier and Type | Method and Description |
---|---|
ContextHandle |
ConcurrentContext.saveContext(javax.enterprise.concurrent.ContextService contextService,
Map<String,String> contextObjectProperties)
Saves the current invocation context on a chained context handle.
|
Modifier and Type | Method and Description |
---|---|
ContextHandle |
ContextHandleFactory.readHandle(ObjectInputStream in)
Reads a handle from the specified input stream.
|
ContextHandle |
ClassLoaderContextHandleFactory.readHandle(ObjectInputStream in) |
ContextHandle |
OtherEESetupActionsContextHandleFactory.readHandle(ObjectInputStream in) |
ContextHandle |
SecurityContextHandleFactory.readHandle(ObjectInputStream in) |
ContextHandle |
NamingContextHandleFactory.readHandle(ObjectInputStream in) |
ContextHandle |
TransactionLeakContextHandleFactory.readHandle(ObjectInputStream in) |
ContextHandle |
ContextHandleFactory.saveContext(javax.enterprise.concurrent.ContextService contextService,
Map<String,String> contextObjectProperties) |
ContextHandle |
ClassLoaderContextHandleFactory.saveContext(javax.enterprise.concurrent.ContextService contextService,
Map<String,String> contextObjectProperties) |
ContextHandle |
OtherEESetupActionsContextHandleFactory.saveContext(javax.enterprise.concurrent.ContextService contextService,
Map<String,String> contextObjectProperties) |
ContextHandle |
SecurityContextHandleFactory.saveContext(javax.enterprise.concurrent.ContextService contextService,
Map<String,String> contextObjectProperties) |
ContextHandle |
NamingContextHandleFactory.saveContext(javax.enterprise.concurrent.ContextService contextService,
Map<String,String> contextObjectProperties) |
ContextHandle |
TransactionLeakContextHandleFactory.saveContext(javax.enterprise.concurrent.ContextService contextService,
Map<String,String> contextObjectProperties) |
Modifier and Type | Method and Description |
---|---|
void |
ContextHandleFactory.writeHandle(ContextHandle contextHandle,
ObjectOutputStream out)
Writes the handle to the specified output stream.
|
void |
ClassLoaderContextHandleFactory.writeHandle(ContextHandle contextHandle,
ObjectOutputStream out) |
void |
OtherEESetupActionsContextHandleFactory.writeHandle(ContextHandle contextHandle,
ObjectOutputStream out) |
void |
SecurityContextHandleFactory.writeHandle(ContextHandle contextHandle,
ObjectOutputStream out) |
void |
NamingContextHandleFactory.writeHandle(ContextHandle contextHandle,
ObjectOutputStream out) |
void |
TransactionLeakContextHandleFactory.writeHandle(ContextHandle contextHandle,
ObjectOutputStream out) |
Modifier and Type | Method and Description |
---|---|
ContextHandle |
EJBContextHandleFactory.readHandle(ObjectInputStream in) |
ContextHandle |
EJBContextHandleFactory.saveContext(javax.enterprise.concurrent.ContextService contextService,
Map<String,String> contextObjectProperties) |
Modifier and Type | Method and Description |
---|---|
void |
EJBContextHandleFactory.writeHandle(ContextHandle contextHandle,
ObjectOutputStream out) |
Copyright © 2015 JBoss by Red Hat. All rights reserved.