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

com.bytex.snamp.cluster.SnampDatabase Maven / Gradle / Ivy

package com.bytex.snamp.cluster;

import com.bytex.snamp.MethodStub;
import com.orientechnologies.orient.core.db.document.ODatabaseDocumentTx;

/**
 * @author Roman Sakno
 * @version 1.0
 * @since 1.0
 */
final class SnampDatabase extends ODatabaseDocumentTx {
    SnampDatabase(final String databasePath){
        super(databasePath);
    }

    @Override
    @MethodStub
    public void checkIfActive() {

    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy