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

org.multiverse.stms.AbstractTransactionSnapshot Maven / Gradle / Ivy

Go to download

Contains the core interfaces/classes of the Multiverse project. So no STM implementations

There is a newer version: 0.7.0
Show newest version
package org.multiverse.stms;

import org.multiverse.api.lifecycle.TransactionLifecycleListener;

public abstract class AbstractTransactionSnapshot {

    protected TransactionLifecycleListener tasks;
    protected AbstractTransactionSnapshot parent;

    public abstract void restore();
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy