Package org.glassfish.concurrent.runtime
Class TransactionSetupProviderImpl
java.lang.Object
org.glassfish.concurrent.runtime.TransactionSetupProviderImpl
- All Implemented Interfaces:
Serializable,org.glassfish.concurro.spi.TransactionSetupProvider
public class TransactionSetupProviderImpl
extends Object
implements org.glassfish.concurro.spi.TransactionSetupProvider
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionTransactionSetupProviderImpl(com.sun.enterprise.transaction.api.JavaEETransactionManager transactionManager, boolean keepTransactionUnchanged, boolean clearTransaction) -
Method Summary
Modifier and TypeMethodDescriptionvoidafterProxyMethod(org.glassfish.concurro.spi.TransactionHandle handle, String transactionExecutionProperty) org.glassfish.concurro.spi.TransactionHandlebeforeProxyMethod(String transactionExecutionProperty)
-
Constructor Details
-
TransactionSetupProviderImpl
public TransactionSetupProviderImpl(com.sun.enterprise.transaction.api.JavaEETransactionManager transactionManager, boolean keepTransactionUnchanged, boolean clearTransaction)
-
-
Method Details
-
beforeProxyMethod
public org.glassfish.concurro.spi.TransactionHandle beforeProxyMethod(String transactionExecutionProperty) - Specified by:
beforeProxyMethodin interfaceorg.glassfish.concurro.spi.TransactionSetupProvider
-
afterProxyMethod
public void afterProxyMethod(org.glassfish.concurro.spi.TransactionHandle handle, String transactionExecutionProperty) - Specified by:
afterProxyMethodin interfaceorg.glassfish.concurro.spi.TransactionSetupProvider
-