public class TransactionLeakContextHandleFactory extends Object implements ContextHandleFactory, org.jboss.msc.inject.Injector<TransactionManager>
| Constructor and Description |
|---|
TransactionLeakContextHandleFactory() |
| Modifier and Type | Method and Description |
|---|---|
int |
getChainPriority() |
String |
getName() |
void |
inject(TransactionManager value) |
SetupContextHandle |
readSetupContextHandle(ObjectInputStream in) |
SetupContextHandle |
saveContext(javax.enterprise.concurrent.ContextService contextService,
Map<String,String> contextObjectProperties) |
void |
uninject() |
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 void inject(TransactionManager value) throws org.jboss.msc.inject.InjectionException
inject in interface org.jboss.msc.inject.Injector<TransactionManager>org.jboss.msc.inject.InjectionExceptionpublic void uninject()
uninject in interface org.jboss.msc.inject.Injector<TransactionManager>Copyright © 2018 JBoss by Red Hat. All rights reserved.