net.sf.hajdbc.state.sync.SyncCommand Maven / Gradle / Ivy
package net.sf.hajdbc.state.sync;
import net.sf.hajdbc.distributed.Command;
import net.sf.hajdbc.state.distributed.StateCommandContext;
public interface SyncCommand extends Command {
}
package net.sf.hajdbc.state.sync;
import net.sf.hajdbc.distributed.Command;
import net.sf.hajdbc.state.distributed.StateCommandContext;
public interface SyncCommand extends Command {
}