Class ServerShutdownTransaction


public class ServerShutdownTransaction extends ThrowawayTransaction
Transaction to store sessions on server shutdown.
  • Constructor Details

  • Method Details

    • performOperations

      protected void performOperations()
      Description copied from class: Transaction
      Implement this method for transaction execution.
      Specified by:
      performOperations in class Transaction