Class XidImpl

java.lang.Object
com.sun.xml.ws.tx.at.internal.XidImpl
All Implemented Interfaces:
Serializable, Xid

public class XidImpl extends Object implements Xid, Serializable
Author:
paulparkinson
See Also:
  • Constructor Details

    • XidImpl

      public XidImpl(Xid xid)
    • XidImpl

      public XidImpl(int formatId, byte[] globalTransactionId, byte[] branchQual)
    • XidImpl

      public XidImpl(byte[] globalTransactionId)
    • XidImpl

      public XidImpl(byte[] globalTransactionId, int formatId)
  • Method Details

    • getFormatId

      public int getFormatId()
      Specified by:
      getFormatId in interface Xid
    • getGlobalTransactionId

      public byte[] getGlobalTransactionId()
      Specified by:
      getGlobalTransactionId in interface Xid
    • getBranchQualifier

      public byte[] getBranchQualifier()
      Specified by:
      getBranchQualifier in interface Xid
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • equals

      public boolean equals(Object obj)
      Overrides:
      equals in class Object