Class TransactionSetupProviderImpl

java.lang.Object
org.jboss.as.ee.concurrent.TransactionSetupProviderImpl
All Implemented Interfaces:
Serializable, org.glassfish.enterprise.concurrent.spi.TransactionSetupProvider

public class TransactionSetupProviderImpl extends Object implements org.glassfish.enterprise.concurrent.spi.TransactionSetupProvider
The transaction setup provider handles transaction suspend/resume.
Author:
Eduardo Martins
See Also:
  • Constructor Details

    • TransactionSetupProviderImpl

      public TransactionSetupProviderImpl()
  • Method Details

    • beforeProxyMethod

      public org.glassfish.enterprise.concurrent.spi.TransactionHandle beforeProxyMethod(String transactionExecutionProperty)
      Specified by:
      beforeProxyMethod in interface org.glassfish.enterprise.concurrent.spi.TransactionSetupProvider
    • afterProxyMethod

      public void afterProxyMethod(org.glassfish.enterprise.concurrent.spi.TransactionHandle transactionHandle, String transactionExecutionProperty)
      Specified by:
      afterProxyMethod in interface org.glassfish.enterprise.concurrent.spi.TransactionSetupProvider