C# Class Apache.NMS.ActiveMQ.Transport.MutexTransport

A Transport which guards access to the next transport using a mutex.
Inheritance: TransportFilter
Afficher le fichier Open project: ThorTech/apache-nms

Méthodes publiques

Méthode Description
AsyncRequest ( Command command ) : FutureResponse
MutexTransport ( ITransport next ) : System
Oneway ( Command command ) : void
Request ( Command command, System.TimeSpan timeout ) : Response

Method Details

AsyncRequest() public méthode

public AsyncRequest ( Command command ) : FutureResponse
command Command
Résultat FutureResponse

MutexTransport() public méthode

public MutexTransport ( ITransport next ) : System
next ITransport
Résultat System

Oneway() public méthode

public Oneway ( Command command ) : void
command Command
Résultat void

Request() public méthode

public Request ( Command command, System.TimeSpan timeout ) : Response
command Command
timeout System.TimeSpan
Résultat Apache.NMS.ActiveMQ.Commands.Response