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

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

Méthodes publiques

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

Private Methods

Méthode Description
FindLoggerFactory ( string scheme ) : Type
NewInstance ( string scheme ) : IRecoveryLoggerFactory

Method Details

Clone() public méthode

public Clone ( ) : Object
Résultat Object

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

RecoveryLoggerHarness() public méthode

public RecoveryLoggerHarness ( ) : System
Résultat System