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

com.xxdb.DBTask Maven / Gradle / Ivy

There is a newer version: 3.00.2.2
Show newest version
package com.xxdb;

import java.util.concurrent.Callable;
import com.xxdb.data.Entity;

public interface DBTask extends Callable{
	void setDBConnection(DBConnection conn);
	Entity getResult();
	String getErrorMsg();
	String getScript();
	boolean isSuccessful();
	boolean isFinished();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy