Package org.jboss.as.ee.concurrent
Class ServiceTransactionSetupProvider
java.lang.Object
org.jboss.as.ee.concurrent.ServiceTransactionSetupProvider
- All Implemented Interfaces:
Serializable,org.glassfish.enterprise.concurrent.spi.TransactionSetupProvider
public class ServiceTransactionSetupProvider
extends Object
implements org.glassfish.enterprise.concurrent.spi.TransactionSetupProvider
A wrapper for a
TransactionSetupProvider stored in a service, allowing deserialization through MSC.- Author:
- emmartins
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionServiceTransactionSetupProvider(org.glassfish.enterprise.concurrent.spi.TransactionSetupProvider transactionSetupProvider, org.jboss.msc.service.ServiceName serviceName) -
Method Summary
Modifier and TypeMethodDescriptionvoidafterProxyMethod(org.glassfish.enterprise.concurrent.spi.TransactionHandle handle, String transactionExecutionProperty) org.glassfish.enterprise.concurrent.spi.TransactionHandlebeforeProxyMethod(String transactionExecutionProperty)
-
Constructor Details
-
ServiceTransactionSetupProvider
public ServiceTransactionSetupProvider(org.glassfish.enterprise.concurrent.spi.TransactionSetupProvider transactionSetupProvider, org.jboss.msc.service.ServiceName serviceName) - Parameters:
transactionSetupProvider- the provider to wrapserviceName- the name of the service where the provider may be retrieved
-
-
Method Details
-
beforeProxyMethod
public org.glassfish.enterprise.concurrent.spi.TransactionHandle beforeProxyMethod(String transactionExecutionProperty) - Specified by:
beforeProxyMethodin interfaceorg.glassfish.enterprise.concurrent.spi.TransactionSetupProvider
-
afterProxyMethod
public void afterProxyMethod(org.glassfish.enterprise.concurrent.spi.TransactionHandle handle, String transactionExecutionProperty) - Specified by:
afterProxyMethodin interfaceorg.glassfish.enterprise.concurrent.spi.TransactionSetupProvider
-