C# Class Apache.NMS.ActiveMQ.NetTxRecoveryPolicy

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

Public Methods

Method Description
Clone ( ) : Object
RegisterRecoveryLoggerFactory ( string scheme, Type factoryType ) : void

Private Methods

Method Description
FindLoggerFactory ( string scheme ) : Type
NewInstance ( string scheme ) : IRecoveryLoggerFactory

Method Details

Clone() public method

public Clone ( ) : Object
return Object

RegisterRecoveryLoggerFactory() public method

public RegisterRecoveryLoggerFactory ( string scheme, Type factoryType ) : void
scheme string
factoryType System.Type
return void