Uses of Class
org.omg.CosTransactions.TransIdentity

Packages that use TransIdentity
org.omg.CosTransactions   
 

Uses of TransIdentity in org.omg.CosTransactions
 

Fields in org.omg.CosTransactions declared as TransIdentity
 TransIdentity TransIdentityHolder.value
           
 TransIdentity PropagationContext.current
           
 TransIdentity[] PropagationContext.parents
           
 

Methods in org.omg.CosTransactions that return TransIdentity
static TransIdentity TransIdentityHelper.extract(Any any)
           
static TransIdentity TransIdentityHelper.read(InputStream in)
           
 

Methods in org.omg.CosTransactions with parameters of type TransIdentity
static void TransIdentityHelper.insert(Any any, TransIdentity s)
           
static void TransIdentityHelper.write(OutputStream out, TransIdentity s)
           
 

Constructors in org.omg.CosTransactions with parameters of type TransIdentity
TransIdentityHolder(TransIdentity initial)
           
PropagationContext(int timeout, TransIdentity current, TransIdentity[] parents, Any implementation_specific_data)