org.omg.BridgeTransactionMgmt
Interface TransactionManagementOperations

All Known Subinterfaces:
TransactionManagement
All Known Implementing Classes:
_TransactionManagementStub, TransactionManagementPOA

public interface TransactionManagementOperations

Generated from IDL interface "TransactionManagement"

Author:
JacORB IDL compiler V 2.2.3, 10-Dec-2005

Method Summary
 void disable_transaction()
           
 void enable_transaction(int events, int timeout)
           
 

Method Detail

enable_transaction

public void enable_transaction(int events,
                               int timeout)
                        throws TransactionAlreadyActive,
                               UnsupportedTransaction
Throws:
TransactionAlreadyActive
UnsupportedTransaction

disable_transaction

public void disable_transaction()
                         throws TransactionActive
Throws:
TransactionActive