C# Class Apache.NMS.ActiveMQ.Test.InactivityMonitorTest

Show file Open project: ThorTech/apache-nms

Public Methods

Method Description
OnCommand ( ITransport transport, Command command ) : void
OnException ( ITransport transport, Exception exception ) : void

Private Methods

Method Description
SetUp ( ) : void
TestCreate ( ) : void
TestNonFailureSendCase ( ) : void
TestReadTimeout ( ) : void
TestWriteMessageFail ( ) : void

Method Details

OnCommand() public method

public OnCommand ( ITransport transport, Command command ) : void
transport ITransport
command Command
return void

OnException() public method

public OnException ( ITransport transport, Exception exception ) : void
transport ITransport
exception System.Exception
return void