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