Uses of Class
bitronix.tm.utils.Uid

Packages that use Uid
bitronix.tm JTA interfaces implementations and global services. 
bitronix.tm.internal Internal implementation details. 
bitronix.tm.journal Transactions disk journal. 
bitronix.tm.resource.common Resource management code common across all resource types. 
bitronix.tm.utils Misc utility classes. 
 

Uses of Uid in bitronix.tm
 

Methods in bitronix.tm that return Uid
 Uid BitronixXid.getBranchQualifierUid()
           
 Uid BitronixXid.getGlobalTransactionIdUid()
           
 

Constructors in bitronix.tm with parameters of type Uid
BitronixXid(Uid globalTransactionId, Uid branchQualifier)
          Create a new XID using the specified GTRID and BQUAL.
 

Uses of Uid in bitronix.tm.internal
 

Methods in bitronix.tm.internal that return Uid
 Uid XAResourceManager.getGtrid()
          Get the GTRID of the transaction the XAResourceManager instance is attached to.
 

Constructors in bitronix.tm.internal with parameters of type Uid
XAResourceManager(Uid gtrid)
          Create a resource manager for the specified GTRID.
 

Uses of Uid in bitronix.tm.journal
 

Methods in bitronix.tm.journal that return Uid
 Uid TransactionLogRecord.getGtrid()
           
 

Methods in bitronix.tm.journal with parameters of type Uid
 void NullJournal.log(int status, Uid gtrid, Set uniqueNames)
           
 void Journal.log(int status, Uid gtrid, Set uniqueNames)
          Log a new transaction status to journal.
 void DiskJournal.log(int status, Uid gtrid, Set uniqueNames)
          Log a new transaction status to journal.
 

Constructors in bitronix.tm.journal with parameters of type Uid
TransactionLogRecord(int status, int recordLength, int headerLength, long time, int sequenceNumber, int crc32, Uid gtrid, Set uniqueNames, int endRecord)
          Use this constructor when restoring a log from the disk.
TransactionLogRecord(int status, Uid gtrid, Set uniqueNames)
          Create a new transaction log ready to be stored.
 

Uses of Uid in bitronix.tm.resource.common
 

Methods in bitronix.tm.resource.common with parameters of type Uid
 Map XAResourceHolder.getXAResourceHolderStatesForGtrid(Uid gtrid)
          Get all the XAResourceHolderStates of this wrapped resource for a specific GTRID.
 Map AbstractXAResourceHolder.getXAResourceHolderStatesForGtrid(Uid gtrid)
           
 

Uses of Uid in bitronix.tm.utils
 

Methods in bitronix.tm.utils that return Uid
static Uid UidGenerator.generateUid()
          Generate a UID, globally unique.
 

Methods in bitronix.tm.utils with parameters of type Uid
static BitronixXid UidGenerator.generateXid(Uid gtrid)
          Generate a XID with the specified globalTransactionId.
 



Copyright © 2006-2011 Bitronix Software. All Rights Reserved.