Uses of Class
org.omg.CosTransactions.otid_t

Packages that use otid_t
org.omg.CosTransactions   
 

Uses of otid_t in org.omg.CosTransactions
 

Fields in org.omg.CosTransactions declared as otid_t
 otid_t otid_tHolder.value
           
 otid_t TransIdentity.otid
           
 

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

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

Constructors in org.omg.CosTransactions with parameters of type otid_t
otid_tHolder(otid_t initial)
           
TransIdentity(Coordinator coord, Terminator term, otid_t otid)