C# Class Apache.NMS.ActiveMQ.QueueBrowser

Inheritance: IQueueBrowser, IEnumerator
Afficher le fichier Open project: ThorTech/apache-nms Class Usage Examples

Méthodes publiques

Méthode Description
Close ( ) : void
Dispose ( ) : void
GetEnumerator ( ) : IEnumerator
MoveNext ( ) : bool
Reset ( ) : void
ToString ( ) : string

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void
NotifyMessageAvailable ( ) : void
WaitForMessage ( ) : void

Private Methods

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

Method Details

Close() public méthode

public Close ( ) : void
Résultat void

Dispose() public méthode

public Dispose ( ) : void
Résultat void

Dispose() protected méthode

protected Dispose ( bool disposing ) : void
disposing bool
Résultat void

GetEnumerator() public méthode

public GetEnumerator ( ) : IEnumerator
Résultat IEnumerator

MoveNext() public méthode

public MoveNext ( ) : bool
Résultat bool

NotifyMessageAvailable() protected méthode

protected NotifyMessageAvailable ( ) : void
Résultat void

Reset() public méthode

public Reset ( ) : void
Résultat void

ToString() public méthode

public ToString ( ) : string
Résultat string

WaitForMessage() protected méthode

protected WaitForMessage ( ) : void
Résultat void