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

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

Go to download

JBossTS - JBoss Transaction Service. JTA, JTS and XTS (WS-AT, WS-BA)

The newest version!
package org.omg.XA;


/**
 * Generated from IDL interface "XASwitch".
 *
 * @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 XASwitchOperations
{
	/* constants */
	/* operations  */
	java.lang.String name();
	int flags();
	int version();
	int xa_open(java.lang.String name, int rmid, int flags);
	int xa_close(java.lang.String name, int rmid, int flags);
	int xa_start(org.omg.CosTransactions.otid_t txid, int rmid, int flags);
	int xa_end(org.omg.CosTransactions.otid_t txid, int rmid, int flags);
	int xa_rollback(org.omg.CosTransactions.otid_t txid, int rmid, int flags);
	int xa_prepare(org.omg.CosTransactions.otid_t txid, int rmid, int flags);
	int xa_commit(org.omg.CosTransactions.otid_t txid, int rmid, int flags);
	int xa_recover(org.omg.XA.XIDsHolder txid, int rmid, int flags);
	int xa_forget(org.omg.CosTransactions.otid_t txid, int rmid, int flags);
	int xa_complete(org.omg.CORBA.IntHolder handle, org.omg.CORBA.IntHolder retval, int rmid, int flags);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy