C# Class Apache.NMS.ActiveMQ.NetTxRecoveryPolicy

Policy class used to configure the options associated with TX recovery.
Inheritance: ICloneable
Afficher le fichier Open project: ThorTech/apache-nms

Méthodes publiques

Méthode Description
Clone ( ) : Object
RegisterRecoveryLoggerFactory ( string scheme, Type factoryType ) : void

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

RegisterRecoveryLoggerFactory() public méthode

public RegisterRecoveryLoggerFactory ( string scheme, Type factoryType ) : void
scheme string
factoryType System.Type
Résultat void