Class MutexTransport
A Transport which guards access to the next transport using a mutex.
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
Assembly: Apache.NMS.ActiveMQ.dll
Syntax
public class MutexTransport : TransportFilter, ITransport, IStartable, IDisposable, IStoppable
Constructors
| Improve this Doc View SourceMutexTransport(ITransport)
Declaration
public MutexTransport(ITransport next)
Parameters
Type | Name | Description |
---|---|---|
ITransport | next |
Methods
| Improve this Doc View SourceAsyncRequest(Command)
Declaration
public override FutureResponse AsyncRequest(Command command)
Parameters
Type | Name | Description |
---|---|---|
Command | command |
Returns
Type | Description |
---|---|
FutureResponse |
Overrides
| Improve this Doc View SourceOneway(Command)
Declaration
public override void Oneway(Command command)
Parameters
Type | Name | Description |
---|---|---|
Command | command |
Overrides
| Improve this Doc View SourceRequest(Command, TimeSpan)
Declaration
public override Response Request(Command command, TimeSpan timeout)
Parameters
Type | Name | Description |
---|---|---|
Command | command | |
System.TimeSpan | timeout |
Returns
Type | Description |
---|---|
Response |
Overrides
Implements
Apache.NMS.IStartable
System.IDisposable
Apache.NMS.IStoppable