Class Xid


  • public final class Xid
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      Xid​(long format, byte[] globalId, byte[] branchId)  
    • Constructor Detail

      • Xid

        public Xid​(long format,
                   byte[] globalId,
                   byte[] branchId)
    • Method Detail

      • getFormat

        public long getFormat()
      • getGlobalId

        public byte[] getGlobalId()
      • getBranchId

        public byte[] getBranchId()
      • hashCode

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

        public boolean equals​(java.lang.Object obj)
        Overrides:
        equals in class java.lang.Object