Class VTransactionListenerImpl

    • Constructor Detail

      • VTransactionListenerImpl

        public VTransactionListenerImpl()
    • Method Detail

      • onFinish

        public void onFinish​(boolean commitSucceeded,
                             long elapsedTime)
        Notifies the end of the transaction. This method is called on commit or rollback.
        Specified by:
        onFinish in interface VTransactionListener
        Parameters:
        commitSucceeded - if the transaction has been committed successfully
        elapsedTime - the elapse time in ms