public class ServiceTransactionSetupProvider extends Object implements org.glassfish.enterprise.concurrent.spi.TransactionSetupProvider
TransactionSetupProvider stored in a service, allowing deserialization through MSC.| Constructor and Description |
|---|
ServiceTransactionSetupProvider(org.glassfish.enterprise.concurrent.spi.TransactionSetupProvider transactionSetupProvider,
org.jboss.msc.service.ServiceName serviceName) |
| Modifier and Type | Method and Description |
|---|---|
void |
afterProxyMethod(org.glassfish.enterprise.concurrent.spi.TransactionHandle handle,
String transactionExecutionProperty) |
org.glassfish.enterprise.concurrent.spi.TransactionHandle |
beforeProxyMethod(String transactionExecutionProperty) |
public ServiceTransactionSetupProvider(org.glassfish.enterprise.concurrent.spi.TransactionSetupProvider transactionSetupProvider,
org.jboss.msc.service.ServiceName serviceName)
transactionSetupProvider - the provider to wrapserviceName - the name of the service where the provider may be retrievedpublic org.glassfish.enterprise.concurrent.spi.TransactionHandle beforeProxyMethod(String transactionExecutionProperty)
beforeProxyMethod in interface org.glassfish.enterprise.concurrent.spi.TransactionSetupProviderpublic void afterProxyMethod(org.glassfish.enterprise.concurrent.spi.TransactionHandle handle,
String transactionExecutionProperty)
afterProxyMethod in interface org.glassfish.enterprise.concurrent.spi.TransactionSetupProviderCopyright © 2019 JBoss by Red Hat. All rights reserved.