C# Class Apache.NMS.ActiveMQ.QueueBrowser

Inheritance: IQueueBrowser, IEnumerator
Show file Open project: ThorTech/apache-nms Class Usage Examples

Public Methods

Method Description
Close ( ) : void
Dispose ( ) : void
GetEnumerator ( ) : IEnumerator
MoveNext ( ) : bool
Reset ( ) : void
ToString ( ) : string

Protected Methods

Method Description
Dispose ( bool disposing ) : void
NotifyMessageAvailable ( ) : void
WaitForMessage ( ) : void

Private Methods

Method Description
CheckClosed ( ) : void
CreateConsumer ( ) : MessageConsumer
DestroyConsumer ( ) : void
QueueBrowser ( Session session, ConsumerId consumerId, ActiveMQDestination destination, string selector, bool dispatchAsync ) : System

Method Details

Close() public method

public Close ( ) : void
return void

Dispose() public method

public Dispose ( ) : void
return void

Dispose() protected method

protected Dispose ( bool disposing ) : void
disposing bool
return void

GetEnumerator() public method

public GetEnumerator ( ) : IEnumerator
return IEnumerator

MoveNext() public method

public MoveNext ( ) : bool
return bool

NotifyMessageAvailable() protected method

protected NotifyMessageAvailable ( ) : void
return void

Reset() public method

public Reset ( ) : void
return void

ToString() public method

public ToString ( ) : string
return string

WaitForMessage() protected method

protected WaitForMessage ( ) : void
return void