Table of Contents

Class LoggingTransport

Namespace
Apache.NMS.ActiveMQ.Transport
Assembly
Apache.NMS.ActiveMQ.dll
public class LoggingTransport : TransportFilter, ITransport, IStartable, IDisposable, IStoppable
Inheritance
LoggingTransport
Implements
IStartable
IStoppable
Inherited Members

Constructors

LoggingTransport(ITransport)

public LoggingTransport(ITransport next)

Parameters

next ITransport

Methods

OnCommand(ITransport, Command)

protected override void OnCommand(ITransport sender, Command command)

Parameters

sender ITransport
command Command

OnException(ITransport, Exception)

protected override void OnException(ITransport sender, Exception error)

Parameters

sender ITransport
error Exception

Oneway(Command)

public override void Oneway(Command command)

Parameters

command Command