Java javax.transaction.xa Xid fields, constructors, methods, implement or subclass

Example usage for Java javax.transaction.xa Xid fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for javax.transaction.xa Xid.

The text is from its open source code.

Implementation

javax.transaction.xa.Xid has the following implementations.
Click this link to see all its implementation.

Constructor

Method

booleanequals(Object obj)
Indicates whether some other object is "equal to" this one.
byte[]getBranchQualifier()
Obtain the transaction branch identifier part of XID as an array of bytes.
intgetFormatId()
Obtain the format identifier part of the XID.
byte[]getGlobalTransactionId()
Obtain the global transaction identifier part of XID as an array of bytes.
inthashCode()
Returns a hash code value for the object.
StringtoString()
Returns a string representation of the object.