Uses of Class
org.omg.CosTransactions.NotSubtransaction
-
Packages that use NotSubtransaction Package Description org.omg.CosTransactions -
-
Uses of NotSubtransaction in org.omg.CosTransactions
Fields in org.omg.CosTransactions declared as NotSubtransaction Modifier and Type Field Description NotSubtransaction
NotSubtransactionHolder. value
Methods in org.omg.CosTransactions that return NotSubtransaction Modifier and Type Method Description static NotSubtransaction
NotSubtransactionHelper. extract(Any a)
static NotSubtransaction
NotSubtransactionHelper. read(InputStream istream)
Methods in org.omg.CosTransactions with parameters of type NotSubtransaction Modifier and Type Method Description static void
NotSubtransactionHelper. insert(Any a, NotSubtransaction that)
static void
NotSubtransactionHelper. write(OutputStream ostream, NotSubtransaction value)
Methods in org.omg.CosTransactions that throw NotSubtransaction Modifier and Type Method Description void
_CoordinatorStub. register_subtran_aware(SubtransactionAwareResource r)
void
CoordinatorOperations. register_subtran_aware(SubtransactionAwareResource r)
void
CoordinatorPOATie. register_subtran_aware(SubtransactionAwareResource r)
Constructors in org.omg.CosTransactions with parameters of type NotSubtransaction Constructor Description NotSubtransactionHolder(NotSubtransaction initialValue)
-