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 03-Nov-2015 12:23:59
Author:
JacORB IDL compiler V 3.7

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

Method Detail

enable_transaction

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

disable_transaction

void disable_transaction()
                         throws TransactionActive
Throws:
TransactionActive


Copyright © 2015 JacORB. All rights reserved.