Uses of Class
org.omg.CosTransactions.NoTransaction

Packages that use NoTransaction
org.omg.CosTransactions   
 

Uses of NoTransaction in org.omg.CosTransactions
 

Fields in org.omg.CosTransactions declared as NoTransaction
 NoTransaction NoTransactionHolder.value
           
 

Methods in org.omg.CosTransactions that return NoTransaction
static NoTransaction NoTransactionHelper.extract(Any a)
           
static NoTransaction NoTransactionHelper.read(InputStream istream)
           
 

Methods in org.omg.CosTransactions with parameters of type NoTransaction
static void NoTransactionHelper.insert(Any a, NoTransaction that)
           
static void NoTransactionHelper.write(OutputStream ostream, NoTransaction value)
           
 

Methods in org.omg.CosTransactions that throw NoTransaction
 void CurrentOperations.commit(boolean report_heuristics)
           
 void _CurrentStub.commit(boolean report_heuristics)
           
 void CurrentOperations.rollback_only()
           
 void _CurrentStub.rollback_only()
           
 void CurrentOperations.rollback()
           
 void _CurrentStub.rollback()
           
 

Constructors in org.omg.CosTransactions with parameters of type NoTransaction
NoTransactionHolder(NoTransaction initialValue)
           
 



Copyright © 2003-2011 The Apache Software Foundation. All Rights Reserved.