Uses of Class
org.omg.CosTransactions.TransIdentity
Packages that use TransIdentity
-
Uses of TransIdentity in org.omg.CosTransactions
Fields in org.omg.CosTransactions declared as TransIdentityModifier and TypeFieldDescriptionPropagationContext.current
PropagationContext.parents
TransIdentityHolder.value
Methods in org.omg.CosTransactions that return TransIdentityModifier and TypeMethodDescriptionstatic TransIdentity
static TransIdentity
TransIdentityHelper.read
(InputStream istream) Methods in org.omg.CosTransactions with parameters of type TransIdentityModifier and TypeMethodDescriptionstatic void
TransIdentityHelper.insert
(Any a, TransIdentity that) static void
TransIdentityHelper.write
(OutputStream ostream, TransIdentity value) Constructors in org.omg.CosTransactions with parameters of type TransIdentityModifierConstructorDescriptionPropagationContext
(int _timeout, TransIdentity _current, TransIdentity[] _parents, Any _implementation_specific_data) TransIdentityHolder
(TransIdentity initialValue)