Uses of Class
bitronix.tm.utils.Uid
Packages that use Uid
Package
Description
JTA interfaces implementations and global services.
Internal implementation details.
Transactions disk journal.
Resource management code common across all resource types.
Misc utility classes.
-
Uses of Uid in bitronix.tm
Methods in bitronix.tm that return UidModifier and TypeMethodDescriptionBitronixXid.getBranchQualifierUid()BitronixXid.getGlobalTransactionIdUid()Constructors in bitronix.tm with parameters of type UidModifierConstructorDescriptionBitronixXid(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 UidModifier and TypeMethodDescriptionXAResourceManager.getGtrid()Get the GTRID of the transaction theXAResourceManagerinstance is attached to.Constructors in bitronix.tm.internal with parameters of type UidModifierConstructorDescriptionXAResourceManager(Uid gtrid) Create a resource manager for the specified GTRID. -
Uses of Uid in bitronix.tm.journal
Methods in bitronix.tm.journal that return UidMethods in bitronix.tm.journal that return types with arguments of type UidModifier and TypeMethodDescriptionDiskJournal.collectDanglingRecords()Collect all dangling records of the active log file.Journal.collectDanglingRecords()Collect all dangling records of the journal, ie: COMMITTING records with no corresponding COMMITTED record.NullJournal.collectDanglingRecords()Methods in bitronix.tm.journal with parameters of type UidModifier and TypeMethodDescriptionvoidLog a new transaction status to journal.voidLog a new transaction status to journal.voidConstructors in bitronix.tm.journal with parameters of type UidModifierConstructorDescriptionTransactionLogRecord(int status, int recordLength, int headerLength, long time, int sequenceNumber, int crc32, Uid gtrid, Set<String> uniqueNames, int endRecord) Use this constructor when restoring a log from the disk.TransactionLogRecord(int status, Uid gtrid, Set<String> uniqueNames) Create a new transaction log ready to be stored. -
Uses of Uid in bitronix.tm.resource.common
Methods in bitronix.tm.resource.common that return types with arguments of type UidModifier and TypeMethodDescriptionAbstractXAResourceHolder.getXAResourceHolderStatesForGtrid(Uid gtrid) XAResourceHolder.getXAResourceHolderStatesForGtrid(Uid gtrid) Get all theXAResourceHolderStates of this wrapped resource for a specific GTRID.Methods in bitronix.tm.resource.common with parameters of type UidModifier and TypeMethodDescriptionAbstractXAResourceHolder.getXAResourceHolderStatesForGtrid(Uid gtrid) XAResourceHolder.getXAResourceHolderStatesForGtrid(Uid gtrid) Get all theXAResourceHolderStates of this wrapped resource for a specific GTRID. -
Uses of Uid in bitronix.tm.utils
Methods in bitronix.tm.utils that return UidModifier and TypeMethodDescriptionstatic UidUidGenerator.generateUid()Generate a UID, globally unique.Methods in bitronix.tm.utils with parameters of type UidModifier and TypeMethodDescriptionstatic BitronixXidUidGenerator.generateXid(Uid gtrid) Generate a XID with the specified globalTransactionId.