Class TransactionState
Inheritance
System.Object
TransactionState
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
Namespace: Apache.NMS.ActiveMQ.State
Assembly: Apache.NMS.ActiveMQ.dll
Syntax
public class TransactionState
Constructors
| Improve this Doc View SourceTransactionState(TransactionId)
Declaration
public TransactionState(TransactionId id)
Parameters
Type | Name | Description |
---|---|---|
TransactionId | id |
Properties
| Improve this Doc View SourceCommands
Declaration
public List<Command> Commands { get; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<Command> |
Id
Declaration
public TransactionId Id { get; }
Property Value
Type | Description |
---|---|
TransactionId |
Prepared
Declaration
public bool Prepared { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
PreparedResult
Declaration
public int PreparedResult { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
ProducerStates
Declaration
public AtomicCollection<ProducerState> ProducerStates { get; }
Property Value
Type | Description |
---|---|
AtomicCollection<ProducerState> |
Methods
| Improve this Doc View SourceAddCommand(Command)
Declaration
public void AddCommand(Command operation)
Parameters
Type | Name | Description |
---|---|---|
Command | operation |
AddProducer(ProducerState)
Declaration
public void AddProducer(ProducerState producer)
Parameters
Type | Name | Description |
---|---|---|
ProducerState | producer |
Shutdown()
Declaration
public void Shutdown()
ToString()
Declaration
public override string ToString()
Returns
Type | Description |
---|---|
System.String |
Overrides
System.Object.ToString()