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

org.omg.XA.CurrentConnectionOperations Maven / Gradle / Ivy

package org.omg.XA;


/**
 * Generated from IDL interface "CurrentConnection".
 *
 * @author JacORB IDL compiler V 2.3.1 (JBoss patch01), 29-Jul-2009
 * @version generated at Oct 2, 2012 3:07:47 PM
 */

public interface CurrentConnectionOperations
{
	/* constants */
	/* operations  */
	void start(org.omg.CosTransactions.Coordinator tx, org.omg.CosTransactions.otid_t otid);
	void suspend(org.omg.CosTransactions.Coordinator tx, org.omg.CosTransactions.otid_t otid);
	void resume(org.omg.CosTransactions.Coordinator tx, org.omg.CosTransactions.otid_t otid);
	void end(org.omg.CosTransactions.Coordinator tx, org.omg.CosTransactions.otid_t otid, boolean success);
	short thread_model();
	int rmid();
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy