
org.omg.CosTransactions.CurrentOperations Maven / Gradle / Ivy
package org.omg.CosTransactions;
/**
* Generated from IDL interface "Current".
*
* @author JacORB IDL compiler V 2.3.1 (JBoss patch01), 29-Jul-2009
* @version generated at Sep 25, 2012 5:03:58 PM
*/
public interface CurrentOperations
extends org.omg.CORBA.CurrentOperations
{
/* constants */
/* operations */
void begin() throws org.omg.CosTransactions.SubtransactionsUnavailable;
void commit(boolean report_heuristics) throws org.omg.CosTransactions.NoTransaction,org.omg.CosTransactions.HeuristicHazard,org.omg.CosTransactions.HeuristicMixed;
void rollback() throws org.omg.CosTransactions.NoTransaction;
void rollback_only() throws org.omg.CosTransactions.NoTransaction;
org.omg.CosTransactions.Status get_status();
java.lang.String get_transaction_name();
void set_timeout(int seconds);
org.omg.CosTransactions.Control get_control();
org.omg.CosTransactions.Control suspend();
void resume(org.omg.CosTransactions.Control which) throws org.omg.CosTransactions.InvalidControl;
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy