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

com.atomikos.jdbc.internal.NonXaConnectionProxy Maven / Gradle / Ivy

/**
 * Copyright (C) 2000-2020 Atomikos 
 *
 * LICENSE CONDITIONS
 *
 * See http://www.atomikos.com/Main/WhichLicenseApplies for details.
 */

package com.atomikos.jdbc.internal;

import java.sql.SQLException;

interface NonXaConnectionProxy 
{

	void transactionTerminated ( boolean committed ) throws SQLException;
	
	boolean isAvailableForReuseByPool();
	
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy