Class LocalTransactionId
- Namespace
- Apache.NMS.ActiveMQ.Commands
- Assembly
- Apache.NMS.ActiveMQ.dll
public class LocalTransactionId : TransactionId, DataStructure, ICloneable
- Inheritance
-
LocalTransactionId
- Implements
-
- Inherited Members
-
Constructors
LocalTransactionId()
public LocalTransactionId()
Fields
ID_LOCALTRANSACTIONID
public const byte ID_LOCALTRANSACTIONID = 111
Field Value
- byte
Properties
ConnectionId
public ConnectionId ConnectionId { get; set; }
Property Value
- ConnectionId
Value
public long Value { get; set; }
Property Value
- long
Methods
Equals(LocalTransactionId)
public virtual bool Equals(LocalTransactionId that)
Parameters
that
LocalTransactionId
Returns
- bool
Equals(object)
public override bool Equals(object that)
Parameters
that
object
Returns
- bool
GetDataStructureType()
public override byte GetDataStructureType()
Returns
- byte
GetHashCode()
public override int GetHashCode()
Returns
- int
ToString()
public override string ToString()
Returns
- string