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 SourceRecoveryLogger
Declaration
public IRecoveryLogger RecoveryLogger { get; set; }
Property Value
Type | Description |
---|---|
IRecoveryLogger |
RecoveryLoggerType
Declaration
public string RecoveryLoggerType { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Methods
| Improve this Doc View SourceClone()
Declaration
public object Clone()
Returns
Type | Description |
---|---|
System.Object |
RegisterRecoveryLoggerFactory(String, Type)
Declaration
public void RegisterRecoveryLoggerFactory(string scheme, Type factoryType)
Parameters
Type | Name | Description |
---|---|---|
System.String | scheme | |
System.Type | factoryType |
Implements
System.ICloneable