C# 클래스 Apache.NMS.ActiveMQ.Transport.LoggingTransport

A Transport filter that is used to log the commands sent and received.
상속: TransportFilter
파일 보기 프로젝트 열기: ThorTech/apache-nms

공개 메소드들

메소드 설명
LoggingTransport ( ITransport next ) : System
Oneway ( Command command ) : void

보호된 메소드들

메소드 설명
OnCommand ( ITransport sender, Command command ) : void
OnException ( ITransport sender, Exception error ) : void

메소드 상세

LoggingTransport() 공개 메소드

public LoggingTransport ( ITransport next ) : System
next ITransport
리턴 System

OnCommand() 보호된 메소드

protected OnCommand ( ITransport sender, Command command ) : void
sender ITransport
command Command
리턴 void

OnException() 보호된 메소드

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

Oneway() 공개 메소드

public Oneway ( Command command ) : void
command Command
리턴 void