Class 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:
    Serialized Form
    • Constructor Detail

      • TransactionSetupProviderImpl

        public TransactionSetupProviderImpl()
    • Method Detail

      • 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