All Downloads are FREE. Search and download functionalities are using the official Maven repository.

tfw.tsm.TransactionState Maven / Gradle / Ivy

Go to download

The FrameWork for building highly scalable and maintainable applications

The newest version!
package tfw.tsm;

public interface TransactionState {
    /**
     * Gets a Future<?> which represents the future result
     * of the transaction.
     */
    TfwFuture getResultFuture();

    /**
     * Gets a Future<Long> whose result is the ID of the
     * transaction.  This value is ready when the transaction has been enqueued.
     * @return the future id of the transaction.
     */
    TfwFuture getTransactionIdFuture();
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy