Class RecoveryFileLogger
Inheritance
System.Object
RecoveryFileLogger
Implements
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)
System.Object.ToString()
Namespace: Apache.NMS.ActiveMQ.Transactions
Assembly: Apache.NMS.ActiveMQ.dll
Syntax
public class RecoveryFileLogger : IRecoveryLogger
Constructors
| Improve this Doc View SourceRecoveryFileLogger()
Declaration
public RecoveryFileLogger()
Properties
| Improve this Doc View SourceAutoCreateLocation
Indiciate that the Logger should create and sibdirs of the given location that don't currently exist.
Declaration
public bool AutoCreateLocation { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
Location
The Path to the location on disk where the recovery log is written to and read from.
Declaration
public string Location { get; set; }
Property Value
Type | Description |
---|---|
System.String |
LoggerType
Declaration
public string LoggerType { get; }
Property Value
Type | Description |
---|---|
System.String |
ResourceManagerId
The Unique Id of the Resource Manager that this logger is currently logging recovery information for.
Declaration
public string ResourceManagerId { get; }
Property Value
Type | Description |
---|---|
System.String |
Methods
| Improve this Doc View SourceGetRecoverables()
Declaration
public KeyValuePair<XATransactionId, byte[]>[] GetRecoverables()
Returns
Type | Description |
---|---|
System.Collections.Generic.KeyValuePair<XATransactionId, System.Byte[]>[] |
Initialize(String)
Declaration
public void Initialize(string resourceManagerId)
Parameters
Type | Name | Description |
---|---|---|
System.String | resourceManagerId |
LogRecovered(XATransactionId)
Declaration
public void LogRecovered(XATransactionId xid)
Parameters
Type | Name | Description |
---|---|---|
XATransactionId | xid |
LogRecoveryInfo(XATransactionId, Byte[])
Declaration
public void LogRecoveryInfo(XATransactionId xid, byte[] recoveryInformation)
Parameters
Type | Name | Description |
---|---|---|
XATransactionId | xid | |
System.Byte[] | recoveryInformation |
Purge()
Declaration
public void Purge()