C# Class Apache.NMS.ActiveMQ.Transactions.RecoveryFileLogger

Inheritance: IRecoveryLogger
Afficher le fichier Open project: ThorTech/apache-nms Class Usage Examples

Private Properties

Свойство Type Description
TryOpenRecoveryInfoFile RecoveryInformation

Méthodes publiques

Méthode Description
GetRecoverables ( ) : byte[]>[].KeyValuePair
Initialize ( string resourceManagerId ) : void
LogRecovered ( XATransactionId xid ) : void
LogRecoveryInfo ( XATransactionId xid, byte recoveryInformation ) : void
Purge ( ) : void
RecoveryFileLogger ( ) : System

Private Methods

Méthode Description
TryOpenRecoveryInfoFile ( ) : RecoveryInformation

Method Details

GetRecoverables() public méthode

public GetRecoverables ( ) : byte[]>[].KeyValuePair
Résultat byte[]>[].KeyValuePair

Initialize() public méthode

public Initialize ( string resourceManagerId ) : void
resourceManagerId string
Résultat void

LogRecovered() public méthode

public LogRecovered ( XATransactionId xid ) : void
xid Apache.NMS.ActiveMQ.Commands.XATransactionId
Résultat void

LogRecoveryInfo() public méthode

public LogRecoveryInfo ( XATransactionId xid, byte recoveryInformation ) : void
xid Apache.NMS.ActiveMQ.Commands.XATransactionId
recoveryInformation byte
Résultat void

Purge() public méthode

public Purge ( ) : void
Résultat void

RecoveryFileLogger() public méthode

public RecoveryFileLogger ( ) : System
Résultat System