Uses of Class
org.omg.BridgeTransactionMgmt.UnsupportedTransaction

Packages that use UnsupportedTransaction
org.omg.BridgeTransactionMgmt   
 

Uses of UnsupportedTransaction in org.omg.BridgeTransactionMgmt
 

Fields in org.omg.BridgeTransactionMgmt declared as UnsupportedTransaction
 UnsupportedTransaction UnsupportedTransactionHolder.value
           
 

Methods in org.omg.BridgeTransactionMgmt that return UnsupportedTransaction
static UnsupportedTransaction UnsupportedTransactionHelper.extract(Any any)
           
static UnsupportedTransaction UnsupportedTransactionHelper.read(InputStream in)
           
 

Methods in org.omg.BridgeTransactionMgmt with parameters of type UnsupportedTransaction
static void UnsupportedTransactionHelper.insert(Any any, UnsupportedTransaction s)
           
static void UnsupportedTransactionHelper.write(OutputStream out, UnsupportedTransaction s)
           
 

Methods in org.omg.BridgeTransactionMgmt that throw UnsupportedTransaction
 void _TransactionManagementStub.enable_transaction(int events, int timeout)
           
 void TransactionManagementPOATie.enable_transaction(int events, int timeout)
           
 void TransactionManagementOperations.enable_transaction(int events, int timeout)
           
 

Constructors in org.omg.BridgeTransactionMgmt with parameters of type UnsupportedTransaction
UnsupportedTransactionHolder(UnsupportedTransaction initial)