Uses of Interface
com.github.sttk.sabi.AsyncGroup

  • Uses of AsyncGroup in com.github.sttk.sabi

    Methods in com.github.sttk.sabi with parameters of type AsyncGroup
    Modifier and Type
    Method
    Description
    void
    DataConn.commit(AsyncGroup ag)
    Commits the changes made within the current session to the external data service.
    default void
    DataConn.forceBack(AsyncGroup ag)
    Performs a force-back operation to revert the committed changes when this connection had been already committed but the other connection had failed.
    default void
    DataConn.postCommit(AsyncGroup ag)
    Performs any necessary post-commit operations.
    default void
    DataConn.preCommit(AsyncGroup ag)
    Performs any necessary pre-commit operations.
    void
    DataConn.rollback(AsyncGroup ag)
    Rolls back the changes made within the current session, discarding all operations performed since the last commit or rollback.
    void
    DataSrc.setup(AsyncGroup ag)
    Sets up the data source, performing any necessary initialization or configuration to establish connectivity to the external data service.