public class TransactionLeakContextHandleFactory extends Object implements ContextHandleFactory
| Constructor and Description |
|---|
TransactionLeakContextHandleFactory() |
| Modifier and Type | Method and Description |
|---|---|
int |
getChainPriority() |
String |
getName() |
org.jboss.as.server.deployment.DelegatingSupplier<TransactionManager> |
getTransactionManagerSupplier() |
SetupContextHandle |
readSetupContextHandle(ObjectInputStream in) |
SetupContextHandle |
saveContext(javax.enterprise.concurrent.ContextService contextService,
Map<String,String> contextObjectProperties) |
void |
writeSetupContextHandle(SetupContextHandle contextHandle,
ObjectOutputStream out) |
public static final String NAME
public SetupContextHandle saveContext(javax.enterprise.concurrent.ContextService contextService, Map<String,String> contextObjectProperties)
saveContext in interface ContextHandleFactorypublic String getName()
getName in interface ContextHandleFactorypublic int getChainPriority()
getChainPriority in interface ContextHandleFactorypublic void writeSetupContextHandle(SetupContextHandle contextHandle, ObjectOutputStream out) throws IOException
writeSetupContextHandle in interface ContextHandleFactoryIOExceptionpublic SetupContextHandle readSetupContextHandle(ObjectInputStream in) throws IOException, ClassNotFoundException
readSetupContextHandle in interface ContextHandleFactoryIOExceptionClassNotFoundExceptionpublic org.jboss.as.server.deployment.DelegatingSupplier<TransactionManager> getTransactionManagerSupplier()
Copyright © 2022 JBoss by Red Hat. All rights reserved.