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_tTransIdentity. otidotid_totid_tHolder. valueMethods in org.omg.CosTransactions that return otid_t Modifier and Type Method Description static otid_totid_tHelper. extract(Any a)static otid_totid_tHelper. read(InputStream istream)Methods in org.omg.CosTransactions with parameters of type otid_t Modifier and Type Method Description static voidotid_tHelper. insert(Any a, otid_t that)static voidotid_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)
-