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

net.sf.hajdbc.state.sync.SyncMgr Maven / Gradle / Ivy

There is a newer version: 3.6.61
Show newest version
package net.sf.hajdbc.state.sync;

import net.sf.hajdbc.Database;
import net.sf.hajdbc.distributed.Command;
import net.sf.hajdbc.distributed.Member;

import java.io.File;

public interface SyncMgr {
  boolean sync(Database db, File file);
  Member getMember(Database db);
  boolean execute(Database db, Command cmd);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy