Class DiscoveryTransport
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.Transport.Discovery
Assembly: Apache.NMS.ActiveMQ.dll
Syntax
public class DiscoveryTransport : TransportFilter, ITransport, IStartable, IDisposable, IStoppable
Constructors
| Improve this Doc View SourceDiscoveryTransport(ICompositeTransport)
Declaration
public DiscoveryTransport(ICompositeTransport next)
Parameters
Type | Name | Description |
---|---|---|
ICompositeTransport | next |
Fields
| Improve this Doc View SourceDISCOVERED_OPTION_PREFIX
Declaration
public const string DISCOVERED_OPTION_PREFIX = "discovered."
Field Value
Type | Description |
---|---|
System.String |
Properties
| Improve this Doc View SourceDiscoveryAgent
Declaration
public IDiscoveryAgent DiscoveryAgent { get; set; }
Property Value
Type | Description |
---|---|
IDiscoveryAgent |
Properties
Declaration
public StringDictionary Properties { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Specialized.StringDictionary |
Methods
| Improve this Doc View SourceStart()
Declaration
public override void Start()
Overrides
| Improve this Doc View SourceStop()
Declaration
public override void Stop()
Overrides
Implements
Apache.NMS.IStartable
System.IDisposable
Apache.NMS.IStoppable