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

com.atomikos.icatch.tcc.rest.ParticipantAdapter 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.icatch.tcc.rest;

import java.io.Serializable;

import com.atomikos.icatch.HeurRollbackException;

interface ParticipantAdapter extends Serializable {
	String getUri();
	void delete();
	void put() throws HeurRollbackException;
	void options();
	long getExpires();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy