Table of Contents

Class RecoveryFileLogger

Namespace
Apache.NMS.ActiveMQ.Transactions
Assembly
Apache.NMS.ActiveMQ.dll
public class RecoveryFileLogger : IRecoveryLogger
Inheritance
RecoveryFileLogger
Implements
Inherited Members

Constructors

RecoveryFileLogger()

public RecoveryFileLogger()

Properties

AutoCreateLocation

public bool AutoCreateLocation { get; set; }

Property Value

bool

Location

public string Location { get; set; }

Property Value

string

LoggerType

public string LoggerType { get; }

Property Value

string

ResourceManagerId

public string ResourceManagerId { get; }

Property Value

string

Methods

GetRecoverables()

public KeyValuePair<XATransactionId, byte[]>[] GetRecoverables()

Returns

KeyValuePair<XATransactionId, byte[]>[]

Initialize(string)

public void Initialize(string resourceManagerId)

Parameters

resourceManagerId string

LogRecovered(XATransactionId)

public void LogRecovered(XATransactionId xid)

Parameters

xid XATransactionId

LogRecoveryInfo(XATransactionId, byte[])

public void LogRecoveryInfo(XATransactionId xid, byte[] recoveryInformation)

Parameters

xid XATransactionId
recoveryInformation byte[]

Purge()

public void Purge()