Uses of Class
org.omg.CosTransactions.otid_t
-
Packages that use otid_t Package Description org.omg.CosTransactions -
-
Uses of otid_t in org.omg.CosTransactions
Fields in org.omg.CosTransactions declared as otid_t Modifier and Type Field Description otid_t
TransIdentity. otid
otid_t
otid_tHolder. value
Methods in org.omg.CosTransactions that return otid_t Modifier and Type Method Description static otid_t
otid_tHelper. extract(Any a)
static otid_t
otid_tHelper. read(InputStream istream)
Methods in org.omg.CosTransactions with parameters of type otid_t Modifier and Type Method Description static void
otid_tHelper. insert(Any a, otid_t that)
static void
otid_tHelper. write(OutputStream ostream, otid_t value)
Constructors in org.omg.CosTransactions with parameters of type otid_t Constructor Description otid_tHolder(otid_t initialValue)
TransIdentity(Coordinator _coord, Terminator _term, otid_t _otid)
-