Show / Hide Table of Contents

    Class XATransactionId

    Inheritance
    System.Object
    BaseDataStructure
    TransactionId
    XATransactionId
    Implements
    DataStructure
    System.ICloneable
    Xid
    Inherited Members
    TransactionId.ID_TRANSACTIONID
    TransactionId.Equals(TransactionId)
    BaseDataStructure.IsMarshallAware()
    BaseDataStructure.BeforeMarshall(OpenWireFormat)
    BaseDataStructure.AfterMarshall(OpenWireFormat)
    BaseDataStructure.BeforeUnmarshall(OpenWireFormat)
    BaseDataStructure.AfterUnmarshall(OpenWireFormat)
    BaseDataStructure.SetMarshalledForm(OpenWireFormat, Byte[])
    BaseDataStructure.GetMarshalledForm(OpenWireFormat)
    BaseDataStructure.HashCode(Object)
    BaseDataStructure.Clone()
    System.Object.Equals(System.Object, System.Object)
    System.Object.GetType()
    System.Object.MemberwiseClone()
    System.Object.ReferenceEquals(System.Object, System.Object)
    Namespace: Apache.NMS.ActiveMQ.Commands
    Assembly: Apache.NMS.ActiveMQ.dll
    Syntax
    public class XATransactionId : TransactionId, DataStructure, ICloneable, Xid

    Fields

    | Improve this Doc View Source

    ID_XATRANSACTIONID

    Declaration
    public const byte ID_XATRANSACTIONID = 112
    Field Value
    Type Description
    System.Byte

    Properties

    | Improve this Doc View Source

    BranchQualifier

    Declaration
    public byte[] BranchQualifier { get; set; }
    Property Value
    Type Description
    System.Byte[]
    | Improve this Doc View Source

    FormatId

    Declaration
    public int FormatId { get; set; }
    Property Value
    Type Description
    System.Int32
    | Improve this Doc View Source

    GlobalTransactionId

    Declaration
    public byte[] GlobalTransactionId { get; set; }
    Property Value
    Type Description
    System.Byte[]

    Methods

    | Improve this Doc View Source

    Equals(XATransactionId)

    Declaration
    public virtual bool Equals(XATransactionId that)
    Parameters
    Type Name Description
    XATransactionId that
    Returns
    Type Description
    System.Boolean
    | Improve this Doc View Source

    Equals(Object)

    Declaration
    public override bool Equals(object that)
    Parameters
    Type Name Description
    System.Object that
    Returns
    Type Description
    System.Boolean
    Overrides
    TransactionId.Equals(Object)
    | Improve this Doc View Source

    GetDataStructureType()

    Declaration
    public override byte GetDataStructureType()
    Returns
    Type Description
    System.Byte
    Overrides
    TransactionId.GetDataStructureType()
    | Improve this Doc View Source

    GetHashCode()

    Declaration
    public override int GetHashCode()
    Returns
    Type Description
    System.Int32
    Overrides
    TransactionId.GetHashCode()
    | Improve this Doc View Source

    ToString()

    Declaration
    public override string ToString()
    Returns
    Type Description
    System.String
    Overrides
    TransactionId.ToString()

    Implements

    DataStructure
    System.ICloneable
    Xid
    • Improve this Doc
    • View Source
    Back to top Copyright � 2005-2019 Apache Software Foundation project
    Generated by DocFX