Class HttpDiscoveryAgent
Implements
Apache.NMS.IStartable
Apache.NMS.IStoppable
System.IDisposable
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)
Namespace: Apache.NMS.ActiveMQ.Transport.Discovery.Http
Assembly: Apache.NMS.ActiveMQ.dll
Syntax
public class HttpDiscoveryAgent : AbstractDiscoveryAgent, IDiscoveryAgent, IStartable, IStoppable, IDisposable, ISuspendable
Constructors
| Improve this Doc View SourceHttpDiscoveryAgent()
Declaration
public HttpDiscoveryAgent()
Fields
| Improve this Doc View SourceDEFAULT_DISCOVERY_URI_STRING
Declaration
public const string DEFAULT_DISCOVERY_URI_STRING = "http://localhost:8080/discovery-registry"
Field Value
Type | Description |
---|---|
System.String |
DEFAULT_GROUP
Declaration
public const string DEFAULT_GROUP = "default"
Field Value
Type | Description |
---|---|
System.String |
Properties
| Improve this Doc View SourceKeepAliveInterval
Declaration
public override long KeepAliveInterval { get; set; }
Property Value
Type | Description |
---|---|
System.Int64 |
Overrides
Methods
| Improve this Doc View SourceDoAdvertizeSelf()
Declaration
protected override void DoAdvertizeSelf()
Overrides
| Improve this Doc View SourceDoDiscovery()
Declaration
protected override void DoDiscovery()
Overrides
| Improve this Doc View SourceDoStartAgent()
Declaration
protected override void DoStartAgent()
Overrides
| Improve this Doc View SourceDoStopAgent()
Declaration
protected override void DoStopAgent()
Overrides
| Improve this Doc View SourceResume()
Declaration
public void Resume()
Suspend()
Declaration
public void Suspend()
ToString()
Declaration
public override string ToString()
Returns
Type | Description |
---|---|
System.String |
Overrides
System.Object.ToString()
Implements
Apache.NMS.IStartable
Apache.NMS.IStoppable
System.IDisposable