org.omg.BridgeTransactionMgmt
Interface TransactionManagementOperations
- All Known Subinterfaces:
- TransactionManagement
- All Known Implementing Classes:
- _TransactionManagementStub, TransactionManagementPOA, TransactionManagementPOATie
public interface TransactionManagementOperations
Generated from IDL interface "TransactionManagement".
- Version:
- generated at Mar 21, 2012 11:04:31 AM
- Author:
- JacORB IDL compiler V 2.3.1 (JBoss patch01), 29-Jul-2009
enable_transaction
void enable_transaction(int events,
int timeout)
throws TransactionAlreadyActive,
UnsupportedTransaction
- Throws:
TransactionAlreadyActive
UnsupportedTransaction
disable_transaction
void disable_transaction()
throws TransactionActive
- Throws:
TransactionActive