Package org.glassfish.concurrent.runtime
Class TransactionSetupProviderImpl
- java.lang.Object
-
- org.glassfish.concurrent.runtime.TransactionSetupProviderImpl
-
- All Implemented Interfaces:
Serializable,org.glassfish.enterprise.concurrent.spi.TransactionSetupProvider
public class TransactionSetupProviderImpl extends Object implements org.glassfish.enterprise.concurrent.spi.TransactionSetupProvider
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description TransactionSetupProviderImpl(JavaEETransactionManager transactionManager, boolean keepTransactionUnchanged, boolean clearTransaction)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidafterProxyMethod(org.glassfish.enterprise.concurrent.spi.TransactionHandle handle, String transactionExecutionProperty)org.glassfish.enterprise.concurrent.spi.TransactionHandlebeforeProxyMethod(String transactionExecutionProperty)
-
-
-
Constructor Detail
-
TransactionSetupProviderImpl
public TransactionSetupProviderImpl(JavaEETransactionManager transactionManager, boolean keepTransactionUnchanged, boolean clearTransaction)
-
-
Method Detail
-
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
-
-