Uses of Class
org.omg.CosTransactions.TransIdentity
-
Packages that use TransIdentity Package Description org.omg.CosTransactions -
-
Uses of TransIdentity in org.omg.CosTransactions
Fields in org.omg.CosTransactions declared as TransIdentity Modifier and Type Field Description TransIdentityPropagationContext. currentTransIdentity[]PropagationContext. parentsTransIdentityTransIdentityHolder. valueMethods in org.omg.CosTransactions that return TransIdentity Modifier and Type Method Description static TransIdentityTransIdentityHelper. extract(Any a)static TransIdentityTransIdentityHelper. read(InputStream istream)Methods in org.omg.CosTransactions with parameters of type TransIdentity Modifier and Type Method Description static voidTransIdentityHelper. insert(Any a, TransIdentity that)static voidTransIdentityHelper. write(OutputStream ostream, TransIdentity value)Constructors in org.omg.CosTransactions with parameters of type TransIdentity Constructor Description PropagationContext(int _timeout, TransIdentity _current, TransIdentity[] _parents, Any _implementation_specific_data)TransIdentityHolder(TransIdentity initialValue)
-