Interface ModelController.OperationTransaction

All Known Subinterfaces:
TransactionalProtocolClient.PreparedOperation<T>
All Known Implementing Classes:
BlockingQueueOperationListener.FailedOperation, BlockingQueueOperationListener.SucceededOperation
Enclosing interface:
ModelController

public static interface ModelController.OperationTransaction
An operation transaction.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Commit the operation.
    void
    Roll the operation back.
  • Method Details

    • commit

      void commit()
      Commit the operation.
    • rollback

      void rollback()
      Roll the operation back.