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

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

Public Methods

Method Description
LoggingTransport ( ITransport next ) : System
Oneway ( Command command ) : void

Protected Methods

Method Description
OnCommand ( ITransport sender, Command command ) : void
OnException ( ITransport sender, Exception error ) : void

Method Details

LoggingTransport() public method

public LoggingTransport ( ITransport next ) : System
next ITransport
return System

OnCommand() protected method

protected OnCommand ( ITransport sender, Command command ) : void
sender ITransport
command Command
return void

OnException() protected method

protected OnException ( ITransport sender, Exception error ) : void
sender ITransport
error System.Exception
return void

Oneway() public method

public Oneway ( Command command ) : void
command Command
return void