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

com.atomikos.recovery.tcc.rest.TccTransport Maven / Gradle / Ivy

There is a newer version: 4.0.6
Show newest version
/**
 * Copyright (C) 2000-2016 Atomikos 
 *
 * LICENSE CONDITIONS
 *
 * See http://www.atomikos.com/Main/WhichLicenseApplies for details.
 */

package com.atomikos.recovery.tcc.rest;

import com.atomikos.icatch.HeurRollbackException;

public interface TccTransport {

	void put(String uri) throws HeurRollbackException;

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy