Searched defs:realTID (Results 1 - 1 of 1) sorted by relevance

/glassfish-3.1.2/transaction/jts/src/main/java/com/sun/jts/CosTransactions/
H A DGlobalTID.java96 otid_t realTID = null; field in class:GlobalTID
115 realTID = otherTID;
131 realTID = new otid_t(formatID, bqual_length, tid);
148 realTID = new otid_t(xid.getFormatId(), blen, xidRep);
167 realTID = new otid_t(formatID,bqualLength,tid);
191 realTID = new otid_t(formatID,bqualLength,tid);
203 GlobalTID result = new GlobalTID(realTID);
221 return realTID.formatID == -1;
246 otherTID = ((GlobalTID)other).realTID;
262 if( realTID
[all...]

Completed in 26 milliseconds