Package COM.activesw.api.client
Class BrokerClientQueueBrowser
java.lang.Object
COM.activesw.api.client.BrokerQueueBrowserImpl
COM.activesw.api.client.BrokerClientQueueBrowser
- All Implemented Interfaces:
BrokerQueueBrowser
- Direct Known Subclasses:
BrokerLockedClientQueueBrowser
public class BrokerClientQueueBrowser
extends COM.activesw.api.client.BrokerQueueBrowserImpl
This class provides queue browsing capabilities to view events from client queue.
-
Field Summary
Fields inherited from class COM.activesw.api.client.BrokerQueueBrowserImpl
client, info
-
Method Summary
Modifier and TypeMethodDescriptionprotected BrokerException
Get information on the current queue browser.Methods inherited from class COM.activesw.api.client.BrokerQueueBrowserImpl
browseEvents, closeQueueBrowser, getFilters, resetFilters, setFilter, setFilters, setPosition
-
Method Details
-
createException
- Specified by:
createException
in classCOM.activesw.api.client.BrokerQueueBrowserImpl
-
getBrowserInfo
Description copied from interface:BrokerQueueBrowser
Get information on the current queue browser.- Specified by:
getBrowserInfo
in interfaceBrokerQueueBrowser
- Overrides:
getBrowserInfo
in classCOM.activesw.api.client.BrokerQueueBrowserImpl
- Returns:
- BrokerQueueBrowserInfo object
- Throws:
BrokerException
-