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

com.atomikos.persistence.imp.AbstractObjectLog Maven / Gradle / Ivy

There is a newer version: 6.0.0
Show newest version
package com.atomikos.persistence.imp;

import com.atomikos.persistence.LogException;
import com.atomikos.persistence.ObjectLog;

public abstract class AbstractObjectLog implements ObjectLog {

	public AbstractObjectLog() {
		super();
	}

	public abstract void flush(SystemLogImage img, boolean shouldSync) throws LogException;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy