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

A Transport filter that is used to log the commands sent and received.
Inheritance: TransportFilter
Afficher le fichier Open project: ThorTech/apache-nms

Méthodes publiques

Méthode Description
LoggingTransport ( ITransport next ) : System
Oneway ( Command command ) : void

Méthodes protégées

Méthode Description
OnCommand ( ITransport sender, Command command ) : void
OnException ( ITransport sender, Exception error ) : void

Method Details

LoggingTransport() public méthode

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

OnCommand() protected méthode

protected OnCommand ( ITransport sender, Command command ) : void
sender ITransport
command Command
Résultat void

OnException() protected méthode

protected OnException ( ITransport sender, Exception error ) : void
sender ITransport
error System.Exception
Résultat void

Oneway() public méthode

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