Show / Hide Table of Contents

    Class NetTxRecoveryPolicy

    Policy class used to configure the options associated with TX recovery.

    Inheritance
    System.Object
    NetTxRecoveryPolicy
    Implements
    System.ICloneable
    Inherited Members
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.ToString()
    Namespace: Apache.NMS.ActiveMQ
    Assembly: Apache.NMS.ActiveMQ.dll
    Syntax
    public class NetTxRecoveryPolicy : ICloneable

    Properties

    | Improve this Doc View Source

    RecoveryLogger

    Declaration
    public IRecoveryLogger RecoveryLogger { get; set; }
    Property Value
    Type Description
    IRecoveryLogger
    | Improve this Doc View Source

    RecoveryLoggerType

    Declaration
    public string RecoveryLoggerType { get; set; }
    Property Value
    Type Description
    System.String

    Methods

    | Improve this Doc View Source

    Clone()

    Declaration
    public object Clone()
    Returns
    Type Description
    System.Object
    | Improve this Doc View Source

    RegisterRecoveryLoggerFactory(String, Type)

    Declaration
    public void RegisterRecoveryLoggerFactory(string scheme, Type factoryType)
    Parameters
    Type Name Description
    System.String scheme
    System.Type factoryType

    Implements

    System.ICloneable
    • Improve this Doc
    • View Source
    Back to top Copyright � 2005-2019 Apache Software Foundation project
    Generated by DocFX