Uses of Class
org.omg.CosTransactions.HeuristicRollback
-
Packages that use HeuristicRollback Package Description org.omg.CosTransactions -
-
Uses of HeuristicRollback in org.omg.CosTransactions
Fields in org.omg.CosTransactions declared as HeuristicRollback Modifier and Type Field Description HeuristicRollback
HeuristicRollbackHolder. value
Methods in org.omg.CosTransactions that return HeuristicRollback Modifier and Type Method Description static HeuristicRollback
HeuristicRollbackHelper. extract(Any a)
static HeuristicRollback
HeuristicRollbackHelper. read(InputStream istream)
Methods in org.omg.CosTransactions with parameters of type HeuristicRollback Modifier and Type Method Description static void
HeuristicRollbackHelper. insert(Any a, HeuristicRollback that)
static void
HeuristicRollbackHelper. write(OutputStream ostream, HeuristicRollback value)
Methods in org.omg.CosTransactions that throw HeuristicRollback Modifier and Type Method Description void
_ResourceStub. commit()
void
_SubtransactionAwareResourceStub. commit()
void
ResourceOperations. commit()
void
ResourcePOATie. commit()
void
SubtransactionAwareResourcePOATie. commit()
Constructors in org.omg.CosTransactions with parameters of type HeuristicRollback Constructor Description HeuristicRollbackHolder(HeuristicRollback initialValue)
-